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 two programs from one program.

Former Member
0 Likes
506

HI all,

I have two BDC interface in seperate programs.

I want to call that two programs from one program based on a condition.

Is there any way.

I tried with call transaction 'SE38'.

set parameter ID but it is taking buffered value.

Thanks,

sri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

use SUBMIT .

3 REPLIES 3
Read only

Former Member
0 Likes
472

use SUBMIT .

Read only

agnihotro_sinha2
Active Contributor
0 Likes
471

use submit program to call other program.

SUBMIT prog|(field) [AND RETURN] [options].

also if you want BDC prog, then probably you can call the BDC recording using PERFORM bdc_prog (in program name).

PERFORM (<fsubr>)[IN PROGRAM (<fprog>)][USING ... <pi>... ]

[CHANGING... <pi>... ]

[IF FOUND].

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/content.htm