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.

...

Additional inline variant content statements can be added as needed.
 

Panel

Html bobswift

<pre>
/******************************************************************
 ** Description
 ** -----------
 ** This sample demonstrates the use of inline variants.
 ** 
 */

 /* Job Header statement */
 JOBNAME     = "SAMPLE - Inline Variants"
   JOB_CLASS = "C" 
 ;

 /* ABAP_STEP Step statement */
 ABAP_STEP            = "***STEP 1***"
   /* STEP_NUMBER     = "1" */
    ABAP_PROGRAM_NAME = "RSUSR002"
 ;

 /* User */
 SELNAME  = "USER"
   KIND   = "S"
   SIGN   = "I"
   OPTION = "CP"
   LOW    = "STONE*"
   HIGH   = ""
 ;

 /* ABAP_STEP Step statement */
  ABAP_STEP          = "***STEP 2***"
   /* STEP_NUMBER    = "2" */
   ABAP_PROGRAM_NAME = "RSUSR002"
 ;

 /* User */
  SELNAME = "USER"
   KIND   = "S"
   SIGN   = "I"
   OPTION = "CP"
   LOW    = "OPS*"
   HIGH   = ""
 ;
 /******** END SAMPLE ********/ 

</pre>

Anchor
1043965
1043965