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

One program output needs to be input to the next program

Former Member
0 Likes
679

Hi,

i have two programs ,one program output needs to be input to the next program how can i get?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

Hi,

Use the IMPORT and EXPORT statements,

Or Use SUBMIT statement to call the program with input of the called program.

Refer to this link...

4 REPLIES 4
Read only

Former Member
0 Likes
638

Hi,

Use the IMPORT and EXPORT statements,

Or Use SUBMIT statement to call the program with input of the called program.

Refer to this link...

Read only

Former Member
0 Likes
635

Hi Jithendra Nataru,

Use SUBMIT , press F1 in submit.

Search SCN and net or use SAP library, you will get many threads & links regarding this, search with calling program.

With luck,

Pritam.

Read only

Former Member
0 Likes
635

The reports say for example 1.P&l Stament -having carry forword balance this wil be input to the 2nd report is 2.Resrves & Surplus

Read only

0 Likes
635

H,

Use submit report in your case.

E.g in report 1,.

submit z_bevl_inv_sub

and return " if required

with p_field1 = some value

with carry_forward = some value.

Regards,

Dev