‎2011 Jan 19 12:51 PM
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
‎2011 Jan 19 1:02 PM
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.