Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

J1IEX - Assesable value 0

Former Member
0 Kudos

Dear all,

I need a help!

Again related to STO. When I am doing J1IEX, I am not able to get the Base Value. It is reset to 0.

ME21N --> VL10B --> VL02N --> VF01 --> J1IIN --> MIGO --> J1IEX

Let me send you some further details. In VF01, the excise are maintained at header. Base price in VF01 is automatically carried from PO. Condition Category is H and statistical. But during, J1IEX why base Value is getting to 0.

In VF01 the calculation is like

Price: 100 (carried from PO)

Charge: 10

----------------

            110 - Excise calculated on this Value.

I want to get 110 in Assessable Value. When I am referencing the Excise Invoice all duties are coming correct. But " Message no. 4F121" is showing.

I have gone through many discussions, but not able to find the correct solution. Yes, I found this exit "J_1I7_USEREXIT_CALC_EXC_BASE" Is this relevant?

Thanks in advance.

Regards,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes the user-exit is relevant.

Can you please go through the SAP note mentioned below and apply.
1042035
1035545
1003634

If you mark the Condition category as 'H' for the  Price condition
which has the assesable value then the Excise base value will flow but
the price condition should be non statistical, if it is statistical in
your pricing procedure then you will have use the user exit
J_1I7_USEREXIT_CALC_EXC_BASE which has the KONV structure , you will
have to pass the value to the parameter EXCITM_BASE.

The notes given will be of use for the future transactions. Ensure that
you have given some logic in the user exit to allow the system to copy
the base value to the excise detail table.

Regards,

Rajasree R

3 REPLIES 3

Former Member
0 Kudos

working on this exit. I hope I am correct

Former Member
0 Kudos

Hi,

Yes the user-exit is relevant.

Can you please go through the SAP note mentioned below and apply.
1042035
1035545
1003634

If you mark the Condition category as 'H' for the  Price condition
which has the assesable value then the Excise base value will flow but
the price condition should be non statistical, if it is statistical in
your pricing procedure then you will have use the user exit
J_1I7_USEREXIT_CALC_EXC_BASE which has the KONV structure , you will
have to pass the value to the parameter EXCITM_BASE.

The notes given will be of use for the future transactions. Ensure that
you have given some logic in the user exit to allow the system to copy
the base value to the excise detail table.

Regards,

Rajasree R

0 Kudos

Thanks again sir.