cancel
Showing results for 
Search instead for 
Did you mean: 

output type and program for ARE1 & ARE3

Former Member
0 Kudos

Dear Friends,

Kindly explain somebody what are the standard output types & Program for printing ARE1 & ARE3?

What is the process for getting print of these document?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

output type: J1IB

LG>india>Business transaction>Export under>Export-->Make settings for ARE-1 procedure...

Here you assigned to J!IB output type..and Same for ARE-3.

Regards

raj.

Former Member
0 Kudos

Dear Raj,

Thanks for your help.

Even if we assign output type J1IB in configuration for ARE3, we are not able to take print for it.

we are getting error with pop box as Parameters not maintained for output type

Message no. 8I621

Please help on this.

Also if user forget to check mark for Print in the ARE3 document then where we can take this print.

Thanks

reazuddin_md
Active Contributor
0 Kudos

Can you check,

in output type:J1IB

Processing routines tab-

Processing 1:

Program J_1IPRNTARE

Form Routine ENTRY_ARE1

Form J_1I_ARE1

Processing 2:

Program J_1IPRNTARE

Form Routine ENTRY_ARE1

Form J_1I_ARE3

for ARE-1 print, system searchs for the Prorg/Routine & Form from Processing 1 & for ARE-3 Print, from Processing 2,its hardcoded in program.

you can take the print from change/display mode as well, where you find the Print Icon.

try n revert

Former Member
0 Kudos

Hi

Maintain the parameters in

SAP Customizing Implementation Guide>>Logistics - General>>Tax on Goods Movements>>India>>Business Transactions>>Exports Under Excise Regulations>>>Printouts of ARE Documents>>

maintain the output type and also specify printers

J1IB output type

Program -J_1IPRNTARE

form routine-ENTRY_ARE1

from-J_1I_ARE3

and also maintain partner functions

regards

Former Member
0 Kudos

Dear Friend,

Thanks for your useful inputs, however I am sorry that even after changing processing routine we are getting same error and system is showing dump message.

Runtime Errors LOAD_PROGRAM_NOT_FOUND

Except. CX_SY_PROGRAM_NOT_FOUND

IF i_trntyp = 'ARE1' OR i_trntyp = 'ARE3'.

SELECT SINGLE *

INTO ls_areattrb

FROM j_1iare_attrb

WHERE sergrp = ls_exchdr-srgrp

AND trntyp = i_trntyp.

IF sy-subrc = 0.

l_output_typ = ls_areattrb-outtyp.

ELSE.

MESSAGE s000(8i) WITH 'Output Determination not possible'.

"#EC NOTEXT

ENDIF.

ENDIF.

SELECT SINGLE * FROM tnapr INTO wa_tnapr

WHERE kschl = l_output_typ.

IF sy-subrc NE 0.

MESSAGE i621(8i) WITH l_output_typ.

ENDIF.

IF i_trntyp = 'ARE1'.

l_form = wa_tnapr-fonam.

ELSEIF i_trntyp = 'ARE3'.

l_form = wa_tnapr-fonam2.

ENDIF.

PERFORM (wa_tnapr-ronam) IN PROGRAM (wa_tnapr-pgnam)

TABLES it_excdtl

USING i_trntyp l_form i_copies ls_exchdr.

reazuddin_md
Active Contributor
0 Kudos

Can you check with the ABAPer, try to do the Debug the program when taking the ARE-3 Print.

Former Member
0 Kudos

Thank you so much for your valuable guidance.

Thanks again.

Answers (1)

Answers (1)

reazuddin_md
Active Contributor
0 Kudos

THis has been posted many times in the same forum.

request you to make a try to search & test it for your ref.

simaltaneously check in CIN config, Under Business Transactions - Exports Under Excise regulations.

still any doubts , then post with your analysis.