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

Use of SUBMIT ..... statement

Former Member
0 Likes
271

Hello Friends,

I have created a program(P1) to display the extended rebate agreement.This program calls another standard program(P2) using a SUBMIT statement.Ones the values have been passed into the selection screen of the P2 it extend the old rebate agreement with a new validity date which is stored in an internal table of the standard program.

Now the value generated by P2 has to be used again as input for new extended value and period.

So please tell me how to get back the first data to pass it again to the standard program.

So my main concern is how to get data back from a standard program in the calling program so that I can use that data again.

Its urgent please reply.

With Thanks & regards.

Hello Friends,

I have created a program(P1) to display the extended rebate agreement.This program calls another standard program(P2) using a SUBMIT statement.Ones the values have been passed into the selection screen of the P2 it extend the old rebate agreement with a new validity date which is stored in an internal table of the standard program.

Now the value generated by P2 has to be used again as input for new extended value and period.

So please tell me how to get back the first data to pass it again to the standard program.

So my main concern is how to get data back from a standard program in the calling program so that I can use that data again.

Its urgent please reply.

With Thanks & regards.

1 REPLY 1
Read only

Former Member
0 Likes
255

Hello,

Look in the domain of the field if it has a Parameter Id . If yes, just use the command SET PARAMETER ID in the second program and the value will be get automatically in the field when it returns.

Regards.