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

upload the data for business partner using BAPI.

Former Member
0 Likes
920

hii friends,

i am trying to upload bp using bapi. the function to upload the data is as follows :

form UPLOAD_DATA .

CALL FUNCTION 'BAPI_ISUPARTNER_CREATEFROMDATA'

EXPORTING

  • PARTNER =

type = '2'

GROUP = 'ZCRI'

  • REFCUSTOMER =

partnerdata = it_data

  • partnerdatax =

  • TESTRUN =

  • ACCEPT_ERROR = 'X'

  • IMPORTING

  • RETURN =

  • NEW_PARTNER =

  • TABLES

  • TADDRESS =

  • TADDRESSX =

  • TBANKDATA =

  • TBANKDATAX =

  • TCCARDDATA =

  • TCCARDDATAX =

  • RLTYPES =

  • EXTENSIONIN =

  • TTAXDATA =

  • TELEFONDATANONADDRESS =

  • E_MAILDATANONADDRESS =

  • TADRUSE =

  • TADRUSEX =

.

endform. " UPLOAD_DATA

after execution the following error is thrown.

*Error analysis

The following syntax error was found in the program SAPLEBPBAPIS :

"The data object "A-ACT" does not have a component called "M_BONIWERT"."

" "

" "

" "*

please provide any solution if possible.

thanks.

regards,

akshay ruia

1 REPLY 1
Read only

former_member201275
Active Contributor
0 Likes
632

Maybe you are not supplying the correct values at the correct levels, refer;

http://help.sap.com/saphelp_sm40/helpdata/EN/8d/2237a4ba14eb4897cb317597b80e59/content.htm

regards,

Warren.