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

CALL SELECTION-SCREEN

Former Member
0 Likes
706

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

7 REPLIES 7
Read only

Former Member
0 Likes
661

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

Read only

0 Likes
661

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

Read only

Former Member
0 Likes
661

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.

Read only

0 Likes
661

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

Read only

Former Member
0 Likes
661

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

Read only

Former Member
0 Likes
661

According to my knowledge we dont have.

May i know for wat purpose u r seraching this syntax

Read only

Former Member
0 Likes
661

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