cancel
Showing results for 
Search instead for 
Did you mean: 

SPUMG / Schedule worker Job

Former Member
0 Kudos
127

Hi All,


Currently we are working on the  upgrade of the ECC system ( 640 to NW 702 ) Combined Unicode and Upgrade conversion. I am following the documents as per the sap note and Indeed I have done many times earlier. However this time, I am ending with the different issue in SPUMG, I am trying to schedule the worker job it throws a runtime dump.

Landscape Details : Windows 2003 64bit  / SQL 2005 / ECC 5 - 640 - NUC with the latest kernel

Target Level  : Unicode / EHP5

The error logs are stating the below in St22

Function module "ENQUEUE_E_UMG_TABSPLIT" not found.

The function module "ENQUEUE_E_UMG_TABSPLIT" was called, but cannot be

found in the Function Library.

Error in ABAP application program.

The current ABAP program "CL_UMG_PRE_STOCK==============CP" had to be

  terminated because one of the

statements could not be executed.

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

Missing RAISING Clause in Interface

    Program                                 CL_UMG_PRE_STOCK==============CP

    Include                                 CL_UMG_PRE_STOCK==============CM00F

    Row                                     1

    Module type                             (METHOD)

    Module Name                             HANDLE_USER_COMMAND

Note : I am also doing the BW upgrade in parallel, there I dont have any problem at all - indeed same patch level ( SP23 / 640). SPUMG went fine and completed successfully

Wondering how the functional module is missing here

Anyone have any suggestions please do let me know


Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

paul_power
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vijay,

In SE37, type in the function module name

ENQUEUE_E_UMG_TABSPLIT

and display. Does it find the function module?

If it displays the function module, try to activate it on the next screen (Alt+Shift f3)

Does it activate without errors?

If so, try to repeat the phase.

If there are errors, try to repair the function module before activating it again.

Utilities -> Repair Func. -> Repair

Until all errors are resulved. then activate it and repeat the phase.

Regards,

Paul

Former Member
0 Kudos

Hi Paul,

The bad Part is, there is no such function module in the system. Do I need to import any notes for it, so that the required functional module will be available. But really wondering how come a standard function module will not be available in the system

Any insight on this?

ENQUEUE_E_UMG_TABSPLIT

Regards

Vijay

paul_power
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vijay,

I think it should be part of function group

"/1BCDWBEN/SEN0012"

but I dont know why it doesnt exist in the system.

Regards,

Paul

tomas_black
Advisor
Advisor
0 Kudos

Hello Vijay,

do you have another system on the same SP - and that has ENQUEUE_E_UMG_TABSPLIT? If yes you can transport it to this system, then repeat SPUMG. 😉

Best regards,

Tomas Black

Answers (0)