What is the use of event AT SELECTION-SCREEN ON FIELD?
Answer Posted / manoj kumar
this event is used for validating the parameters or select-
option paramter and this is mainly for validating the feild
on the selection screen
| Is This Answer Correct ? | 36 Yes | 5 No |
Post New Answer View All Answers
What are the two different ways of building a match code object? : abap data dictionary
How can we set the table spaces and extent sizes? : abap data dictionary
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are the kinds of foreign key fields?
How will you find manager of an employee
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 does the extract statement do in extract datasets?
How do you use structures in the abap programs?
What kind of deliverables you have on a day to day basis?
What are differences between at selection-screen and at selection-screen output?
What are the two methods for modifying sap standard tables?
What are standard layouts sets in the sap script?
What is append structure?
What is the syntax for ‘call transaction’?
what is difference between set screen and call screen ?