‎2007 Jan 23 4:35 AM
Hai all...
when i am in selection-screen number 9000 and want to call selection-screen 9001,I use the statement CALL SELECTION-SCREEN 9001.Can any one say me any alternative statement to call a selection-screen or is this the only statement available....?
Will be rewarded if helpful..
Regards,
Jhansi
‎2007 Jan 23 4:40 AM
first time i heard <b>CALL SELECTION-SCREEN 9001</b> may be i am wrong , try to call <b>CALL SCREEN 9001</b>
Regards
Prabhu
‎2007 Jan 23 4:52 AM
hai Prabhu ...
call screen can only be used in dialog programming to call a screen and call selection-screen is used to call a selection-screen.Any way thanks for the reply....
Regards,
Jhansi
‎2007 Jan 23 4:42 AM
U have to use CALL SELECTION-SCREEN to call selection screens, and not CALL SCREEN
If you use CALL SCREEN, the system will not be able to process the selection screen.
‎2007 Jan 23 4:48 AM
hai kalpana...
ya thats right kalpana....only call selection-screen should be used to call a selection-screen not call screen.can u please tell me if there is any other alternative for call selection-screen .
Regards,
Jhansi
‎2007 Jan 23 4:49 AM
Hi,
yes u can use the syntax CALL SELECTION-SCREEN numb .
for more reference jus go thru this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba82335c111d1829f0000e829fbfe/content.htm
hope this helps,
all the best,
sampath
‎2007 Jan 23 5:07 AM
According to my knowledge we dont have.
May i know for wat purpose u r seraching this syntax
‎2007 Jan 23 5:13 AM
Hi,
You can the statement as below.
Call selection-screen <Screen Number> STARTING AT x1 y1 ... ENDING AT x2 y2
Regards,
Ram
Pls reward points if helpful