Previous Topic: BUS_PROC_SCOPE (Procedure Scoping)Next Topic: BUS_SYS_AB (Business System Action Block)


BUS_PROC_STEP (Procedure Step)

Column Name

Coltype

Description

MODEL_ID

NUMERIC

ID of the containing model

TBNAME

STRING

BUS_PROC_STEP

ID

NUMERIC

Unique identifier

ORG_ENCY_ID

NUMERIC

Original encyclopedia identifier

ORG_ID

NUMERIC

Original object identifier

NAME

STRING

Name of the procedure step

DSPLY_1ST

CHARACTER

Display first?

  • Y-Yes
  • N-No

NON_SCREENED

CHARACTER

Non-screened?

  • S-Screened
  • N-Non-screened

STEP_TYPE

CHARACTER

Procedure step type:

  • O-Online
  • B-Batch

BUS_PROCEDURE_ID

NUMERIC

ID of the procedure that contains the procedure step.

Join with BUSINESS_PROC.

SEQ

NUMERIC

Sequence of steps within a procedure.

Use ORDER BY SEQ to return procedure steps in the same order as specified in the toolset.

ACTION_BLOCK_ID

NUMERIC

ID of the action block that defines the procedure step.

Join with ACTION_BLOCK.