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 with leave to list-processing and return to screen

Former Member
0 Likes
1,292

Hi all,

I am designing a screen in which I have provided a pushbutton which will allow the user to upload (via BDC) the price list to VK11 transaction. And consequently, after upload the BDC message will be captured and displayed as an ALV list. for this, I am using leave to list-processing and return to screen 100 statement.

My problem is, when I return from the alv list screen by pressing back/any button the called screen 100 is displayed as a dialog window. but actually the screen 100 is a normal screen.

How can I rectify this problem?

Thanks,

Rajan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,084

you can use this

LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.

or

leave list-processing

call screen 100.

regards,

Lalit mohan gupta

Hi all,

I am designing a screen in which I have provided a pushbutton which will allow the user to upload (via BDC) the price list to VK11 transaction. And consequently, after upload the BDC message will be captured and displayed as an ALV list. for this, I am using leave to list-processing and return to screen 100 statement.

My problem is, when I return from the alv list screen by pressing back/any button the called screen 100 is displayed as a dialog window. but actually the screen 100 is a normal screen.

How can I rectify this problem?

Thanks,

Rajan

4 REPLIES 4
Read only

Former Member
0 Likes
1,084

rajan,

i think the below link will clear your problem.

[http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm]

Regards,

Venkat

Read only

Former Member
0 Likes
1,084

You can use : LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 or 'Suppress Dialog' statement.

~Satya

Read only

Former Member
0 Likes
1,085

you can use this

LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.

or

leave list-processing

call screen 100.

regards,

Lalit mohan gupta

Read only

Former Member
0 Likes
1,083

Problem solved