‎2010 Jun 01 4:38 PM
Hi All,
I would like to export a internal table in MV45AFZZ program and import it in transfer Order creating user-exit, EXIT_SAPML03T_003 in Include ZXLTOU14..
Can you please help me, if this is possible.
Thank you.
Anu.
‎2010 Jun 01 7:40 PM
If user is in same context, can export to / import from memory id (ABAP memory) or set PID (SAP memory). Otherwise, check out SHMA, SHMM (Shared Memory) if always on same server (but propagate tool also available in SHMM), or use INDX-like table with export/import using your own INDX-like db table. See table INDX for model and there is documentation on how-to for all these methods that can be found via search.
‎2010 Jun 01 6:50 PM
Hi Anitha,
Try this out (MV45AFZZ)table-field.
You can check this in Debugging mode and check if the values are available and use it in your exit..
Thanks
Ajay
‎2010 Jun 01 7:40 PM
If user is in same context, can export to / import from memory id (ABAP memory) or set PID (SAP memory). Otherwise, check out SHMA, SHMM (Shared Memory) if always on same server (but propagate tool also available in SHMM), or use INDX-like table with export/import using your own INDX-like db table. See table INDX for model and there is documentation on how-to for all these methods that can be found via search.