2013 Feb 05 2:16 PM
Dear experts
I’m facing an issue regarding the “call function starting new task” sentence.
I tested this call on DEV, QUALITY and LAB systems successfully. I’m making a loop into the following sentence 3 times:
lv_nombre = sy-index.
GET TIME.
CONCATENATE lv_nombre ' tarea' sy-uzeit INTO lv_nombre.
CALL FUNCTION 'ZFCOPSEJ_003_MM_SOLP_R' STARTING NEW TASK lv_nombre
DESTINATION IN GROUP DEFAULT
EXPORTING
LOOP = lv_corte_tabla
l_h = l_h.
If I go to SM50, I see the 3 threads created perfectly on the 3 tested systems, however when I try to run the FM on production system I don’t see any thread and the program remains waiting for the response of the FM called.
This is a strange issue because my SAP Basis Team says the user which executes this FM on DEV, QEC and LAB has the same auths than in the production system, so I guess this issue could be caused by a system parameter. Any idea?
I’ve checked the thread http://scn.sap.com/thread/1909182 but my issue is not working yet.
Thanks in advance.
Kind regards,
2013 Feb 05 4:27 PM
I suggest you to check in below places..
1) See if we have multiple servers in production from sm51, it may be running in other server(s).
2) See in SM59 if there is log entry with any failures