cancel
Showing results for 
Search instead for 
Did you mean: 

business partner - function module to read it ?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

does anyone know if there is ONE function module to read BP

by it's guid (or number) to get a whole BDOC structure in return ?

I know there are several modules to read different segments of a BP but

I was just wondering if there is one "global" ?

thank you,

Regards,

michal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michal,

Did you try BAPI_BUPA_CENTRAL_GETDETAIL?

Regards,

Alin

MichalKrawczyk
Active Contributor
0 Kudos

thanks Alin but this is only central data... and I need everything

Regards,

michal

Former Member
0 Kudos

Hello m Michal,

There is no single funtion modules which will give you everything you want for a business partner..

Here are few that could be used...This covers most of the aspects of a BP...

BUPA_ADDRESS_GET_DETAIL

BUPA_ADDRESS_GET_NUMBERS

BUPA_BANKDETAIL_GET_DETAIL

BUPA_BANKDETAIL_GET_NUMBERS

BUPA_NUMBERS_GET

BUPA_PARTNER_GET_BY_IDNUMBER

BUPA_PCARD_GETDETAILS

BUPA_ROLES_GET_2

BUPA_SEARCH_2

BUPR_EMPLO_ADDR_GET_DETAIL

BUPR_RELATIONSHIP_GET_DETAIL

BUPR_SHAREHOLD_GET_DETAIL

Please Reward for usefull anser..

Regards,

Anand...

Former Member
0 Kudos

Hi Michal,

I am afraid there is no single FM to suit your purpose. The central data FM gives you the most of the parameters. I assume you might be aware of the individual FMs. You can refer FG BUBA_3 and BUBA_4.

Regards,

Alin