Re: How to give condition for internal table in if statement
You can't write your condition like this, how should SAP "know", which line you want to read? This only works for internal table with header lines. If you just want to change field1 for the very first...
View ArticleRe: How to give condition for internal table in if statement
hy Ram, Please check field1 data type .you check as a character.
View Articlechecking ADS server down programatically
Hello Experts, Is there any FM or static method where i can check ADS server is down or not ? Please provide your inputs. ADS connection is configured already. Just need to put a check in one...
View ArticleRe: Excel file not getting uploaded in the internal table
Now I'm getting the data, but there is error in fieldcatalog now "NO FIELDCATALOG AVAILABLE" error. I have used the " REUSE_ALV_FIELDCATALOG_MERGE" FM. The structure of internal table and excel file is...
View ArticleRe: how to use offset for select-option parameter ?
Below code will work for you. SELECT-OPTIONS: s_prctr FOR vbsegs-prctr OBLIGATORY. RANGES: s_bupla FOR vbsegd-bupla. s_bupla[] = s_prctr[].DELETE ADJACENT DUPLICATES FROM s_bupla. SELECT belnr gjahr...
View ArticleRe: How to avoid commit if any error occurs in further processing
Spandana, you can try one thing as Create a perform to call bapi and make it as in update task.take a flag and make it x if any record goes into error. Check this outside loop and if not x do commit...
View ArticleRe: User exit to validate Partner in Notification before saving
Hi Khanh, Did you get any solution to this? if yes, please share the same.I am looking for same kind of functionality.
View ArticleRe: how to get the duplicate records in report rfbnum10
Hi sudeesh here is the output which i am getting on the overview its correct i am not sure whether it is correct whether it is totally correct. refentry date docu datepostamountXXXXX00002...
View ArticleDrill Down in ALV
Hi All, We have a Z report with ALV output related to Production Order.We have two quantities required quantity and bin quantity and fields like production order,transfer requirement number,material...
View ArticleRe: how to use offset for select-option parameter ?
Hi Digesh, Thank you for your valuable time . my issue has been resolved with your helpful reply. Thanks a lot again. regardssatish
View ArticleAdobe form can be able to open lotus note
Hi Experts,I have an requirement: Adobe layout: Radio button for survey and push buttons.Layout is completed and I can able to download PDF at my local desktop.Same pdf I am sending to external system...
View ArticleRe: How to avoid commit if any error occurs in further processing
Hi Spandana, Let us know which BAPI you used to create GR. Please check whether BAPI having parameter called testrun. If BAPI having testrun parameter then you need to call the BAPI twice with and...
View ArticleRe: How to avoid commit if any error occurs in further processing
Hi, Use the BAPI Commit outside loop. for eg.Loop.. call BAPI.. if returntable has error.. lv_flag = 'X'. BAPI rollback back. exit. endif.Endloop. if lv_flag = X. idoc...
View ArticleRe: how to get the duplicate records in report rfbnum10
Hi Shambuling, I hope I understood your requirement clearly if not then correct me. If you want to remove single values from ITAB....
View ArticleRe: BAPI_ACC_DOCUMENT_POST having error message RW 609
Hi All,I am also facing d same error while posting values in BAPI, Please help me out and thanks in advance.I entered all mandatory values which mentioned above but still facing problem Thanks and...
View ArticleRe: Error message in BaDi
Just wanted to make sure. Do we need to have the code in POST as well ? On Release - Error
View ArticleRe: Error message in BaDi
No you dont have to write the same code again in POST. Method CHECK gets executed automatically before METHOD POST when POST button is clicked.
View ArticleMethods for BAdI
Hi, I am trying to implement a BAdI J_3RFBS_ALL_BADI. There are two methods in it. IF_EX_J_3RIF_EX_FBS_ALL_BADI~MODIFY_OUTPUT. and IF_EX_J_3RIF_EX_FBS_ALL_BADI~SET_FORM_DMEE_NAMES. I need help in...
View ArticleRe: Search help with Radio buttons
Hi Jacob, Try the following code block for your requirement.Just copy+paste and execute.(I hope materials with material type FERT and RAW exist in your MARA table, If not then change the MTART value in...
View ArticleRe: Table for Komk structure
VAT reg number can be fetched from the following tables :For VENDOR - J_1IMOVENDFor Customer - J_1IMOCUST Pass vendor or customer number and get the field. Regards,Ashish
View Article