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

BDC Table Control

Former Member
0 Likes
352

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

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
309

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

Read only

0 Likes
309

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.