cancel
Showing results for 
Search instead for 
Did you mean: 

Function to obtain organization.

Former Member
0 Kudos

Hello experts,

We are using SRM 5.0, and have a question on how to obtain the following:

In transaction BBP_PD, I find a Purchase Order with Object type = BUS2201 and ObjectID = PO number.

In the results, I see a section that says "Organizations", with information at the header level.

Is there a function that brings me those results? If so which one is it?

From what I found, the system makes a direct call to table BBP_PDORG, but it makes the search by GUID, but I don't know where it's obtaining it from...

Thanks!

Regards,

Gilberto Gallardo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you have activated index tables, you can get it directly from index tables which is much faster.

The undex tables will be BBPD_PD_INDEX_H and BBPD_PD_INDEX_I for header and Items for documents.

Rgds,

Prasanna

laurent_burtaire
Active Contributor
0 Kudos

Hello,

See thread below: it could answer to your request.

Link: [;

You can use the first function modul to get all purchasing data.

Then, get the purchasing organization and purchasing group for each item and look for them in export parameter from FM BBP_OM_DETERMINE_RESP_PGRP

Regards.

Laurent.

Former Member
0 Kudos

Hi,

You can use the FM "BBP_PD_PO_GETDETAIL" to obtain all the information/details related to a particular PO.

BR,

Disha.

Do reward points for useful answers.