Hi Everyone,
Good day.
We have custom business object (app) created in S4 HANA Cloud which saves tax classification code and work package ID into a table. We also have custom logic created at extension point: PROJ_BIL_MODIFY_BDR_DATA which is called when generating billing documents. Basically what the custom logic do is retrieve the data from the table (tax classification code) and pass it to the importing parameters of the BADI. The issue is that the BADI updates the material tax classification wherein the business expects that the tax classification of the customer should be the one being updated.
Can you please suggest any way we can achieve this requirement from business via code or any? Will appreciate your kind assistance on this.