Application Development 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: 

Module pool program table Control

Former Member
0 Kudos


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

karun_prabhu
Active Contributor
0 Kudos

Hello Divakar reddy.

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

     For instance,

    

        

Regards.

sivaganesh_krishnan
Contributor
0 Kudos

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