‎2009 May 06 3:39 PM
Hi All,
I'm working on a table control. In that 4 columns are there. by default it has 25 rows of data. by default first three columns could not be in change mode only 4th column should be in change mode.
when i add a new row for that row the first and 4th columns should be in change mode.
what should i do for this issue.
and one more problem, in my new row i'm entering data and press enter the data will be there for that i have used pf-status and in that i have define ucomm for enter button. when pressing on the enter button i'm appending the internal table. but now in my old rows when i'm entering data and pressing enter that is disappearing. but this data also should be there after entering and pressing enter.
please help me in this regard
thanks
g.s.naidu
‎2009 May 06 3:49 PM
Hi,
Check this link. I am explaining grey-out options in this.
Basically you need to do the grey-out in PBO with screen-input command.
‎2009 May 06 4:16 PM
You can use dynamic screen changes
loop at screen ...endloop. in