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: 

same field value on sel-screen using Submit statement

Former Member
0 Kudos

Hi,

Iam executing a report by giving the input batch by batch. First iam filling the selection screen fields with input and executing.

it takes the input from the sel-screen and executes the report for first batch input data. for second batch input data iam using submit statement to execute the same report.

EWhile executing by using submit i want the selection should have the same values which i gave for the first time.

is there any way to use the same values by using submit.

i do not want to do by initialization.

pls help me by using submit.

Regards,

Phyrose.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try with submit via selection-screen (here u put u r variables).

Assign points if useful.

Former Member
0 Kudos

Use Memory ID for the parameter and select-options.

For Ex.

Report ZTEST.

PARAMETERS: KUNNR LIKE KNA1-KUNNR MEMORY ID KUN.

WRITE: : 'hello-1'.

SUBMIT ZTEST VIA SELECTION-SCREEN AND RETURN.