cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error LOAD_PROGRAM_NOT_FOUND for ARE document.

Former Member
0 Kudos

Hi All,

when I am creating or posting ARE document thru tcode J1IA101 & J1IA301 ,I am clicking on Printing check box & when I am going to save it .It is giving me error printing parameter is not set &

after pressing enter it is giving runtime error, which is as follows:

Runtime Errors LOAD_PROGRAM_NOT_FOUND

Exception CX_SY_PROGRAM_NOT_FOUND

What happened?

There are several possibilities:

Error in the ABAP Application Program

The current ABAP program "SAPLJ1IEX" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

or

Error in the SAP kernel.

The current ABAP "SAPLJ1IEX" program had to be terminated because the

ABAP processor detected an internal system error.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not

caught in

procedure "J_1IEX_PRINT_ARE" "(FUNCTION)", nor was it propagated by a RAISIN

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

On account of a branch in the program

(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)

or a transaction call, another ABAP/4 program

is to be loaded, namely " ".

However, program " " does not exist in the library.

Possible reasons:

a) Wrong program name specified in an external PERFORM or

SUBMIT or, when defining a new transaction, a new

dialog module or a new function module.

b) Transport error

Thanks,

C Singh,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi all,

please change the access sequence from J1ID to J1IB and include program for printing ARE-3 in program 2 of access sequence J1IB.

regards,

C Singh.

Lakshmipathi
Active Contributor
0 Kudos

Do you mean to say that your issue is addressed and if so, please close the thread with "Answered".

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi All

The same problem is with me also, kindly any body help me in this regard

Thanks and Regards

BMS