Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

The following job definition file:

Panel
Html bobswift
<pre>
/* Job Header statement. */
JOBNAME = "SAP_CONV_002_MULTI_STEP_DAILY"


/* ABAP Step statement. */
ABAP_STEP = "STEP 0"
   ABAP_PROGRAM_NAME  = "ZNBU_ABAP_STEP_001"



/* ABAP Step statement. */
ABAP_STEP                   = "STEP 1"
   ABAP_PROGRAM_NAME = "ZNBU_ABAP_STEP_002"




/* ABAP Step statement. */
ABAP_STEP                   = "STEP 2"
   ABAP_PROGRAM_NAME = "ZNBU_ABAP_STEP_001"
</pre>


Converts to the following workflow (SAP_CONV_002_MULTI_STEP_DAILY):
 

...