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: 

Row index in Table control through BDC

former_member221367
Participant
0 Kudos

Hi All ,

How can get current line number in table control through BDC .

I have to give the entry in the table which having already some records now I need to give the current counter number of the row (which is mandatory ) so for that purpose I need to get current row position .

Regards ,

Ankita

3 REPLIES 3

Former Member
0 Kudos

Hi Ankita


Seems you could select out how many enties already have, then current line = lines of enties + 1.

regards,
Archer

0 Kudos

Hi Ankita,

In one way you can first check the number of record in the DB table. Suppose you are updating in ME22n Transaction, so all you have to do is to check the number of record in EKPO table inside your BDC program for the particular PO. Then process the next ROW value accordingly.

Regards,

Swaroop

Flavio
Active Contributor
0 Kudos

Hi Ankita,

Just to better focus on the question, could you please share which t-code is concerned with BDC, and the related db-table?

Thanks and bye,

Flavio