cancel
Showing results for 
Search instead for 
Did you mean: 

Badi for check tax number field

Former Member
0 Kudos

Hi guys!

Can anyone tell if exists a badi that ckecks the field 'TAXNUM' in transaction 'BP' after we put a value there.

I've already check in the transaction 'Bus7' and i only find the function for the event 'check before saving' -'BUP_BUPA_EVENT_DCHCK'.

Thanks in advance.

Hugo.

Accepted Solutions (1)

Accepted Solutions (1)

joaquin_fornas
Active Contributor

Hello, Hugo

Unfortunately there is no such BADI.

Anyway, you can do the following: you can call the function module BUP_BUPA_TAX_GET. This will return

the current partner and all tax numbers associated to that partner.

You can implement it in BUS3 - view BUTX01 (with the field group 114).

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi everybody!

I need understand how implement check of taxnum using transaction BUS3 - view BUTX01.

I need check tax number in transaction FPP2.

I see a post very interesting:

I create a module function but inside of module function i don't have data for my validation. I think i make a mistake. Help please!

If somebody have a tutorial would be great!!

Thanks!