Thank you! Much easier to understand when you see the example code. Even better if you see it written.
@just2shareji2 жыл бұрын
Thank you and Welcome
@nagireddyv55422 жыл бұрын
@@just2shareji thanks for the session on difficult topic parallel processing
@amitvetal15092 жыл бұрын
Thank You very much for sharing the valuable information..
@rameshnallavula83542 жыл бұрын
Excellent job ganesh thank you
@pandey2922Ай бұрын
Hi i have implemented the similar things , but in my case some time the processing of FM takes some time and few times the WAIT UNTIL statement gives time out issue and background job gets cancelled . Any idea how to fix this?
@mythilik31105 ай бұрын
Thanks for valuable information
@just2shareji2 ай бұрын
Welcome!!!
@ekekakos Жыл бұрын
Thanks for the understandable session. But please do another one with parallel process in classes.
@just2shareji Жыл бұрын
Thank you, sure will make it.
@ketan-o3r14 күн бұрын
Hi could you please make video on parallel processing using SPTA framework
@perception5019 Жыл бұрын
Very helpfull
@just2shareji Жыл бұрын
Thank you
@sanchitshedale89946 ай бұрын
Even after configuring destination group the rfc fm logic is not getting triggered. Where am i going wrong?
@meliheyuboglu64155 ай бұрын
Thanks for the well explained video. Is there any shared file or folder which includes these code samples? Could you please share or is it private?
@just2shareji4 ай бұрын
Not all, I have saved very few. If required please Email me.
@karthickr61678 күн бұрын
When specific processor is 5 what will happen if we use 8.
@just2shareji8 күн бұрын
As per code, it should wait for the next available processor.
@karthickr61673 күн бұрын
@@just2shareji Great thanks that what i thought, using more than available processor make no sense at all in the term of performance i get it,
@lishalinpattanaik9423 жыл бұрын
While executing first program it's showing zji_tt_po_details unknown
@ss-de5mm3 жыл бұрын
Thank u
@pandey2922Ай бұрын
Hi i have implemented the similar things , but in my case some time the processing of FM takes some time and few times the WAIT UNTIL statement gives time out issue and background job gets cancelled . Any idea how to fix this?
@just2shareji27 күн бұрын
Rough guess: FM takes time - is the data volume differs between the transaction or the running time, may be the server is busy with other activities. Time out issue - BASIS might have time restriction to run the specific processor. Suggestion - possible, increase the processor for your specific business scenarios.
@pandey292225 күн бұрын
@@just2shareji: Thanks for replying basically for same set of test data and same number of work processor , the execution works successful some of the time and gives time out issue other times.