What is the use of AT Selection Screen output when we have
At selection screen?Can u explain?
Answer Posted / reddy
AT SELECTION-SCREEN OUTPUT
This event is called before the screen is displayed. So it
will have advantage of changing screen attributes and
default values for screen input.
AT SELECTION-SCREEN.
This event is triggered after screen is displayed. So this
Event can be used for validations of Screen fields.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the functional modules used in sequence in bdc? : abap bdc
Have you set up a back ground job ? How to create a background job without a variant ?
What are your ways to performance optimization?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are the differences between se01, se09 and se10?
What is off cycle payroll run
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Can a constructor be declared private? If yes then in which scenario?
What is runtime analysis?
Explain the difference between function group and function module?
What is the collect statement? How is it different from append?
What is lock mechanism? How do we create lock objects in abap?