Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parallel processing does not start in production system

Former Member
0 Likes
433

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,

1 REPLY 1
Read only

Manohar2u
Active Contributor
0 Likes
379

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