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

Problem Related to Submit Statement.

former_member226225
Contributor
0 Likes
404

Hi Friends,

                   I tried with one example related to Submit statement.

report ztest.

data : lv_car(3) type c value 'AC'.

export lv_car to memory id 'LVCARRID'.

submit ztest1 and return.

report ztest1.

data : lv_carr(3) type c .

import lv_carr from memory id 'LVCARRID'.

parameters : p_carr type sflight-carrid default lvcarrid.

but my problem is i am not getting selection screen in ztest1 after execution

Please guide me.

Thanks

Raghunadh.K

Moderator Message - Basic ABAP syntax. Read the ABAP documentation on SUBMIT.

Message was edited by: Suhas Saha

2 REPLIES 2
Read only

Sijin_Chandran
Active Contributor
0 Likes
367

Hi Raghunadh ,

For that you need to call SUBMIT with VIA SELECTION SCREEN addition.

For details please refer the below thread :

https://help.sap.com/saphelp_nw04/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm

Read only

0 Likes
367

Hi Sijin,

             I can't Follow the link can you send the syntax for the Submit statement.

  

              Ok thanks for your help i got it finally

Thanks,

Raghunadh.K