cancel
Showing results for 
Search instead for 
Did you mean: 

Purchasing Org from Purchasing Group

Former Member
0 Kudos

Hi,

I have a requirement where I need to read the Purchasing Org to which a particular Purchasing group is assigned. I get the purchasing group as input.

I tried to find any FM which would give me this data but didn't find any. Could someone please provide any suggestions?

Thanks & Regards

Saravanan Sadasivan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You ca simply query the relationship from table HRP1001.

Pass the below values

OTYPE = O

OBJID = 50000050 -> Your Pur Grp Id

RELAT = 002

Now SOBID will give you the Pur Org id.

Regards

Kathirvel

Former Member
0 Kudos

Hi Kathir,

Thanks very much. I can use this.

Thanks & Regards

Saravanan.

Answers (0)