cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error LOAD_PROGRAM_NOT_FOUND

Former Member
0 Kudos

Dear all,

We are getting a runtime error in development system. Please find the details below.

Category ABAP Programming Error

Runtime Errors LOAD_PROGRAM_NOT_FOUND

ABAP Program RSBTCRTE

Application Component BC-CCM-BTC

Short text                                                                                       

Program "ZC_UPDATE_BUCKETS" not found

What happened?

There are several possibilities:                                                             

  Error in the ABAP Application Program

                                                                                         

  The current ABAP program "RSBTCRTE" 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 "RSBTCRTE" program had to be terminated because the                        

  ABAP processor detected an internal system error.   

Error analysis

    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 "ZC_UPDATE_BUCKETS".

                                                                                              

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

System environment |

  SAP Release..... 702 |

  SAP Basis Level. 0011 |

Operating system..... "Windows NT"                                                            |

Release.............. "6.1" |

  Hardware type........ "24x AMD64 Level" |

Character length.... 16 Bits |

  Pointer length....... 64 Bits |

  Work process number.. 24 |

   Shortdump setting.... "full" |

Terminal.......... " "

   Char.set.... "C"

  SAP kernel....... 720                                                                        

  create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"                                          

  Database version. "SQL_Server_9.00 "

Patch level. 200                                                                             

   Patch text.. " "

  Database............. "MSSQL 9.00.2047 or higher"                                            

   SAP database version. 720 |

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows               

Please suggest.

Thanks in advance.

                                        

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks to all of you for the replies.

Former Member
0 Kudos

Hi,

You need to engage and ABAPer to investigate this.

Try running SE38 --> check if program ZC_UPDATE_BUCKETS exists, if yes if its in Active state.

Thanks,

Samik

Former Member
0 Kudos

check for which background job triggering this runtime error. Compare time between SM37 & ST22 output.

Then check why it is searching for that Z program  then determine whether the Z program will be recreated or the job need to modified.

Former Member
0 Kudos

Short text                                                                                      

Program "ZC_UPDATE_BUCKETS" not found

Error analysis

    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 "ZC_UPDATE_BUCKETS".

                                                                                              

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

Please check ZC_UPDATE_BUCKETS program

Regards

Roman

Former Member
0 Kudos

The error states ZC_UPDATE_BUCKET isn't found. Check if any job has been released for this program?

Regards.

Ruchit

sujit_sharma
Active Participant
0 Kudos

Hi XYZ A,

From the logs it is found that transaction is trying to execute the program "ZC_UPDATE_BUCKETS" but is unable to find the program, please check with the help of programmer this can be solved.

Regards,

SUJIT