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
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
How to find the return code of an stmt in abap programs?
How many default tab strips are there?
Can we access static attribute from instance method
Difference between sy-tabix and sy-index? Where it is used?
How to transfer data into line items using batch input session method? : abap bdc
What is table pool?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
How are the date abd time field values stored in sap?
What are the functional modules used in sequence in bdc? : abap hr
In order to upload purchase order details, how you handle multiple values for a single field?
How can we set the tablespaces and extent sizes ?
What are your ways to performance optimization?