Application Development 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: 

How to call Outbound interface using report programs

Former Member
0 Kudos

Hi experts,

i want to call outbound i/f prog using 2 report programs...one report prg passing 2 parameters to outbond i/f prg & another report prg simply calling the outbond i/f prg... either report1 or report2 call this outbond i/f prg.

for instance,

1.report1 has following parameters

param: tknum,vbeln

2.report2 does not have any parameters

No param

3.outbound i/f prog for some calculation

points will be given..............

thanks in advance,

regards

vijay

1 REPLY 1

Former Member
0 Kudos

Hi vijay,

To call a program in another program you have to use the Keyword <b>Submit</b>.

EX; Report zprg.

SUBMIT zprg1.

So, where you require a program you can call that program by this keyword.

Regards,

Narendra.