2008 Nov 23 2:01 AM
Hi All,
In VF01 transaction, I have the userexit1 ZXMCVU06 with a commit statement that triggers a standard function module (in update task). This function module exucutes another userexit2.
The problem I experinced is that the userexit2 needs to get dat from userexit1.
How can I solve this question? SET/GET PARAMETER or IMPORT/EXPORT?
Follow below more technical information:
- VF01 executes ZXMCVU06 userexit; In ZXMCVU06 code there is a commit statement.
- The commit statement executes the call funcion 'J_1B_NF_DOCUMENT_PRINT' in update task.
- The funcion 'J_1B_NF_DOCUMENT_PRINT' executes anothe userexit (LJ1BAF01).
- I need to get some data in LJ1BAF01 from ZXMCVU06. Is it possible?
Thanks in advance,
Janete
2008 Nov 23 2:44 AM
2008 Nov 24 5:50 AM
Export to memory should help.
http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bd1358411d1829f0000e829fbfe/content.htm