What is the use of event AT SELECTION-SCREEN ON FIELD?
Answer Posted / shags
THIS EVENT IS USED FOR VALIDATION THE FIELD WHICH IS
SPECIFIED. IF THE CONDITION GETS FALSE THE AGAIN SCREEN IS
MADE READY FOR INPUT
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between abap and hr abap? : abap hr
In which table the material master data is stored?
What are the different types of sapscript symbols?
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.
How to find the return code of a statement in abap programs?
What are the difference between pool tables and transparent tables?
What are pooled tables?
What are domains and data element? : abap hr
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
Can you create an internal table dynamically?(at run time)
What are secondary indexes. How can we know which index is being used in a select query?
What will happen when we use single buffered selected?
What is transparent table?
Difference between function group and function module?
how to create view in bdc..??