cancel
Showing results for 
Search instead for 
Did you mean: 

excise invoice condition type

Former Member
0 Kudos

Hi All!

i am creating excise invoice with reference to billing document in j1iin. After this, i am doing j1ip to take print out of excise invoice. the condition type is j1i0.

problem is when i put j1ip t.code, system automatically fetch j1i0 condition type.

i want some other condition type(ex: zji0) should come there instead of j1i0.

Thanks in advance

by

bab

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi..

Your problem is because of the dnast-kschl is hard coded in progamme (J_1IPRNE) that u can get change the same with the help of ABAPer.

kschl like dnast-kschl obligatory default 'J1I0'

Hope this will help you.

Former Member
0 Kudos

Hi,

Since J1I0 is hard-coded in the program of J1IP, by default it will come if u want to change it to some other condition type, you need to create a variant in the selection screen with the corresponding condition type and you need to assign that variant in tcode SE93, give J1IP - change - here give the variant name in Start with variant.

Cheers..

Santosh