cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve Material group item in Purchase Order.

Former Member
0 Kudos

Hi all,

I would need to retrieve the material group from item in Purchase order to compare in Step condition in workflow.

I have a copy of WS14000075. The container from this WF hasn't this field, at least that I know.

How can to retrieve this value from purchase order?

Some idea for it?

Many Thanks,

Regards,

David.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I finally created a method to do it.

former_member195032
Active Contributor
0 Kudos

Hi David,

If you use FM BBP_PD_PO_GETDETAIL

I_OBJECT_ID = PO number

It will give you all details for purchase Order.Table E_ITEM will provide item level data which contains product/category (= Material group).

Regards,Nishant

Former Member
0 Kudos

Hi Nishant,

I will obtain the material group, but I need pass to workflow the value for each item and compare it with another values obtained from Z table (this part is implemented).

I would need something similar to BO BUS2121 attribute "MaterialGroup".

Many Thanks.

Regards,

David.