on 2009 Jun 17 10:30 AM
Hi Friends,
I have a requirement that Based on the User ID I need to populate the Recipient and Requestor Information. Also how to populate the Partner Information based on the UserID, I am developing a WebDynpro Application with minimal fields that are required to create the Shopping Cart.
Please help me solving my issue
Regards
Pradeep Goli
Hi Pradeep,
You can use, BP_CENTRALPERSON_GET to get the Business partner guid
and first name last name of the user by passing userid.
With the partner guid, Use BUPA_NUMBERS_GET to get the Business partner number.
To get the user information (personal data)
BAPI_USER_GET_DETAIL
To get the workplace address
IF_BBP_ES_PROFESSIONAL~GET_WORKPLACE_ADDRESS_IDS
will give the address number information,
With the address number information use
BBP_OM_USR_READ_WORKPLACE_ADDR
Check the FM
BBP_UM_UI_GET_POSITIONS for the usage of IF_BBP_ES_PROFESSIONAL~GET_WORKPLACE_ADDRESS_IDS and
BBP_OM_USR_READ_WORKPLACE_ADDR
I hope this information would help you.
Regards,
Amudha R V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.