Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RF programming -checkbox/radiobutton

Former Member
0 Likes
1,584

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,053

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,054

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

Read only

0 Likes
1,053

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