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

Doubt in table control

former_member195383
Active Contributor
0 Likes
509

Hi all..

I m having a table control,where i m having two coloumns.Second coloumn has a drop down.It contains add,delete.

1st coloumn cab have values like 'a','b',and 'c'.

Requirement is that for the coloumn having value 'b' i want the drop down to be disabled.

can it be possible..

1 ACCEPTED SOLUTION
Read only

sachin_mathapati
Contributor
0 Likes
493

Hi Rudra,

In PBO module , when u loop for table control, add a new module inside the loop,

and within that module add a check if column1-value = 'a' then screen input = '0' and modify screen.

Hope this may solve your problem.

Reward points if Helpful.

Regards,

Sachin M M

4 REPLIES 4
Read only

Former Member
0 Likes
493

Hi Rudra,

You can do this ,provided you do some action to trigger the PAI.After entering the value in first column we need to check the value is 'a' 'b' or 'c' if it is 'b' do the required code for converting the second column to display mode.hope this will help

Regards

shibu

Read only

0 Likes
493

Hi Shibu,

Actually,we are entering the values in internal table , in pbo itself.

Regards

Rudra

Read only

Former Member
0 Likes
493

Hi,

basically u will get the value what u entered by trigeering PAI but we have a function module to know what value we entered even before PAI is triggered

that FM is F4IF_INT_TABLE_VALUE_REQUEST by this u can write code if value is 'b'

write u r required code..

<REMOVED BY MODERATOR>

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 5, 2008 5:42 PM

Read only

sachin_mathapati
Contributor
0 Likes
494

Hi Rudra,

In PBO module , when u loop for table control, add a new module inside the loop,

and within that module add a check if column1-value = 'a' then screen input = '0' and modify screen.

Hope this may solve your problem.

Reward points if Helpful.

Regards,

Sachin M M