1. Driver prog & executive prog both r same ?
2. what is difference between At selection screen &
At selection out put ?
3 . what is node used in smart form ?
Answer Posted / prasad kodi
2)Answer; At selection screen event occurs while selection
screen being processed . it is used to validate the user
inputs in the selection screen
at selection screen output : in PBO of selection screen , at
selection screen output event is triggered . this event
block allows you to modify the selection screen directly
before it is displayed.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the abap program name to process the batch input session automatically? : abap bdc
What is the difference between ABAP and HR ABAP
How did you test the form you developed? How did you taken print?
What are the basic functions of database utility?
What are the kinds of foreign key fields?
What do you do when the system crashes in the middle of a BDC batch session?
Explain how data is stored in cluster table?
what precautions or prerequisites do you follow to update a record into database table and how
What is bdc? : abap bdc
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
How to create user interfaces for lists?
What is the difference between a substructure and an append structure? : abap data dictionary
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are the update types possible?
How do you find if a logical database exists for your program requrements?