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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / siddharth samal
YES BOT THE EVENTS ARE TRIGGERED IN THE SAME PROGRAM. AT
LINE SELECTION EVENT SELECT THE CURRENT ROW WHICH IS STORED
IN SY-LSIND. IF THE USER DOUBLE CLICK ON THE LINE THE AT
USER COMMAND TRIGERS. THIS CONTAINS THE FUNCTION CODE OF
THE FIELD.NOW YOU CAN CALL LIST SCREN THERE AFTER. SO ITS
MANDATORY BOTH THE EVENTS SHOULD TRIGGER IN ONE PROGRAM.
Is This Answer Correct ? | 4 Yes | 7 No |
which transaction is used to make dictionary adjustments when upgrading versions of SAP?
Why cant we use Normal function module for data transfer?
How do you write UTP?(unit test plan)
Can you create a field without data element domain?
What is the mandatory event in LDBs.
I have 2 fields like customer and name having 20 records on basic list. when i select 5 records randomly, i want to get the address of particular customer selected in secondary list
performance tuning concepts
hi experts, "move 'I' to s_ktokd-sign. move 'EQ' to s_ktokd-option." Can any one please explain me meaning of two lines? actually we use this move key word to move a value from one field variable to another field variable? i didn't understand the meaning of these statements?
SQL Trace - Transaction code?
how to change output option of table control?
what is selection text in ABAP
What are indexes? : sap abap data dictionary