Interface XbpJobStep

    • Method Detail

      • getStepNumber

        int getStepNumber()
        Get the number of the step
        Returns:
        step number, starting at 1 for the first step of the job
      • getStepUser

        String getStepUser()
        Get the SAP user name of the step
        Returns:
        step user
      • isAbapStep

        boolean isAbapStep()
        Check whether this is an ABAP step
        Returns:
        true if this is an ABAP step, false otherwise
      • isExternalProgramStep

        boolean isExternalProgramStep()
        Check whether this is an external program step
        Returns:
        true if this is an external program step, false otherwise
      • isExternalCommandStep

        boolean isExternalCommandStep()
        Check whether this is an external command step
        Returns:
        true if this is an external command step, false otherwise
      • hasSpoolLists

        boolean hasSpoolLists()
        Check if this step has spool lists
        Returns:
        true if this step has spool lists, false otherwise