cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the IBU of the logges in user with some relationship?

Former Member
0 Kudos

Hi,

How to find out the IBU of the logges in user with some relationship?

Regards,

Jaya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jaya,

I am not sure if i understood you correctly. Do you want to find the corresponding account of logged in User? If yes, then you can use the below FM:-

CALL FUNCTION 'BP_CENTRALPERSON_GET'

EXPORTING

IV_USERNAME = im_usr_name

IMPORTING

EV_BU_PARTNER_GUID = lv_partner_guid

EXCEPTIONS

NO_CENTRAL_PERSON = 1

NO_BUSINESS_PARTNER = 2

NO_ID = 3

OTHERS = 4.

Thanks and Regars,

Rohit

Answers (0)