‎2008 Feb 05 11:57 AM
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..
‎2008 Feb 06 12:00 PM
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
‎2008 Feb 05 12:20 PM
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
‎2008 Feb 05 12:46 PM
Hi Shibu,
Actually,we are entering the values in internal table , in pbo itself.
Regards
Rudra
‎2008 Feb 05 12:32 PM
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
‎2008 Feb 06 12:00 PM
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