can u create more than one selection screen?
Answer Posted / girish m
YES WE CAN.
BY USING CALL SCREEN STATEMENT
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a structure and an append structure?
What is meant by hotspots?
Can we access static attribute from instance method
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are control tables? : abap data dictionary
Explain data dictionary in abap?
Can a domain, assigned to a data element be changed? : abap data dictionary
What are the Control levels in internal tables?
What does a lock object involve?
Different types of luws. What are they?
Write syntax for message error (report)?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is the tcode to create indexes?
Example of table cluster and cluster tables.