cancel
Showing results for 
Search instead for 
Did you mean: 

Access sequence for taxation not fetching correct values

adwait_bachuwar
Active Contributor
0 Kudos
254

Hi Guys,

We have activated the user exit J_1I7_USEREXIT_FILL_KOMK_KOMP.

The requirement was to capture various field values for access sequence.

These are vendor's region, plant's region, material tax indicator etc.

These are not there in tax field catalogue. Also in this user exit the tables are also limited.

For this matter we activated the Userexit_002 to get the values from conditions tab of PO and then use this to fill up tax fields.

This logic worked fine for PO creation but in change or display mode this is not working.

The same happening at MIRO. In change or display mode we found out that if we click or go in condition tab then values are getting fetched.

Our issue is how to get these values automatically pulled in MIRO as there we cannot get into conditions tab.

Your valuable inputs are much appreciated.

Thanks and regards,

Adwait Bachuwar

View Entire Topic
Former Member
0 Kudos

Hi,

The Thread below will give you the idea of this.

You can check the Pricing Field Catalog example here and use that logic in Tax too. You should know the corresponding Tax Table like KOMG is for Pricing General.

http://scn.sap.com/thread/1876750

Thanks.

adwait_bachuwar
Active Contributor
0 Kudos

Hi,

Thank you for your inputs.

I have already used that user exit and fully aware of tables and its implications. My problem is the values are fetched in this one but in tax structure these are not coming unless this user exit is triggered.

I am looking for solutions or ways to get it triggered automatically or programatically.

adwait_bachuwar
Active Contributor
0 Kudos

For future guidance,

The user exit will fetch values for pricing conditions and not for tax.

The tax application needs to get updated so we have used ABAP code to save the values in global variables and then copy these while calculating taxes.

I will try to update the code or global variables used in sometime.

Former Member
0 Kudos

This message was moderated.