cancel
Showing results for 
Search instead for 
Did you mean: 

Process Messages

Former Member
0 Kudos

Hi Team,

I am having situation where all the messages like the goods receipt, material consumption and TECO and FG batch updates against the PO are coming from MES system to SAP. I have a event based job which normally triggers for each message which creates lots of batch job on daily basis.

I can't schedule a periodic job because business cant wait till the job triggers and again not sure in which sequence it will pick the messages to process.

Is there any smart way to reduce the no of batch job and also to have the sequential processing of messages like create PO, material consumption, goods receipt and finally TECO.

Thanks

kishan

Accepted Solutions (0)

Answers (1)

Answers (1)

ameya_beri
Active Contributor
0 Kudos

Hello,

If I understand you right, you trigger a batch job for every event you receive from MES, is your MES-SAP connection asynchronous ?

You can reduce the number of batch jobs, by having a synchronous mechanism, ex RFC enabled function module, which you can directly invoke from MES.

Best Regards,

Ameya B.