cancel
Showing results for 
Search instead for 
Did you mean: 

C4C Get Business Partner Tax Number Type configuration via ABSL script

0 Kudos
417

Hello experts,

There is a requirement to check VAT number of business partner according to country on save. If configuration is active, then specific checks should be executed.

Is it possible to check Tax Number business configuration (active or not) via absl script on save event?

Thanks in advance,

Kind regards,

Kirill

View Entire Topic
former_member226
Employee
Employee
0 Kudos

Hello,

AFAIK, Currently, it is not possible to access standard configuration content (or BCO ) within a custom ABSL script.

However, you can create your own configuration object(BCO) and maintain similar customization there which can be accessed in PDI. The drawback of this approach is that you need to maintain this configuration in addition to standard Tax customization which could be overhead on standard maintainace activites.