2006 Nov 24 6:40 AM
I have got a list box by name 'TDD' and it accepts values from Program 'A' and not from ABAP Dictionary.
I have filled the list box in PBO with values 350,450,550 and 750.
Now my query is when i select a value from the list, the selected value should be displayed on a text field.
What i have done is, i have appended the above values in a list box thru' vrm_values. The key and text which are of character datatypes store the above values in list. Now i have to access the above list items with the help of its key and store it in an integer variable for further process.
Complication is key and text both are character format and my content is numeric format and i want to process operation with the help of its key. How can i do that?And i want the operation to be processed on selection of list item and not on pressing enter button or losing the focus from list. The entire operation has to be processed on selection of list item only.
Please help it out.
I have got a list box by name 'TDD' and it accepts values from Program 'A' and not from ABAP Dictionary.
I have filled the list box in PBO with values 350,450,550 and 750.
Now my query is when i select a value from the list, the selected value should be displayed on a text field.
What i have done is, i have appended the above values in a list box thru' vrm_values. The key and text which are of character datatypes store the above values in list. Now i have to access the above list items with the help of its key and store it in an integer variable for further process.
Complication is key and text both are character format and my content is numeric format and i want to process operation with the help of its key. How can i do that?And i want the operation to be processed on selection of list item and not on pressing enter button or losing the focus from list. The entire operation has to be processed on selection of list item only.
Please help it out.
2006 Nov 24 6:43 AM