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

Module pool program table Control

Former Member
0 Likes
638


Hi

I have created the module pool program with table control option in VA01 screen enhancment under additonal data2 tab.

while creating or changing the data in table control without data also its allowing to select the rows.

But I want to select row only if data is avalible in table cotrol for row wise.if data is not avalible in row & system should not allow to select the row.

How to achive the fuctionality.

This is very arguent delivery.

Regards

DIvakar

2 REPLIES 2
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
604

Hello Divakar reddy.

     In PBO, you can disable selection if data is not available in that record.

     For instance,

    

        

Regards.

Read only

sivaganesh_krishnan
Contributor
0 Likes
604

hi divakar,

The other way is , in PAI you can check whether the table control internal table is empty or not. Specify the condition and pass no value to sel field of table control.

Regards,

Sivaganesh