Previous Topic: Syntax DiagramsNext Topic: ACTION Statement—Specify a Servlet Path


ABAPNAME Statement—Specify an ABAP Name

The ABAPNAME statement starts a step definition within the SAP job definition and identifies the ABAP step to be run.

Supported Job Types

This statement is required for the following job types:

This statement is optional for the SAP Process Monitor job type.

Syntax

This statement has the following format:

ABAPNAME ABAPname
ABAPname

Specifies the valid SAP system ABAP name. The ABAP name corresponds to the SAPGUI ABAP program Name field on the Create Step dialog.

Limits: Up to 40 valid SAP characters; case-sensitive

Notes:

Example: Run an ABAP Step

This example defines a job that runs the RSPARAM ABAP:

SAPJOBNAME CYBJG01.JOB1
AGENT HPSAP
ABAPNAME RSPARAM
PRINTDEST ATLY

Example: Run Multiple ABAP Steps

This example defines an SAP R/3 job that runs two ABAPs with different print parameters:

SAPJOBNAME CYBJG01.JOB2
AGENT HPSAP
ABAPNAME RSPARAM
   PRINTDEST ATLY
ABAPNAME RSPARAG
   PRINTCOPIES 2