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

problem with table control

Former Member
0 Likes
278

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

2 REPLIES 2
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
261

Hi,

Check this link. I am explaining grey-out options in this.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table%20c...

Basically you need to do the grey-out in PBO with screen-input command.

Read only

Former Member
0 Likes
261

You can use dynamic screen changes

loop at screen ...endloop. in