cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Error LOAD_PROGRAM_NOT_FOUND

Former Member
0 Likes
2,475

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.

                                        

View Entire Topic
Former Member
0 Likes

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

Regards.

Ruchit