cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order line items by ship to location

Former Member
0 Kudos

Is there an easy way to get a list of purchase orders for a given ship to location? We are running SRM 4.0 in extended classic.

Thanks,

Shawn O'Connor

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is no such selection criterion to display PO's based on ship to location in SUS.

Rajendra

former_member183819
Active Contributor
0 Kudos

hi

FM - BBP_PD_PO_GETDETAIL

pass I_Guid as guid of PO from BBP_PD

e_partner table

partner function 27 (Ship to address ) and partner function =75 is plant.

partner_no = XXX

pass this partner no XXX in but0000 as a BP Guid you will get a BP number of ship to ADDRESS

regards

Muthu

Former Member
0 Kudos

Thanks Muthu-

That will work if I want to know the ship-to for a given PO, what I'm looking for are the PO's for a given ship-to. Anyone out there know how to fullfill this request?

Best regards,

Shawn O'Connor

former_member183819
Active Contributor
0 Kudos

hello Shawn

CRMD_ORDERADM_H - transaction type of your PO since your in ecs - you can take one guid id and follow the procedure.

can you check up the above link

1). CRMD_ORDERADM_H -> Pick the GUID of your PO and pass it to table CRMD_LINK ( to the field GUID_HI).

2.) Select the GUID_SET where OBJTYPE_HI = u201C05u201D and OBJTYPE_SET = u201C07u201D

3) Pass the GUID_SET value to table CRMD_PARTNER (to the field GUID) and here you may get your desired partner function for plant /ship to address.

You check it up

regards

Muthu