What is the difference between Selection Screen on Request
and Selection screen on input?
Answer Posted / nayna
Selection Screen on Request-in this it validates only once for a field, if you press enter for the second time without changing anything in that field, it wont validate
Selection Screen on input- it does validates multiples times
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
5) How to rereive text elements in SF and script?
What is dynamic action? : sap abap hr
What are the various types of selection screen event?
How can cluster table be created?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are advantages and disadvantages of logical data base
Which objects are independent transport objects?
What are the function modules used in a sap script driver program?
What are the different types of locks? : abap data dictionary
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is abap?
How to convert the Unit for 'Distance' (The value from one Unit to another).
What are Tickets in Realtime ?
What is a projection view? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?