Wednesday
hello all ,
i have task on public cloud to create app to upload excel sheet of customer till bow there is now problem but i need your help on how i can update partner function for our customer so if anyone can help please provide me with it
Request clarification before answering.
Good day @abdelrahman_khaimse5f2c1
Thank you for your question.
In Public Cloud, the better option when updating a customer partner function from an Excel upload is to use the released Business Partner A2X OData API, not direct table updates.
In simple terms:
See KBA 2859009 for more details. Note that API_BUSINESS_PARTNER helps you create, update, and delete operations for Business Partner, customer, and Supplier data.
See the following reference for more insights
Here are areas you should consider:
You can enable your API using communication scenario SAP_COM_0008 Business Partner, Customer and Supplier Integration in Communication Arrangements. Note that SAP_COM_0008 is the communication scenario for Business partner, Customer and Supplier Integration.
See the following reference for more insights
From your Excel upload, you can prepare these values per row:
Before updating, call: API_BUSINESS_PARTNER/A CustSalesPartnerFunc?$filter=Customer eq customer
If the partner function does not exist, you can create it with POST to A CustSalesPartnerFunc.
If it already exists, ensure you update it with PATCH, PUT, or MERGE. Note that the Business Partner master data can be updated using these methods.
See the following reference for more insights
For partner functions, pass only one partner reference field in the payload: BPCustomerNumber, Supplier, PersonnelNumber, or ContactPerson. See KBA 3274422 for more details.
Let me know if you have further questions.
Best regards
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.