Here we would like to draw your attention to PSHLP_CREATE_THREAD transaction code in SAP. As we know it is being used in the SAP PS-ST (Structures in PS) component which is coming under PS module (Project Systems).PSHLP_CREATE_THREAD is a transaction code used for Thread creation in SAP.
It comes under the package PSB_API.When we execute this transaction code, PSHLP_THREAD_HANDLER is the normal standard SAP program that is being executed in background.
Transaction PSHLP_CREATE_THREAD technical data table
Tcode | PSHLP_CREATE_THREAD |
Purpose | Thread creation |
Module | PS |
Component | PS-ST |
SAP Package | PSB_API |
Program running | PSHLP_THREAD_HANDLER |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named PSHLP_THREAD_HANDLER will run when we enter transaction code PSHLP_CREATE_THREAD.
PSHLP_CREATE_THREAD is a Report Transaction code type which is shortly represented as R.