Interface XbpJobStep
- 
- All Superinterfaces:
- SapObject
 - All Known Subinterfaces:
- XbpJobAbapStep,- XbpJobExternalCommandStep,- XbpJobExternalProgramStep,- XbpJobExternalStep
 
 public interface XbpJobStep extends SapObject Step of a batch job
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<SpoolList>getSpoolLists()Get the spool lists of the stepintgetStepNumber()Get the number of the stepStringgetStepUser()Get the SAP user name of the stepbooleanhasSpoolLists()Check if this step has spool listsbooleanisAbapStep()Check whether this is an ABAP stepbooleanisExternalCommandStep()Check whether this is an external command stepbooleanisExternalProgramStep()Check whether this is an external program step
 
- 
- 
- 
Method Detail- 
getStepNumberint getStepNumber() Get the number of the step- Returns:
- step number, starting at 1 for the first step of the job
 
 - 
getStepUserString getStepUser() Get the SAP user name of the step- Returns:
- step user
 
 - 
isAbapStepboolean isAbapStep() Check whether this is an ABAP step- Returns:
- trueif this is an ABAP step,- falseotherwise
 
 - 
isExternalProgramStepboolean isExternalProgramStep() Check whether this is an external program step- Returns:
- trueif this is an external program step,- falseotherwise
 
 - 
isExternalCommandStepboolean isExternalCommandStep() Check whether this is an external command step- Returns:
- trueif this is an external command step,- falseotherwise
 
 - 
hasSpoolListsboolean hasSpoolLists() Check if this step has spool lists- Returns:
- trueif this step has spool lists,- falseotherwise
 
 
- 
 
-