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