Skip to Content
0
Former Member
Jan 19, 2011 at 12:51 PM

upload the data for business partner using BAPI.

288 Views

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