Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ITS_GENERATE_TEMPLATE2 | HTML Generator for Mobile Clients | 20080813 |
Properties
| Class | CL_ITS_GENERATE_HTML_MOBILE4 | |
| Short Description | HTML Generator for Mobile Clients (4) | |
| Super Class | CL_ITS_GENERATE_TEMPLATE2 | HTML Generator for Mobile Clients |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SITS_ABAP | ITS ABAP Components |
| Created | 20080328 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ITS_GENERATE_HTML_MOBILE4 has no interface implemented.
Friends
Class CL_ITS_GENERATE_HTML_MOBILE4 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | _T_HTML_LENGTH | '0.500' | 20080813 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | _T_HTML_LENGTH | 20080813 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | _T_HTML_LENGTH | 20080813 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | Name for LOOP Variable in Templates for LOOP Screen Element | 20080924 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | _T_THEMES_FOR_TEMPLATES | 20080813 |
Methods
Events
Class CL_ITS_GENERATE_HTML_MOBILE4 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | _T_HTML_LENGTH | Protected | See coding | 20080813 | _t_html_length(8) TYPE p DECIMALS 3
|
||
| 2 | _T_TABLE_CELL_INFO | Protected | See coding | 20080813 | BEGIN OF _t_table_cell_info,
column_info TYPE _t_table_column_info,
line_info TYPE _t_table_line_info,
END OF _t_table_cell_info
|
||
| 3 | _T_TABLE_COLUMNS | Protected | See coding | 20080813 | _t_table_columns TYPE SORTED TABLE OF _t_html_length
WITH UNIQUE KEY table_line
|
||
| 4 | _T_TABLE_COLUMN_INFO | Protected | See coding | 20080813 | BEGIN OF _t_table_column_info,
start TYPE _t_html_length,
end TYPE _t_html_length,
END OF _t_table_column_info
|
||
| 5 | _T_TABLE_LINES | Protected | See coding | 20080813 | _t_table_lines TYPE SORTED TABLE OF i
WITH UNIQUE KEY table_line
|
||
| 6 | _T_TABLE_LINE_INFO | Protected | See coding | 20080813 | BEGIN OF _t_table_line_info,
start TYPE i,
end TYPE i,
END OF _t_table_line_info
|
||
| 7 | _T_THEMES_FOR_TEMPLATES | Protected | See coding | 20080813 | _t_themes_for_templates TYPE STANDARD TABLE OF _t_theme_for_templates
|
||
| 8 | _T_THEME_FOR_TEMPLATES | Protected | See coding | 20080813 | BEGIN OF _t_theme_for_templates,
service TYPE iacservic_,
theme TYPE iactheme,
END OF _t_theme_for_templates
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
Method CONSTRUCTOR on class CL_ITS_GENERATE_HTML_MOBILE4 has no exception.
Method _COMPUTE_WIDTH_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_FACTOR | Call by reference | Type reference (TYPE) | NUMERIC | 1 | 20080813 | |||
| 2 | PI_SCREEN_WIDTH | Call by reference | Type reference (TYPE) | NUMERIC | 20090511 | ||||
| 3 | RE_RESULT | Value transfer | Type reference (TYPE) | STRING | 20080813 |
Method _COMPUTE_WIDTH_STRING on class CL_ITS_GENERATE_HTML_MOBILE4 has no exception.
Method _CONTENT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LOG_MESSAGES | Call by reference | Type reference (TYPE) | IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES | 20111122 | ||||
| 2 | PE_ELEMENT_NOT_SUPPORTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111219 | ||||
| 3 | PI_AREA_WIDTH | Call by reference | Type reference (TYPE) | I | 20080813 | ||||
| 4 | PI_COLUMN_OF_CONTAINER | Call by reference | Type reference (TYPE) | I | Spalte des Containers (innen) | 20100604 | |||
| 5 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 6 | PI_LOOP_LINE | Call by reference | Type reference (TYPE) | STRING | '1' | 20080813 | |||
| 7 | PI_ROW_OF_CONTAINER | Call by reference | Type reference (TYPE) | I | Zeile des Containers (innen) | 20100604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_ELEMENT_BEGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | 20080813 | ||||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_ELEMENT_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | 20080813 | ||||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_ELEMENT_REPLACEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20100604 | ||||
| 2 | PI_AREA_WIDTH | Call by reference | Type reference (TYPE) | I | 20100604 | ||||
| 3 | PI_COLUMN_OF_CONTAINER | Call by reference | Type reference (TYPE) | I | Spalte des Containers (innen) | 20100604 | |||
| 4 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20100604 | |||
| 5 | PI_LOOP_LINE | Call by reference | Type reference (TYPE) | STRING | '1' | 20100604 | |||
| 6 | PI_ROW_OF_CONTAINER | Call by reference | Type reference (TYPE) | I | Zeile des Containers (innen) | 20100604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20100604 |
Method _CONTENT_EMPTY_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_COLUMN_AFTER_END | Call by reference | Type reference (TYPE) | I | Ende des leeren Platzes (Spalte danach) | 20080813 | |||
| 2 | PI_START_COLUMN | Call by reference | Type reference (TYPE) | I | Startspalte für leeren Platz | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_RECURSIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LOG_MESSAGES | Call by reference | Type reference (TYPE) | IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES | 20111122 | ||||
| 2 | PI_ELEMENTS_OF_CONTAINER | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006_TAB | Elementliste eines Dynpros | 20080813 | |||
| 3 | PI_LOOP_LINE | Call by reference | Type reference (TYPE) | STRING | '1' | 20080813 | |||
| 4 | PI_LOWER_FRAME_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 5 | PI_LOWER_FRAME_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 6 | PI_MAX_ELEMENT_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 7 | PI_MAX_ELEMENT_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 8 | PI_MIN_ELEMENT_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 9 | PI_MIN_ELEMENT_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 10 | PI_PARENT_ELEMENT | Call by reference | Type reference (TYPE) | SCRCNAME | Name des Containers (externe Schnittstelle) | 20080813 | |||
| 11 | PI_UPPER_FRAME_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 12 | PI_UPPER_FRAME_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_RECURSIVE_WITH_FRAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LOG_MESSAGES | Call by reference | Type reference (TYPE) | IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES | 20111122 | ||||
| 2 | PI_ELEMENTS_OF_CONTAINER | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006_TAB | Elementliste eines Dynpros | 20080813 | |||
| 3 | PI_LOOP_LINE | Call by reference | Type reference (TYPE) | STRING | '1' | 20080813 | |||
| 4 | PI_LOWER_FRAME_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 5 | PI_LOWER_FRAME_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 6 | PI_MAX_ELEMENT_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 7 | PI_MAX_ELEMENT_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 8 | PI_MIN_ELEMENT_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 9 | PI_MIN_ELEMENT_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 10 | PI_PARENT_ELEMENT | Call by reference | Type reference (TYPE) | SCRCNAME | Name des Containers (externe Schnittstelle) | 20080813 | |||
| 11 | PI_UPPER_FRAME_COLUMN | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 | ||||
| 12 | PI_UPPER_FRAME_ROW | Call by reference | Type reference (TYPE) | NUMERIC | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_ROW_BEGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_LINE | Call by reference | Type reference (TYPE) | SCRNLINE | Zeile, in der das Feld beginnt | 20080813 | |||
| 2 | PI_LOOP_LINE | Call by reference | Type reference (TYPE) | STRING | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_ROW_BEGIN_FIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_LINE | Call by reference | Type reference (TYPE) | SCRNLINE | Zeile, in der das Feld beginnt | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _CONTENT_ROW_CONDITION_BEGIN Signature
Method _CONTENT_ROW_CONDITION_BEGIN on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20100813 |
Method _CONTENT_ROW_CONDITION_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20100813 | |||
| 2 | PI_LOOP_LINE | Call by reference | Type reference (TYPE) | STRING | '1' | 20100813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20100813 |
Method _CONTENT_ROW_CONDITION_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_LINE_IS_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20100813 |
Method _CONTENT_ROW_END Signature
Method _CONTENT_ROW_END on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_CHECKBOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_CUST_CTRL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_FRAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LOG_MESSAGES | Call by reference | Type reference (TYPE) | IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES | 20111122 | ||||
| 2 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 3 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_INPUT_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_LOOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LOG_MESSAGES | Call by reference | Type reference (TYPE) | IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES | 20111122 | ||||
| 2 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 3 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_NOT_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LOG_MESSAGES | Call by reference | Type reference (TYPE) | IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES | 20111122 | ||||
| 2 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20111121 | |||
| 3 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20111121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20111121 |
Method _ELEMENT_RADIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_SUBSCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _ELEMENT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_ELEMENT | Call by reference | Type reference (TYPE) | ITS_ELEMEN_2006 | Elementliste eines Bildes | 20080813 | |||
| 2 | PI_REPLACEMENTS | Call by reference | Type reference (TYPE) | _REPLACEMENT_VARIABLES | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _HEADER_BEGIN Signature
Method _HEADER_BEGIN on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _HEADER_CSS Signature
Method _HEADER_CSS on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _HEADER_END Signature
Method _HEADER_END on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _HEADER_SCRIPT Signature
Method _HEADER_SCRIPT on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _HEADER_TITLE Signature
Method _HEADER_TITLE on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _MAIN_SCREEN_BEGIN Signature
Method _MAIN_SCREEN_BEGIN on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _MAIN_SCREEN_END Signature
Method _MAIN_SCREEN_END on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _SUBSCREEN_BEGIN Signature
Method _SUBSCREEN_BEGIN on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
Method _SUBSCREEN_END Signature
Method _SUBSCREEN_END on class CL_ITS_GENERATE_HTML_MOBILE4 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Template-Generierer | 20080813 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |