cancel
Showing results for 
Search instead for 
Did you mean: 

BRIM | Subscriber Account Taxation Type & Taxation Mode must be Null

sapccbrim
Explorer
0 Kudos
953

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.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_glaser
Advisor
Advisor
0 Kudos

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

sapccbrim
Explorer
0 Kudos

Thank You so much Thomas for your prompt reply 🙂

Answers (1)

Answers (1)

sapccbrim
Explorer
0 Kudos

Null ---- None.