Interface XbpJobAbapStep
-
- All Superinterfaces:
SapObject
,XbpJobStep
public interface XbpJobAbapStep extends XbpJobStep
ABAP step of a batch job
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAbapProgramName()
Get the name of the ABAP programString
getStepLanguage()
Get the language of the stepString
getVariantName()
Get the name of the variant of the ABAP program-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.SapObject
getField
-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJobStep
getSpoolLists, getStepNumber, getStepUser, hasSpoolLists, isAbapStep, isExternalCommandStep, isExternalProgramStep
-
-
-
-
Method Detail
-
getAbapProgramName
String getAbapProgramName()
Get the name of the ABAP program- Returns:
- ABAP program name
-
getVariantName
String getVariantName()
Get the name of the variant of the ABAP program- Returns:
- variant name
-
getStepLanguage
String getStepLanguage()
Get the language of the step- Returns:
- step language in the ISO form
-
-