SAP ABAP Class CL_HTM_FACTORY (CL_HTM_FACTORY)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS (Application Component) Financial Services
⤷
FS_HTML_SERVICES (Package) Utility Classes for HTML Generation

⤷

⤷

Properties
Class | CL_HTM_FACTORY | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FS_HTML_SERVICES | Utility Classes for HTML Generation |
Created | 20061122 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_HTM_FACTORY has no forward declaration.
Interfaces
Class CL_HTM_FACTORY has no interface implemented.
Friends
Class CL_HTM_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'A' | A | 20061122 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'BODY' | BODY | 20061122 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'BR' | BR | 20061122 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DIV' | DIV | 20061122 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FONT' | FONT | 20061122 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'H1' | H1 | 20061122 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'H2' | H2 | 20061122 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'H3' | H3 | 20061122 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'HEAD' | HEAD | 20061122 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'HTML' | HTML | 20061122 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'IMG' | IMG | 20061122 | |
12 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_HTM_FACTORY | INSTANCE | 20061122 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LI' | LI | 20061122 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LINK' | LINK | 20061122 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '' | ZERO | 20061122 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'OL' | OL | 20061122 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'P' | B | 20061122 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'SCRIPT' | SCRIPT | 20061122 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'SPAN' | SPAN | 20061122 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TABLE' | TABLE | 20061122 | |
21 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TD' | TD | 20061122 | |
22 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TH' | TH | 20061122 | |
23 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TITLE' | TITLE | 20061122 | |
24 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TR' | TR | 20061122 | |
25 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'UL' | UL | 20061122 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20061122 |
2 | ![]() |
Static method | Public | Method | CREATE_BUTTON | 20061122 |
3 | ![]() |
Static method | Public | Method | CREATE_CHECKBOX | 20061122 |
4 | ![]() |
Static method | Public | Method | CREATE_FORM | 20061122 |
5 | ![]() |
Static method | Public | Method | CREATE_INPUT | 20061122 |
6 | ![]() |
Static method | Public | Method | CREATE_LINK | 20061122 |
7 | ![]() |
Static method | Public | Method | CREATE_NULL | 20061122 |
8 | ![]() |
Static method | Public | Method | CREATE_PAGE | 20061122 |
9 | ![]() |
Static method | Public | Method | CREATE_SAPLINK | 20061122 |
10 | ![]() |
Static method | Public | Method | CREATE_SCRIPT | 20061122 |
11 | ![]() |
Static method | Public | Method | CREATE_TABLE | 20061122 |
12 | ![]() |
Static method | Public | Method | CREATE_TAG | 20061122 |
Events
Class CL_HTM_FACTORY has no event.
Types
Class CL_HTM_FACTORY has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_HTM_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HTM_FACTORY has no exception.
Method CREATE_BUTTON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IMAGE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_IMAGE | 20061122 | ||
2 | ![]() |
I_LABEL | Call by reference | Type reference (TYPE) | CSEQUENCE | I_LABEL | 20061122 | ||
3 | ![]() |
I_OKCODE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_OKCODE | 20061122 | ||
4 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
5 | ![]() |
I_QUICKINFO | Call by reference | Type reference (TYPE) | CSEQUENCE | I_QUICKINFO | 20061122 | ||
6 | ![]() |
R_BUTTON | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TAG | R_BUTTON | 20061122 |
Method CREATE_BUTTON on class CL_HTM_FACTORY has no exception.
Method CREATE_CHECKBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | I_NAME | 20061122 | ||
2 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
4 | ![]() |
R_INPUT | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TAG | R_INPUT | 20061122 |
Method CREATE_CHECKBOX on class CL_HTM_FACTORY has no exception.
Method CREATE_FORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARAM | Call by reference | Type reference (TYPE) | CSEQUENCE | I_PARAM | 20061122 | ||
2 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
3 | ![]() |
I_TCODE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_TCODE | 20061122 | ||
4 | ![]() |
R_FORM | Value transfer | Object reference (TYPE REF TO) | IF_HTM_FORM | R_FORM | 20061122 |
Method CREATE_FORM on class CL_HTM_FACTORY has no exception.
Method CREATE_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LABEL | Call by reference | Type reference (TYPE) | CSEQUENCE | I_LABEL | 20061122 | ||
2 | ![]() |
I_LABEL_POS | Call by reference | Type reference (TYPE) | CSEQUENCE | 'LEFT' | I_LABEL_POS | 20061122 | |
3 | ![]() |
I_LENGTH | Call by reference | Type reference (TYPE) | I | 40 | I_LENGTH | 20061122 | |
4 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | I_NAME | 20061122 | ||
5 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
6 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
7 | ![]() |
R_INPUT | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TAG | R_INPUT | 20061122 |
Method CREATE_INPUT on class CL_HTM_FACTORY has no exception.
Method CREATE_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ADDRESS | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ADDRESS | 20061122 | ||
2 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
3 | ![]() |
I_SUBTAG | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_SUBTAG | 20061122 | ||
4 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
5 | ![]() |
R_LINK | Value transfer | Object reference (TYPE REF TO) | IF_HTM_LINK | R_LINK | 20061122 |
Method CREATE_LINK on class CL_HTM_FACTORY has no exception.
Method CREATE_NULL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | I_CLASS | 20061122 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ID | 20061122 | ||
3 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
4 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
5 | ![]() |
R_TAG | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TAG | R_TAG | 20061122 |
Method CREATE_NULL on class CL_HTM_FACTORY has no exception.
Method CREATE_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_TITLE | 20061122 | ||
2 | ![]() |
R_PAGE | Value transfer | Object reference (TYPE REF TO) | IF_HTM_PAGE | R_PAGE | 20061122 |
Method CREATE_PAGE on class CL_HTM_FACTORY has no exception.
Method CREATE_SAPLINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARAMETER | Call by reference | Type reference (TYPE) | CSEQUENCE | I_PARAMETER | 20061122 | ||
2 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
3 | ![]() |
I_TCODE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_TCODE | 20061122 | ||
4 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
5 | ![]() |
R_LINK | Value transfer | Object reference (TYPE REF TO) | IF_HTM_LINK | R_LINK | 20061122 |
Method CREATE_SAPLINK on class CL_HTM_FACTORY has no exception.
Method CREATE_SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ADDRESS | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ADDRESS | 20061122 | ||
2 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
4 | ![]() |
R_SCRIPT | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TAG | R_SCRIPT | 20061122 |
Method CREATE_SCRIPT on class CL_HTM_FACTORY has no exception.
Method CREATE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | I_CLASS | 20061122 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ID | 20061122 | ||
3 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
4 | ![]() |
R_TABLE | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TABLE | R_TABLE | 20061122 |
Method CREATE_TABLE on class CL_HTM_FACTORY has no exception.
Method CREATE_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | I_CLASS | 20061122 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | I_ID | 20061122 | ||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | I_NAME | 20061122 | ||
4 | ![]() |
I_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_HTM_TAG | I_PARENT | 20061122 | ||
5 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | I_VALUE | 20061122 | ||
6 | ![]() |
R_TAG | Value transfer | Object reference (TYPE REF TO) | IF_HTM_TAG | R_TAG | 20061122 |
Method CREATE_TAG on class CL_HTM_FACTORY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |