cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CTS/TMS: disable step "Report and screen generation" during a transport import

Mathew_S72
Participant
465

Hello NetWeaver ABAP basis community,
during a CTS transport import (done by STMS_IMPORT), there is the step "Report and screen generation" (example of steps during import is here) which starts to compile the imported objects.

We like to disable this step per transport, per system whatever is possible. Does anybody know if/how this could be possible ?

Thanks & best regards,
 Matthias

I darkly remember a option in SAINT/SPAM where it was possible to set somewhat like "always", "as SAP requests", "never" but this seems not available in STMS for "regular" (no SPAM/SAINT) transports.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Likes

I'm not sure but you may try the transport profile parameter BLOCK_LOAD_GENERATION (file DIR_TRANS/bin/TP_<domain>.PFL). Its possible values are LOCKED and DELAYED. It affects the whole system. It's described in the SAP note 1899663 - ABAP loads with errors following import during routine operations.

I understand this parameter is used in case the kernel detects that the ABAP Load needs to be regenerated, but it's not clear whether it's used when the concerned program is executed/loaded or when the generation is forced (especially in the case the program is transported).

Mathew_S72
Participant

thanks a lot. That is at least a way to try
It seems to be a way to minimize the import duration in phase "move nametab" as no one else could trigger a JIT compile blocking the import "move nametab".

There is a predecessor note 2868400 - ABAP program load generation locks during transport  
We will try and see if import times will decrease then I'll report the findings