cancel
Showing results for 
Search instead for 
Did you mean: 

Numerious LOAD_PROGRAM_NOT_FOUND dumps

Former Member
0 Kudos

Hello Gurus,

I'm getting like 30 short dumps on production daily:

LOAD_PROGRAM_NOT_FOUND

Program "GP3T9VZ87YU75ZSS0SO621KH46Q" not found.

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 "GP3T9VZ87YU75ZSS0SO621KH46Q". However, program "GP3T9VZ87YU75ZSS0SO621KH46Q" 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

SAP kernel....... 700

Patch level. 75

Transaction......... "START_REPORT "

Program............. "SAPLKYP4"Screen.............. "SAPLSRT2 0100"Screen line......... 7

Here is the trace:

A ABAP Program ZTDC_INT_OB_LOAD_TENDER_NAST

.

A Source ZTDC_INT_OB_LOAD_TENDER_NAST

Line 63.

A Error Code LOAD_PROGRAM_NOT_FOUND.

A Module $Id: //bas/700_REL/src/krn/runt/absubmit.c#3 $ SAP.

A Function ab_submit Line 260.

A ** RABAX: level LEV_RX_STDERR completed.

A ** RABAX: level LEV_RX_RFC_ERROR entered.

A ** RABAX: level LEV_RX_RFC_ERROR completed.

A ** RABAX: level LEV_RX_RFC_CLOSE entered.

A ** RABAX: level LEV_RX_RFC_CLOSE completed.

A ** RABAX: level LEV_RX_IMC_ERROR entered.

A ** RABAX: level LEV_RX_IMC_ERROR completed.

A ** RABAX: level LEV_RX_DATASET_CLOSE entered.

A ** RABAX: level LEV_RX_DATASET_CLOSE completed.

A ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.

A ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.

A ** RABAX: level LEV_RX_ERROR_SAVE entered.

A ** RABAX: level LEV_RX_ERROR_SAVE completed.

A ** RABAX: level LEV_RX_ERROR_TPDA entered.

A ** RABAX: level LEV_RX_ERROR_TPDA completed.

A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.

A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.

A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.

A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.

A ** RABAX: level LEV_RX_END entered.

A ** RABAX: level LEV_RX_END completed.

A ** RABAX: end no http/smtp

A ** RABAX: end RX_BTCHLOG|RX_VBLOG

A Program ZMHRSNAST00 not found..

A

M ***LOG R68=> ThIRollBack, roll back () [thxxhead.c

13155]

M PfAddStatDura: overflow (4294613573<4294790703,1183), take max uint for STAT_COMMIT

B

B Thu May 15 08:16:53 2008

B Disconnected from connection con_da={+DBO+0030,8000780,1}

I questioned everyone, noone performed any upgrades or transports to the system... . Could you please translate this gibberish into the plain English....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The error appears to be in ZTDC_INT_OB_LOAD_TENDER_NAST, which is a user program. I suggest you talk to the developer who created this program.

Looks like some sloppy prgramming to me.

You should be able to trace through the program to find the real culprit