Name Type MSSql Type Oracle Type DB2 Nullable Description
EJPPF_AH_Idnr int NUMBER(38,0) int false reference to the object header (OH)
EJPPF_EJPP_Lnr smallint NUMBER(38,0) smallint false reference to the jobplan process (JPP) , always 001
EJPPF_Source smallint NUMBER(38,0) smallint true 1=VARA, 2=ARRAY
EJPPF_SourceName varchar (200) VARCHAR2 (200 CHAR) varchar(200) true Name of VARA or ARRAY
EJPPF_Column smallint NUMBER(38,0) smallint true Used only if Source=VARA
EJPPF_PublishAs varchar (32) VARCHAR2 (32 CHAR) varchar(32) true Name of the VARA under which the value is available in the ProcessFlow.
EJPPF_LoopCount int NUMBER(38,0) int true number of loop iterations
EJPPF_LoopIterator int NUMBER(38,0) int true current loop iteration

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_EJPPF EJPPF_AH_Idnr, EJPPF_EJPP_Lnr true true true false

Foreign Keys:

Name Local References Foreign References

Return to the Index File