‎2015 Jan 19 8:02 PM
Hi All,
I have a requirement to add a field from table in an user exit in include ZXM08U26 but before adding the field I need to IMPORT the value of the field in this include. I had seen other fields from the same table are IMPORTED into this include using IMPORT z_part FROM MEMORY ID 'ZPARTN'. But I do not know where the EXPORT TO MEMORY ID is written. Please can someone help.
Thanks in advance,
Priya
‎2015 Jan 20 6:08 AM
Hi Priya,
You can use the transaction EWK1 and search for the string ZPARTN, the program will search all the programs in SAP and gives you the result.
Please refer the screen shot.
Please reward, if helpful.
‎2015 Jan 20 2:47 AM
Hi Priya,
There are several ways you can try, run abap code scan report 'RS_ABAP_SOURCE_SCAN' is better one, i think.
Just refer this thread,http://scn.sap.com/thread/3474465
regards,
Archer
‎2015 Jan 20 3:20 AM
Hi Priya
Check include ZXM08U26 for the export statement with memory id 'ZPARTN' .You will get to know.
thanks
Vamsi
‎2015 Jan 20 4:18 AM
Hi,
you may use Debugging option and set breakpoint on "Export" command.
Regards
Mitul
‎2015 Jan 20 5:12 AM
Hi Priya,
Try this.
In the exit,go to Utilities->Version->Version management and check all the previous 'Transport requests'.
Go to that Transport Request and check the programs in that TR.
You'll might get the program in the Request where the export is written.
Regards,
Neha
‎2015 Jan 20 6:08 AM
Hi Priya,
You can use the transaction EWK1 and search for the string ZPARTN, the program will search all the programs in SAP and gives you the result.
Please refer the screen shot.
Please reward, if helpful.
‎2015 Jan 20 2:25 PM
‎2015 Jan 20 6:31 AM
Hi Priya,
You should use RS_ABAP_SOURCE_SCAN report with the keyword as your export ID e.g. ZPARTN.
‎2015 Jan 20 6:41 AM
Hi Priya,
In Debug mode Create a break point at statement ---> then ABAP cmnds pass EXPORT command.
so you can easily find out all the export parameters.
Please check below screen shot for more clarification
Regards,
Rajesh.B