cancel
Showing results for 
Search instead for 
Did you mean: 

how to get enteries in item tab of sales order

former_member97974
Participant
0 Kudos

Hi All ,

i have a sales order and i want to get all the entries coming in item tab in an internal table .

kindly guide me how to achieve this .

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You can user module function CRM_ORDERADM_I_READ_OB to get the list of items.

Regards,

Benoî

former_member97974
Participant
0 Kudos

HI

thnx 4 ur rply

but i am asking the tables entries in item view of sales order in UI .

Thnx in advance

Former Member
0 Kudos

Hi,

Can you be more specific please ?

You want to get the table from the context node ?

Which component ? which view ?

Benoî

former_member97974
Participant
0 Kudos

hi

the name of the component is BT115IT_SLSO .

this view comes in the screen of sales order UI .

when i open a sales order it shows all the product details in this view .

i want to capture all the entries in this item view in an internal table .

because i want to change the header status of sales order on the basis of status coming in each lilne item .

Former Member
0 Kudos

So the easiest way to get what you want is to use the function module CRM_STATUS_READ_OW.

You can use guid of header of guids of item I think.

Regards,

Benoî