cancel
Showing results for 
Search instead for 
Did you mean: 

out put type.

Former Member
0 Kudos

Hi..Gurus,

I am doing the output for Excise Invoice using the T.Code : J1IP. The system is showing No output type for the Billing Document. So iam opening the Billing document number and giving the output type J1I0 as Manually. I want to do it automatically. Wt are the settings needed?

regards,

jyothi.

View Entire Topic
reazuddin_md
Active Contributor
0 Kudos

Hi,

check the program (J_1IPRNE) by going to the status from menu bar.

below code has to included-which says output type : J1I0 is mandatory field and default value is J1I0.

PARAMETERS :

KSCHL LIKE DNAST-KSCHL OBLIGATORY DEFAULT 'J1I0',

LDEST LIKE NAST-LDEST,

PRNEXC AS CHECKBOX DEFAULT ' '.

Hope it helps, let me know if you any.