Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_BUPA_CREATE_FROM_DATA org details not updated

Former Member
0 Likes
688

Hi, I have used BAPI BAPI_BUPA_CREATE_FROM_DATA to create BP.It successfully creates the BP but it is not displaying the Organisation details.It displays only Name 3 and Name 4 but not Name1 and Name2 fields. Pls help

Hi, I have used BAPI BAPI_BUPA_CREATE_FROM_DATA to create BP.It successfully creates the BP but it is not displaying the Organisation details.It displays only Name 3 and Name 4 but not Name1 and Name2 fields. Pls help

1 REPLY 1
Read only

sachin_yadav3
Active Participant
0 Likes
516

Hi,

The BAPI BAPI_BUPA_CREATE_FROM_DATA will not create all the details. you need to call different bapis depending upon requirement.

Like BAPI_BUPA_FRG0010_ADD to add sales org data

BAPI_BUPA_ROLE_ADD_2   to add role etc

Use BUPA_NUMBERS_GET to get the GUID number and use this number for further processing.

Regards

Sachin