cancel
Showing results for 
Search instead for 
Did you mean: 

LOAD_PROGRAM_NOT_FOUND

Former Member
0 Kudos

Hello,

We are getting the dump LOAD_PROGRAM_NOT_FOUND in our new test server.. We have migrated from Informix to Oracle and are in test phase.. Whenever we are trying to download anything we are getting this

error..I tried to download ABAP DUMP thru system --> list --> save -->localfile and got this error..

Kindly Suggest

-


I am posting some part of the Dump....

ABAP runtime errors LOAD_PROGRAM_NOT_FOUND

Occurred on 29.04.2008 at 12:02:12

>> Short dump has not been completely stored. It is too big.

Program "#SAPLSREC " not found.

What happened?

There are various possibilities:

program library.

The current ABAP/4 program "SAPMSSY1 " had to be terminated because

one of the statements could not be executed.

This is probably due to an error in the ABAP/4 program.

or

Error in the SAP Basis system

ABAP/4 processor detected an internal system error.

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

ABAP

processor discovered an invalid system state.

What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your

SAP system administrator.

You can print this message by choosing "Print".

Transaction ST22 allows you to display and manage short dumps. It

is especially useful if you want to keep a particular message.

Error analysis

On account of a branch in the program

(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)

or a transaction call, another ABAP program

is to be loaded, namely "#SAPLSREC ".

However, program "#SAPLSREC " 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. Remember that you must

specify the program name in uppercase.

b) Transport error

How to correct the error

Check the last transports to the R/3 System.

Are changes currently being made to the program "SAPMSSY1 "?

Has the correct program been entered in table TSTC for Transaction " "?

-

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

"LOAD_PROGRAM_NOT_FOUND"

"SAPMSSY1 " bzw. " "

"XAB_BLEN"

If you cannot solve the problem yourself, please send the

following documents to SAP:

1. A hard copy print describing the problem.

To obtain this, select the "Print" function on the curren

-

2. A suitable hardcopy prinout of the system log.

To obtain this, call the system log with Transaction SM21

and select the "Print" function to print out the relevant

part.

3. If the programs are your own programs or modified SAP pro

supply the source code.

To do this, you can either use the "PRINT" command in the

print the programs using the report RSINCL00.

4. Details regarding the conditions under which the error oc

or which actions and input led to the error.

System environment

SAP Release.............. "46B"

Application server....... "SAPTR10"

Network address.......... "97.253.32.162"

Operating system......... "SunOS"

Release.................. "5.9"

Hardware type............ "sun4u"

Database server.......... "SAPTR10"

Database type............ "ORACLE"

Database name............ "D45"

Database owner........... "SAPR3"

Character set............ "en_US"

SAP kernel............... "46D"

Created on............... "Jan 13 2008 21:56:19"

Created in............... "SunOS 5.8 Generic_108528-05 sun4us"

Database version......... "OCI_920__OCI_7_API "

Patch level.............. "2364"

Patch text............... " "

Supported environment....

Database................. "ORACLE 8.0.5.., ORACLE 8.0.6.., ORACLE

8.1.6.., ORACLE 8.1.7.., ORACLE 9.2.0.., ORACLE 10.2.0.."

SAP database version..... "46D"

Operating system......... "SunOS 5.6, SunOS 5.7, SunOS 5.8, SunOS 5.9,

SunOS

5.10, , System build

information:, , LCHN

: "

Information on where termination occurred

The termination occurred in the ABAP/4 program "SAPMSSY1 " in

"XAB_BLEN".

The main program was "ZHRVIEWLEVINF ".

The termination occurred in line 0

of the source code of program " " (when calling the editor 00).

-


Thanks,

RaHuL...

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> We are getting the dump LOAD_PROGRAM_NOT_FOUND in our new test server.. We have migrated from Informix to Oracle and are in test phase.. Whenever we are trying to download anything we are getting this

> Program "#SAPLSREC " not found.

> is to be loaded, namely "#SAPLSREC ".

> The main program was "ZHRVIEWLEVINF ".

To me this seems, you are using a submit statement in that program to a program, that has a name with "#SAPLSREC" - maybe this is done in an Open SQL statement and the "#" character is for commenting.

Please check ZHRVIEWLEVINF for that program.

Markus

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The termination occurred in the ABAP/4 program "SAPMSSY1 " in

"XAB_BLEN".

The main program was "ZHRVIEWLEVINF ".

ZHRVIEWLEVINF is customer program.

in SE38 check the program ZHRVIEWLEVINF

regards,

kaushal

Former Member
0 Kudos

Hi,

Thanks for the reply...

Please check, It states " The termination occurred in line 0 of the source code of program " " (when calling the editor 00).

Functionals have already checked the Program.. It worked perfectly well in Informix...

Also pls note the other time when i get this error is while saving data thru system>list>save-->localfile..

Thanks,

RaHuL..

Former Member
0 Kudos

Hi

check the syntax of SAPMSSY1 using SE38

regards,

kaushal