on ‎2025 Apr 08 1:45 PM
We have a custom field on the business partner containing the customer dunning email address pushed through an api from an external application. Later we will add company codes to the business partner.
How can we automatically sync the data from the custom field on the business partner level to the clerks internet address field on company code level without repushing the data through the interface each time a new company code is added?
Request clarification before answering.
Hi,
Following are the options which you can consider -
1) Utilizing Side by Side extensibility to read the custom field value via whitelisted Business partner related API's, and then updating the standard field with the copied value using the whitelisted Business partner related API's.
2) Using developer extensibility, create a custom job to read the custom field value and update the standard field utilizing business object interface https://api.sap.com/bointerface/I_BUSINESSPARTNERTP_3
3) Use IRPA, to copy the value from custom field to the standard field.
Regards
Jai Srinivasan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
The custom logic (BAdI) available for business partner and customer objects are meant for validation and it doesnt populate the data or change it.
You can use the developer extensibility option or RPA option that Jai mentioned.
Regards,
Dennis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 10 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.