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

cdpos

Former Member
0 Likes
477

hi experts

how to read cdpos table data for a particular sales order and line item,

i want to read data by table = vbap and field = ABGRU.

is there any there reading criteria to improve performance.

does it create any performance problem while reading?

if it so, how to avoid it ?

Thanks in advance

Regards

Rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

Hi!

Try using CDHDR table also.

OBJECTCLAS = 'VERKBELEG'

OBJECTNUMBER = order number

Regards

Tamá

1 REPLY 1
Read only

Former Member
0 Likes
445

Hi!

Try using CDHDR table also.

OBJECTCLAS = 'VERKBELEG'

OBJECTNUMBER = order number

Regards

Tamá