cancel
Showing results for 
Search instead for 
Did you mean: 

Parrallel processing trace analysis in SAP ECC - SPTA framework

gauthier_egot
Explorer
0 Kudos

Hello SAPpers,

We are currently implementing the SPTA framework to use parallel processing for a critical dispatch process.

It works as described :

  • Data are initialized.
  • Initialized datas are divided according to our functionnal specification to obtain approximatly ~1000 equivalent blocs.
  • SPTA framework is used to launch and parallelize those ~1000 blocs via RFC.
  • every RFC is processed correctly.
  • when every RFC is processed, the program is terminated with some other -non parallelized- processing.

Every RFC will execute the same code, on different data, and can lasts from 1 secondes to a few minutes maximum.

My question is the following :

How can we trace (ST02, ST05, ST12) correctly those RFC too see execution time/memory used in our code (function module, loop ..) ?
When trying, I get this result, which hides the informations I want to analyze.

Thank you very much for your help !

Accepted Solutions (0)

Answers (0)