Code: Alles auswählen.
call function 'BP_CENTRALPERSON_GET'
exporting
iv_username = sy-uname
importing
ev_bu_partner_guid = bp_guid
exceptions
no_central_person = 1
no_business_partner = 2
no_id = 3
others = 4.