Re: ALV Grid Display in Loop.
Umm.. In every loop pass you can append the entries in final internal table that will be displayed once loop is over.
View ArticleRe: Distribution filter in BD64 with qualifier
Hello Kumar, Thanks for the info . The segment E1EDK14 with all qualifiers will be populated in standard logic of IDOC FM. Probably use exit EXIT_SAPLEINM_011 which will be called after all segments...
View Articlewhich select query is suitable for this ...............when check box1 select...
in a selection screen some select option and parameters i have with this fieldsvbeln auart vkorg vtweg spart matnr werks lfdat----------------------------and i have 2 check...
View ArticleRe: Update endda in Table Maintenance Generator
Hi Robert, Primary key values you can't able to change or modify. it will add as new line.you can delete the same line and add as new line with updated values.
View ArticleRe: SAP Script Data not appearning
Hi, what do you mean by driver programm? what is ur z-report when driver programm is standard? To get a variable in the formular, you normaly dont use "define", you just write &T001Z-PAVAL&...
View ArticleRe: ALV Grid Display in Loop.
Hello Manish, Following is some code for final internal table. LOOP AT I1_CDPOS ASSIGNING <FS_GT_OUTPUT_ITEM>. WA_FINAL-CHANGENO = <FS_GT_OUTPUT_ITEM>-CHANGENR. WA_FINAL-FRGGR...
View ArticleRe: which select query is suitable for this ...............when check box1...
Hi Sai, Can you try below code :- Dynamic SELECT TYPES:BEGIN OF st_bseg,bukrs LIKE bseg-bukrs,belnr LIKE bseg-belnr,dmbtr LIKE bseg-dmbtr,END OF st_bseg. DATA:sel_list TYPE STANDARD TABLE OF...
View ArticleRe: how to process idoc auto after material creation
thanks Jovee Exaltacion for your help
View ArticleRe: Could not open the file in application server
Hi Sagar, Below is my file path : /dv2/tmp/instl/salesdata.txtWhen I checked in the below path the file exists./dv2/tmp/archive/salesdata.txt Solved the issue. Thanks,Venkata
View ArticleRe: Problem with moving index to QA.
I did the same. Firstly i deleted the index and recreated a new one bt this also failed.Secondly, i deleted the index and saved into other TR and asked Basis to quarantine it and then created the index...
View ArticleRe: Problem with moving index to QA.
Hi Sameena, Thanks for the reply. Please check my reply to Venkadesh. Regards,Akash Jaiswal
View ArticleRe: Quantity calculation not exceeding a value
loop at itab1 into wa. collect wa into itab2.endloop. delete itab2 where qty LT 3 OR qty GT 5. -->itab2 will now just have all the records you need.
View Articledifference between RFC and BAPI
hi friends, i am something confused about RFC and BAPI, what is the major difference between both??please elaborate? can we transfer data using RFC or just can View the data? Thanksvikash
View ArticleRe: Modification bracket structure is inconsistent
I dont think doing all this in a SAP STANDARD code is a good idea, and since half of the code is in grey so this copy pate option cannt be done and with this warning message specially nothing can be...
View ArticleRe: difference between RFC and BAPI
Hi, BAPI is a logic of update data, it could also display the data. RFC is the possibility to use a function from another server (a checkbox in SE37) BAPI could be RFC the both are Functions regardsFred
View ArticleRe: Field Headers not coming in Excel sheet
Hi Priyesh Shah, Instead of using GUI_DOWNLOAD function module you can use XXL_FULL_API. In that XXL_FULL_API function module you can give the Header also. Example Code. *** Show Status as an excel...
View ArticleRe: difference between RFC and BAPI
Vikash, Please browse once there is so many link are available for your post. https://scn.sap.com/thread/447397 Regads,Venkat.
View ArticleF4 Help for standard selection field of tcode F-02 for the field of xblnr
Hi Experts..........! I need F4 help fo the field of bkpf-xblnr in that selection screen of tcode F-02 . please help me....! Regards ,vamsi
View ArticleRe: how to update screen value in me51n ?
Hi, when ever u update the price in PR it will automatically updated in valuation tab. May i know the what is the advise code. RegardsPurna.M
View ArticleRe: how to update screen value in me51n ?
Hi Santanu, Are you talking about screen enhancement issue?If you added the field into screen through screen enhancement, there will be corresponding function module or method(in case of BAdI) to...
View Article