can we write at-line-selection and at-user-command at a time
in same program.
plz some body help me to know this answer.
Answer Posted / santhosh
At user-command used with predefined GUI status overwrites
the standard F2 functionality which raises PICK event,
which is mandatory for AT LINE SELECTION
We need to explicitly add F2 functon code with PICK as its
name, then it will trigger at line selection also
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are the differences between macro and subroutine?
Explain the different types of screen keywords?
What is its? : abap hr
how to create view in bdc..??
What is meant by hotspots?
What is the difference between RETURNING and CHANGING parameters for a method?
What is a data class? : abap data dictionary
What is a table attribute? : abap data dictionary
What are the uses of table pool or table cluster.
Explain buffering
What is the major difference between pool tables and transparent tables?
How do you process errors in call transaction method? : abap bdc
Which transaction code can I use to analyze the performance of abap program?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What is Group by in Select statement?