on 2013 Jul 01 12:28 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
User | Count |
---|---|
84 | |
12 | |
7 | |
5 | |
4 | |
4 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.