‎2015 Jan 02 11:05 AM
Hello guys,
I am new to RF programming in ABAP. My requirement is to display the list of deliveries and user has to select only one delivery and process should go on.
My concern is displaying the list of deliveries with checkbox or radio button (which I hope not supported in handheld devices).
Does any one have idea of how to achieve this?
But I can achieve this by displaying the column with deliveries with page up & page down.
Wanted to know any other better idea to achieve this?
Regards,
Poornima
‎2015 Jan 04 3:07 PM
Hi Poornima,
To achieve your requirement you can display the list of deliveries (In the same screen or different screen) and you can create page up and page down button and a pushbutton.The user can go through the list of deliveries and then he can select one and click on the pushbutton to confirm his selection. This will save the user selection and the same selection which is captured can be used for processing in your code.
Regards,
Vivian
‎2015 Jan 04 3:07 PM
Hi Poornima,
To achieve your requirement you can display the list of deliveries (In the same screen or different screen) and you can create page up and page down button and a pushbutton.The user can go through the list of deliveries and then he can select one and click on the pushbutton to confirm his selection. This will save the user selection and the same selection which is captured can be used for processing in your code.
Regards,
Vivian
‎2015 Jan 05 3:12 AM
Hi Vivian,
Even I am thinking in this way my requirement can be achieved. But my doubt is whether we can use radio button to select only one delivery and proceed?
Regards,
Poornima