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 conversion program supports:

  • SAP Factory and Freeday calendarsSAP Job definitions

These reports can be generated through a Stonebranch Utility.

Both formats can be read through the File Menu Option. Since there can be multiple calendar files, please read all factory calendars first and all freeday calendars second.

Third, read the Read the directory containing the SAP Job definition files. The corresponding values in the CALENDARID keyword will hook up to the calendars and their custom days. The conversion program recognizes different SAP calendar records by their lengths. Records that do not match are discarded.

...

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):
 

...