2009 Mar 28 4:27 AM
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
2009 Mar 31 5:37 AM
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
2009 Mar 28 4:57 AM
rajan,
i think the below link will clear your problem.
[http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm]
Regards,
Venkat
2009 Mar 29 2:21 AM
You can use : LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 or 'Suppress Dialog' statement.
~Satya
2009 Mar 31 5:37 AM
you can use this
LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
or
leave list-processing
call screen 100.
regards,
Lalit mohan gupta
2009 Apr 06 12:16 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |