SAP ABAP Class /IPRO/CL_UI_VARIABLE_LIST (Element-Handler: </ipro/docb:variable_list>)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/UI/BSP/ (Package) Business Server Pages

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CLG_DOCB_VARIABLE_LIST | Base: | 20031222 |
Properties
Class | /IPRO/CL_UI_VARIABLE_LIST | |
Short Description | Element-Handler: </ipro/docb:variable_list> | |
Super Class | /IPRO/CLG_DOCB_VARIABLE_LIST | Base: </ipro/docb:variable_list> |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IPRO/UI/BSP/ | Business Server Pages |
Created | 20031222 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IPRO/CL_UI_VARIABLE_LIST has no forward declaration.
Interfaces
Class /IPRO/CL_UI_VARIABLE_LIST has no interface implemented.
Friends
Class /IPRO/CL_UI_VARIABLE_LIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | 35 | Maximum size of an output field | 20040114 | |
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_HTMLB_GROUP | GEN: CLG_HTMLB_GROUP | 20040130 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_HTMLB_GROUPBODY | GEN: CLG_HTMLB_GROUPBODY | 20040130 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20040107 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Browser | 20040107 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Write string to output writer | 20040104 |
2 | ![]() |
Instance method | Private | Method | Build mission table | 20031223 |
3 | ![]() |
Instance method | Private | Method | New Line | 20040104 |
4 | ![]() |
Instance method | Private | Method | Get the F1 help rendered as a string | 20040506 |
5 | ![]() |
Instance method | Private | Method | Indicate if the value has been accepted | 20040204 |
6 | ![]() |
Instance method | Private | Method | Render a checkbox element | 20031223 |
7 | ![]() |
Instance method | Private | Method | Render a hidden input field element | 20040126 |
8 | ![]() |
Instance method | Private | Method | Provide documentation for the field | 20040204 |
9 | ![]() |
Instance method | Private | Method | Render a hyperlink | 20040219 |
10 | ![]() |
Instance method | Private | Method | Render an image | 20040219 |
11 | ![]() |
Instance method | Private | Method | Render an input field element | 20031223 |
12 | ![]() |
Instance method | Private | Method | Render a listbox | 20031223 |
13 | ![]() |
Instance method | Private | Method | Render a radiobutton group | 20031223 |
14 | ![]() |
Instance method | Private | Method | Render a table view | 20041110 |
15 | ![]() |
Instance method | Private | Method | Show the options for a value in a template | 20040715 |
16 | ![]() |
Instance method | Private | Method | Render a text area | 20041012 |
17 | ![]() |
Instance method | Private | Method | End tag | 20040107 |
18 | ![]() |
Instance method | Private | Method | Start tag | 20040107 |
Events
Class /IPRO/CL_UI_VARIABLE_LIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_MISSION | Private | See coding | Mission entry | 20031223 | BEGIN OF lty_s_mission,
name TYPE string,
pres_typ TYPE /ipro/pres_typ,
type TYPE string,
label TYPE string,
labeltype TYPE string,
tooltip TYPE string,
currency TYPE string,
decimals TYPE string,
design TYPE string,
accepted TYPE string,
disabled TYPE string,
visible TYPE string,
required TYPE string,
firstdayofweek TYPE string,
invalid TYPE string,
size TYPE string,
maxlength TYPE string,
showhelp TYPE string,
on_value_help TYPE string,
on_input TYPE string,
value TYPE string,
tabdef TYPE /ipro/s_ui_tabdef,
value_table TYPE /ipro/tt_ui_valuelist,
applhelp TYPE seu_bool,
cellvalue TYPE string,
annotation TYPE string,
for_template TYPE seu_bool,
visibility TYPE string,
protection TYPE string,
END OF lty_s_mission
|
|
2 | LTY_T_MISSION | Private | See coding | Mission table | 20031223 | lty_t_mission TYPE STANDARD TABLE OF lty_s_mission
|
Method Signatures
Method ADD_TO_OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STRING | Call by reference | Type reference (TYPE) | STRING | String | 20040104 |
Method ADD_TO_OUTPUT on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method BUILD_MISSION_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PET_MISSION | Call by reference | Type reference (TYPE) | LTY_T_MISSION | Mission table | 20031223 | ||
2 | ![]() |
PIT_TRANSPORTABLES | Call by reference | Type reference (TYPE) | /IPRO/TT_TRANSPORTABLE | Table type for transportables | 20031223 |
Method BUILD_MISSION_TABLE on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method CRLF Signature
Method CRLF on class /IPRO/CL_UI_VARIABLE_LIST has no parameter.
Method CRLF on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method GET_F1_AS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | Mission entry | 20040506 | ||
2 | ![]() |
RV_F1 | Value transfer | Type reference (TYPE) | STRING | F1 as string | 20040506 |
Method GET_F1_AS_STRING on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_ACCEPTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20040204 |
Method RENDER_ACCEPTED on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_CHECKBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20031223 |
Method RENDER_CHECKBOX on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_DISABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20040126 |
Method RENDER_DISABLED on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_F1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20040204 |
Method RENDER_F1 on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_HYPERLINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20040219 |
Method RENDER_HYPERLINK on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_IMAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20040219 |
Method RENDER_IMAGE on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_INPUT_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20031223 |
Method RENDER_INPUT_FIELD on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_LISTBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20031223 |
Method RENDER_LISTBOX on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_RADIOBUTTON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20031223 |
Method RENDER_RADIOBUTTON on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | Mission entry | 20041110 |
Method RENDER_TABLE on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_TEMPLATE_OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | 20040715 |
Method RENDER_TEMPLATE_OPTIONS on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method RENDER_TEXTEDIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIS_MISSION | Call by reference | Type reference (TYPE) | LTY_S_MISSION | Mission entry | 20041012 |
Method RENDER_TEXTEDIT on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method TABLE_END Signature
Method TABLE_END on class /IPRO/CL_UI_VARIABLE_LIST has no parameter.
Method TABLE_END on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
Method TABLE_START Signature
Method TABLE_START on class /IPRO/CL_UI_VARIABLE_LIST has no parameter.
Method TABLE_START on class /IPRO/CL_UI_VARIABLE_LIST has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 10A |