cancel
Showing results for 
Search instead for 
Did you mean: 

Business Place - Tax Code Combination

Former Member
0 Kudos

Hi,

I need to get tax code automatically when i enter the Business Place in FB70 transaction code. Is it possible thru Substitution?

If not possible can i get it done thru validation atleast to prevent wrong tax code for business place combination?

Please advise me by giving some logic..

Thanks

Yadayya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please give the Transaction code and Business Place as Pre-requisite and Give the Tax Code as constant value in substitution. So when ever you enter the Transaction code and Business Place system will update Tax Code automatically in background.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can do this by validation.

In T-code FB70 and apply an user exit to check

if Business place is X tax code will be y

if Business place is A tax code will be B

Regards,

Shayam

Former Member
0 Kudos

Hi,

Thanks for your reply. can you please tell me what exit i have to use or how can i find out the user exit?

Thanks

yadayya

Former Member
0 Kudos

Hi,

in OBBH you will find exit like U300 which call the program RGGBS000

Copy RGGBS000 to ZGGBS002 and change the relevant entry in TABLE T80D to ZGGBS002.

Take the help of ABAP Consultant for creating the Z of it.

Regards,

Shayam