Application Development 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: 

BDC Table Control

Former Member
0 Kudos

How to change the 15th record at table control via BDC ..

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

In which transaction Code you want to change the 15th record?

If there is any provision to go directly to that line item .. so it will come to the first palce and you can code like this to access those fields:

PERFORM FILL_BDC_FIELDS:
' ' 'ITAB-TABLE(01)' l_value.

Regards,

Naimesh Patel

0 Kudos

You will need to advance page of table control and then mark the appropiate line .

For example line 4th of a table control

PERFORM FILL_BDC_FIELDS: ' ' 'ITAB-TABLE(04)' l_value.