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

Retaining values in Table controll

former_member195383
Active Contributor
0 Likes
576

I am entering value in a text field in table controll.Then when i m pressing enter,the value is not retained.Rather it becomes blank,I want that value to be retained..hw to go about this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
562

You need to copy the screen field value back into your internal table in the PAI module. Then when you press enter, it should be retained.

Hope this helps

You need to copy the screen field value back into your internal table in the PAI module. Then when you press enter, it should be retained.

Hope this helps

3 REPLIES 3
Read only

Former Member
0 Likes
563

You need to copy the screen field value back into your internal table in the PAI module. Then when you press enter, it should be retained.

Hope this helps

Read only

Former Member
0 Likes
562

Take a look at this, you need the PBO loop to get the data from the internal table into the table control on the screen.

[https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=4723648]

Hope that helps,

Michael

Read only

Former Member
0 Likes
562

hi

good

i would suggest you to check your PBO code, you might have use some ok code value wrongly which is deleting your field value.

thanks

mrutyun^