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: 

How to get First line item in Table control for BDC.

Former Member
0 Kudos

Hi,

I have a requirement while creating the return order from the reference Sales order for BOM.

Once I compare the line items and delete the items not to be returned, I want to read the first line item which in fact is header, to make some changes.

How to read this as cursor points to the last line item.

-B S B

4 REPLIES 4

Former Member
0 Kudos

Former Member
0 Kudos

Hi,

You can use function code =POPO to position the item you want as the first item.

Regards,

John.

0 Kudos

Hi John,

How it can be done?

-B S B

0 Kudos

Hi Bsb,

What is exactly unclear to you? =POPO will give a popup screen in which you can enter the order position number. This number will then be on the top of the table which means you can refer to it in BDC with "(01)".

Regards,

John.