ABAP Parallel Processing with SPTA Framework

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 9

  • @sugatobiswas3953
    @sugatobiswas3953 Год назад +3

    This is a fantastic concept. I had used it in couple of long running programs and it worked as magic. Thanks for this video.

  • @abhijitsantra1357
    @abhijitsantra1357 9 месяцев назад +2

    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.

    • @somnathpaul2020
      @somnathpaul2020  9 месяцев назад +1

      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
    @chandrahas6102 15 дней назад

    what is SPTA stands for ?

    • @somnathpaul2020
      @somnathpaul2020  15 дней назад

      Parallel processing Trace Analysis

    • @chandrahas6102
      @chandrahas6102 15 дней назад

      @@somnathpaul2020 Then it will be PPTA right? not SPTA

    • @somnathpaul2020
      @somnathpaul2020  15 дней назад

      @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.

    • @chandrahas6102
      @chandrahas6102 14 дней назад +1

      @@somnathpaul2020 Got it, Thank you..!!