cancel
Showing results for 
Search instead for 
Did you mean: 

VAT reg, number check

Former Member
0 Kudos

Hi experts,

I defined country specific check for this field for a specific country in OY17:

key 9 - Check against country-specific edit format.

I have a function with the VAT reg. logic.

Where can I put this function in order to apply this check?

Thanks

Ofer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

I did it finaly using this function and BADI

0 Kudos

Hello Ofer,

Ideally SAP provides the validations for VAT Numbers for several countries. You can check the note 775919 for more details.

In case you have a legal requirement then you can forward it to SAP and we shall be able to deliver it in standard, if not you can follow the below steps

i) Create an entry in View V_TFKTAXNUMTYPE for your respective VAT Number. enter your function module name as well

ii) Create an entry in View V_TFKTAXNUMTYPEC.

iii) Customizing entry shall be validated in the FM: BUPA_TAX_TYPE_SELECT_CB and your FM name shall be filled in "lv_check_function" and would be called with this following call "CALL FUNCTION lv_check_function"

Cheers!

Nishan