on 2022 Apr 25 5:57 PM
Hello All,
Using SAP S4HANA2021 Initial Base Stack with CC 2021.
We would like to create the "Business Partner" in SAP SOM using the US (country) specific address without Tax Jurisdiction maintained. But when it replicated to CC the subscriber Account shows with below details. So how can I make the BP/Subscriber Account with "Taxation Type & Taxation Mode Null" ? Is there any way/configuration to control from SOM.
Note: We are not suppose to create the Subscriber Account in CC direct either using web service.
Thanks,
Rahul.
Request clarification before answering.
Hi Rahul,
When you create BP in S/4 and use FICA joint distribution to send BP to CC system you can use FICA event 5703 (tx. FQEVENT). Just use following coding in your function module:
* Disable tax in SAP CC
cs_cc_gpart_5703-cctax = '1'. " No Tax
cs_cc_gpart_5703-tax_modality = '4'. " No Tax
Hope this helps to solve your issue.
Best regards,
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Null ---- None.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
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.