cancel
Showing results for 
Search instead for 
Did you mean: 

FROM Organizational Unit ID TO Organizational Unit GUID

Former Member
0 Kudos

hi gurus,

Here it my problem:

from transaction 'ppoma_bbp' i can have the ID of any existing Organizational Unit .

How can i get (using standard sap function module) the Corresponding GUID of this Organizational Unit ?

thanks ,

Fabrizio Gemma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Fing the Business Partner ID of that Organization. It is available in the PPOMA_BBP view. With this BP acccess table: BUT000 and find PARTNER GUID.

Former Member
0 Kudos

Hi Surya Kappagantula ,

I' ve only the Business Partner ID ..... and i can use only Function module (i'm creating a report and i cannot go to the transaxtion PPOMA_BBP to get the PARTNER value corresponding to the BP ID).

Example :

i've only a Business Partner ID: "O 50002208"

i would like to get the PARTNER ( i can see it from the PPOMA_BBP and the value "0000000427" ) and the related GUID using only Functions Module (not the ppoma transaction).

thanks,

regards,

Fabrizio Gemma

Former Member
0 Kudos

Hi,

I don't see a single funtional module to directly get the GUID of the Organization but

Use the following FM to read the BP of the organization (With the parameteres)

RH_READ_INFTY

PLVAR :01

OTYPE : O

OBJID :Organization ID

INFTY :1001

ISTAT

EXTEND :X

SUBTY :B207

And then read table: BUT000 and find PARTNER GUID.

Former Member
0 Kudos

thanks a lot Surya Kappagantula

Answers (0)