how to handle double click event in table contorl....
Answer Posted / saifur rahaman
go to GUI status in ure program,
then goto funtion keys---->then recommended function key.
here assign a fct code to choose icon.
next in PAI use the following code
GET CURSOR FIELD <FIELD_NAME> VALUE <VALUE1>.
BY DOUBLE CLICK IN TABCONTROL u can get the field name and
field value.in the above variable(<FIELD_NAME>,<VALUE1>)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the personnel administration related Infotypes
What is a fall back class?
What is new enhancement framework?
What are the different message types available in the abap/4 ?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Can you print decimals in type n?
How many types of data classes are there in sap?
What are the events used for logical database?
What are domains and data element? : abap hr
What is the use of start-of-selection.,if not use in report what will happen,?
Why we are using Macros instead of Function Modules
What is table pool?
Normally how many and what files get created when a transaction program is written?
When the get cursor command used in interactive lists?
How to eliminate duplicate entries in internal tables? : abap data dictionary