HP ALM Database Reference
td.BP_STEP_PARAM Table

Description

Values of business component parameters with relation to run steps.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
Primary Key BPSP_IDThe record ID.int4  
 BPSP_RUN_IDThe RUN.RN_RUN_ID.int4 
 BPSP_STEP_IDThe step in which this value is used: STEP.ST_ID.int4 
 BPSP_REF_IDIf the value of a parameter is not entered, but is taken from another parameter's value at run time, this is the BPSP_ID of the source parameter.int4 
 BPSP_IS_OUT

The type of parameter:

R - Run time parameter.

N - Design-time input parameter.

Y - Design-time output parameter.

varchar1 
 BPSP_NAMEThe parameter name.varchar255 
 BPSP_VALUEThe parameter value.varchar16 

See Also