‎2008 May 06 3:55 PM
Hi
I have a situation in which i have to call a (standard) transaction from a running program(custom development). The problem that i have to fill certain fields on screen in called transaction. I know about SPA/GPA technique but if fields in called transaction don't have PARAMETER ID's ? Is there any other technique that i can use, maybe field symbol assignments?
Regards,
uros k.
‎2008 May 06 4:00 PM
YOu can do a partial BDC recording for the screen that you want to pass the data to.
1) Go to SHDB and do a recording to the transaction you want .
2) Do not go to the end of the transaction, but just make sure you enter the data in just the fields you want.
3) Code in your abap report , just the lines of the code which populate the BDC internal table.
4) call the transaction in Error mode.
Regards,
Ravi
‎2008 May 06 4:24 PM
Uros,
Look at this link.. You can do it with SUBMIT and RETURN.
http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm
Follow the link labelled
Filling the Selection Screen of a Called Program
Edited by: Paul Chapman on May 6, 2008 11:25 AM