Hi Somnath , So incase there are 5 packets , which are getting processed in the background for example P1, P2 , P3 , P4 and P5. And P2 and P4 for some reason dumped , how will you get to know this ? . I mean as a ABAPer its easy to go to ST22 and check . But how will you say it was P2 or P4 and it dumped once the program is finished with execution.
Good question, possibly we don't have a bid handy configuration to get to that packet info but you can think simple by logging while processing the packets - like kind of a qualifier you can tag for each packet and while processing you just write it job log with the qualifier. Now the one which fails will cancel the job itself but you can identify at which qualifier the job got cancelled. I know may be not the best approach I am telling but some work around which you can improvise more. BTW Thanks for watching and bringing questions.
@chandrahas6102 no SPTA only .. Sap gives short tcode like ST05 and there are many .. S can be SAP or system . Like that.. but framework is called SPTA.
This is a fantastic concept. I had used it in couple of long running programs and it worked as magic. Thanks for this video.
Thank you Sugato for your feedback.
Hi Somnath , So incase there are 5 packets , which are getting processed in the background for example P1, P2 , P3 , P4 and P5. And P2 and P4 for some reason dumped , how will you get to know this ? . I mean as a ABAPer its easy to go to ST22 and check . But how will you say it was P2 or P4 and it dumped once the program is finished with execution.
Good question, possibly we don't have a bid handy configuration to get to that packet info but you can think simple by logging while processing the packets - like kind of a qualifier you can tag for each packet and while processing you just write it job log with the qualifier. Now the one which fails will cancel the job itself but you can identify at which qualifier the job got cancelled. I know may be not the best approach I am telling but some work around which you can improvise more. BTW Thanks for watching and bringing questions.
what is SPTA stands for ?
Parallel processing Trace Analysis
@@somnathpaul2020 Then it will be PPTA right? not SPTA
@chandrahas6102 no SPTA only .. Sap gives short tcode like ST05 and there are many .. S can be SAP or system . Like that.. but framework is called SPTA.
@@somnathpaul2020 Got it, Thank you..!!