cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Work Manager 60 Push processor

Former Member
0 Kudos

Hello Agentry community,

I am trying work order push from ERP to Syclo in WM60. My understanding is that once I have a work order in /SYCLO/PSH01  the push processor report (or qRFC) would automatically  create the necessary instances in /syclo/PSH02 which are then pushed via XML to the Agentry server.

In my case this does not happen, even if I run the report by hand. I did notice that I always execute the segment

-----------

/SYCLO/CL_CORE_PUSH_PROCESSOR->Execte():

IF me->tab_push_queue IS INITIAL.

    me->message = '->Info: No open register entries found...'(i15).

    me->write_log( me->message ).

    SKIP 1.

    me->message = '***==>Push Register Processor Completed.... Bye!'(i16).

    me->write_log( me->message ).

    RETURN.

  ENDIF.

------

which is not what I would want. But how do I fix this?   I am running SMFND and SMERP in 610_700 SP000

thanks

Stephan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I hardly get to answer my own questions....

I can run the push register report by switching from qRFC to event driven push processor job in config for the push scenario.  The issue in my case is ultimately that I have assignment type of 8 which does not support push. So the class /SMERP/CL_PM_PUSHWORKORDER_DO which handles the MDO for work order push will show no recipients in method determinePushRecipients() per default implementation. Therefor my recipients table is empty

thanks

Stephan


Answers (0)