can u create more than one selection screen?
Answers were Sorted based on User's Feedback
Answer / muralikrishna .pothuraju
yes we can create by using selection-screen begin of screen
scr no.
we can call that by using
call selection-screen scrno.
not by call screen (because its a selection-screen no
normal screen)
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / pavendhan
yes, we can create by using CALL SELECTION-SCREEN.
not by using call screen.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sathish kumar
CALL SELECTION-SCREEN numb
[STARTING AT x1 y1]
[ENDING AT x2 y2].
Regards,
Sathish Kumar
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bandivenkateswarlu
That is possible with by using the CALL Screen statement.
syntax:
call screen(sno)using selection-screen (sno)
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / karthik
ya u can create selection screen more than one,,,
by using call screen statement....
Is This Answer Correct ? | 1 Yes | 4 No |
what does it mean occurs 0 while creating an internal table?
How do you upload the Data?
can i use data element or domain in the program and how
can we insert a table in a table? structure in a structure, structure in a table and table in a structure?
Function Module to upload the Excel sheet into SAP Internal Tables. * a) GUI_UPLOAD b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD d) All the above
What will happen if i dont use initialization and start of selction event in report?
what class is used to display the ALV grid control?
how bapi is different from call transaction/session?
What are the program names for logical database PNP and PNPCE
What is a data dictionary? : abap data dictionary
What happens if only one of the commands set screen and leave screen is used without using the other?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.