Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call program/transaction and transfer data

Former Member
0 Likes
384

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.

2 REPLIES 2
Read only

Former Member
0 Likes
353

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

Read only

Former Member
0 Likes
353

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