‎2007 Oct 22 4:38 PM
Hi
we want to use "BAPI_CUSTOMER_CREATEFROMDATA1" this bapi to create customers. but it is not asking us to provide information for some of the fields like "prev accout number" "tax code" which is in sales data to say whether the customer is tax exempt(0) or taxable(1).
Thanks,
Monica
‎2007 Oct 22 4:46 PM
Try other FM SD_CUSTOMER_MAINTAIN_ALL
This is not RFC ..
Thanks
Seshu
‎2007 Oct 22 4:58 PM
is this a bapi or can you tell me what i need to do in brief bcoz iam new to sap abap , i appreciate your help
thanks,
monica
‎2007 Oct 22 5:10 PM
This is Function module and you can create customer or you can update customer data or you can delete the customer data if you use this FM.
Pass the required data to FM .
See the documentation for BAPI.
BAPI-step by step
http://www.sapgenie.com/abap/bapi/example.htm
http://www.sappoint.com/abap/bapiintro.pdf
http://help.sap.com/saphelp_47x200/helpdata/en/3e/ecf226942511d2ad4b080009b0fb56/frameset.htm
http://help.sap.com/saphelp_47x200/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm
BAPI PDF
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
Thanks
Seshu