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

urgent please...

Former Member
0 Likes
294

hi,

In my table control i have 10 line item be default , when i save data in it .Its saving fine.

Now if i scroll and enter 2 extra line i.e 12 line item.

then it only showing 10 line item. Why.. ?

All 12 line data is avilable in inernal table. but it showing only 10 line item why.

hi,

In my table control i have 10 line item be default , when i save data in it .Its saving fine.

Now if i scroll and enter 2 extra line i.e 12 line item.

then it only showing 10 line item. Why.. ?

All 12 line data is avilable in inernal table. but it showing only 10 line item why.

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
278

Hi,

In your PBO


  describe table i_item lines tabcntl7-lines.
  tabcntl7-lines = tabcntl7-lines + 13.