SAP ABAP Class CL_ITS_GENERATE_HTML_MOBILE4 (HTML Generator for Mobile Clients (4))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-ITS (Application Component) SAP Internet Transaction Server
     SITS_ABAP (Package) ITS ABAP Components
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 ABAP 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 _C_HALF_SCREEN_COLUMN Constant Protected Type reference (TYPE) _T_HTML_LENGTH '0.500' 20080813
2 _HTML_WIDTH_FACTOR_CONTAINERS Instance attribute Protected Type reference (TYPE) _T_HTML_LENGTH 20080813
3 _HTML_WIDTH_FACTOR_ELEMENTS Instance attribute Protected Type reference (TYPE) _T_HTML_LENGTH 20080813
4 _LOOP_LINE_NAME Instance attribute Protected Type reference (TYPE) STRING Name for LOOP Variable in Templates for LOOP Screen Element 20080924
5 _THEMES_FOR_TEMPLATES Instance attribute Protected Type reference (TYPE) _T_THEMES_FOR_TEMPLATES 20080813
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080813
2 _COMPUTE_WIDTH_STRING Instance method Protected Method Get Width of Element 20080813
3 _CONTENT_ELEMENT Instance method Protected Method 20080813
4 _CONTENT_ELEMENT_BEGIN Instance method Protected Method 20080813
5 _CONTENT_ELEMENT_END Instance method Protected Method 20080813
6 _CONTENT_ELEMENT_REPLACEMENTS Instance method Protected Method General Replacements for Screen Elements 20100604
7 _CONTENT_EMPTY_SPACE Instance method Protected Method 20080813
8 _CONTENT_RECURSIVE Instance method Protected Method 20080813
9 _CONTENT_RECURSIVE_WITH_FRAMES Instance method Protected Method 20080813
10 _CONTENT_ROW_BEGIN Instance method Protected Method 20080813
11 _CONTENT_ROW_BEGIN_FIRST Instance method Protected Method 20080813
12 _CONTENT_ROW_CONDITION_BEGIN Instance method Private Method 20100813
13 _CONTENT_ROW_CONDITION_ELEMENT Instance method Private Method 20100813
14 _CONTENT_ROW_CONDITION_END Instance method Private Method 20100813
15 _CONTENT_ROW_END Instance method Protected Method 20080813
16 _ELEMENT_BUTTON Instance method Protected Method 20080813
17 _ELEMENT_CHECKBOX Instance method Protected Method 20080813
18 _ELEMENT_CUST_CTRL Instance method Protected Method 20080813
19 _ELEMENT_FRAME Instance method Protected Method 20080813
20 _ELEMENT_INPUT_OUTPUT Instance method Protected Method 20080813
21 _ELEMENT_LOOP Instance method Protected Method 20080813
22 _ELEMENT_NOT_SUPPORTED Instance method Protected Method 20111121
23 _ELEMENT_RADIO Instance method Protected Method 20080813
24 _ELEMENT_SUBSCREEN Instance method Protected Method 20080813
25 _ELEMENT_TEXT Instance method Protected Method 20080813
26 _HEADER_BEGIN Instance method Protected Method 20080813
27 _HEADER_CSS Instance method Protected Method 20080813
28 _HEADER_END Instance method Protected Method 20080813
29 _HEADER_SCRIPT Instance method Protected Method 20080813
30 _HEADER_TITLE Instance method Protected Method 20080813
31 _MAIN_SCREEN_BEGIN Instance method Protected Method 20080813
32 _MAIN_SCREEN_END Instance method Protected Method 20080813
33 _SUBSCREEN_BEGIN Instance method Protected Method 20080813
34 _SUBSCREEN_END Instance method Protected Method 20080813
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 Importing PI_FACTOR Call by reference Type reference (TYPE) NUMERIC 1 20080813
2 Importing PI_SCREEN_WIDTH Call by reference Type reference (TYPE) NUMERIC 20090511
3 Returning 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 Changing PC_LOG_MESSAGES Call by reference Type reference (TYPE) IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES 20111122
2 Exporting PE_ELEMENT_NOT_SUPPORTED Call by reference Type reference (TYPE) ABAP_BOOL 20111219
3 Importing PI_AREA_WIDTH Call by reference Type reference (TYPE) I 20080813
4 Importing PI_COLUMN_OF_CONTAINER Call by reference Type reference (TYPE) I Spalte des Containers (innen) 20100604
5 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
6 Importing PI_LOOP_LINE Call by reference Type reference (TYPE) STRING '1' 20080813
7 Importing PI_ROW_OF_CONTAINER Call by reference Type reference (TYPE) I Zeile des Containers (innen) 20100604
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Changing CH_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20100604
2 Importing PI_AREA_WIDTH Call by reference Type reference (TYPE) I 20100604
3 Importing PI_COLUMN_OF_CONTAINER Call by reference Type reference (TYPE) I Spalte des Containers (innen) 20100604
4 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20100604
5 Importing PI_LOOP_LINE Call by reference Type reference (TYPE) STRING '1' 20100604
6 Importing PI_ROW_OF_CONTAINER Call by reference Type reference (TYPE) I Zeile des Containers (innen) 20100604
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_COLUMN_AFTER_END Call by reference Type reference (TYPE) I Ende des leeren Platzes (Spalte danach) 20080813
2 Importing PI_START_COLUMN Call by reference Type reference (TYPE) I Startspalte für leeren Platz 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _CONTENT_RECURSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_LOG_MESSAGES Call by reference Type reference (TYPE) IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES 20111122
2 Importing PI_ELEMENTS_OF_CONTAINER Call by reference Type reference (TYPE) ITS_ELEMEN_2006_TAB Elementliste eines Dynpros 20080813
3 Importing PI_LOOP_LINE Call by reference Type reference (TYPE) STRING '1' 20080813
4 Importing PI_LOWER_FRAME_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
5 Importing PI_LOWER_FRAME_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
6 Importing PI_MAX_ELEMENT_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
7 Importing PI_MAX_ELEMENT_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
8 Importing PI_MIN_ELEMENT_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
9 Importing PI_MIN_ELEMENT_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
10 Importing PI_PARENT_ELEMENT Call by reference Type reference (TYPE) SCRCNAME Name des Containers (externe Schnittstelle) 20080813
11 Importing PI_UPPER_FRAME_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
12 Importing PI_UPPER_FRAME_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Changing PC_LOG_MESSAGES Call by reference Type reference (TYPE) IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES 20111122
2 Importing PI_ELEMENTS_OF_CONTAINER Call by reference Type reference (TYPE) ITS_ELEMEN_2006_TAB Elementliste eines Dynpros 20080813
3 Importing PI_LOOP_LINE Call by reference Type reference (TYPE) STRING '1' 20080813
4 Importing PI_LOWER_FRAME_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
5 Importing PI_LOWER_FRAME_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
6 Importing PI_MAX_ELEMENT_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
7 Importing PI_MAX_ELEMENT_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
8 Importing PI_MIN_ELEMENT_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
9 Importing PI_MIN_ELEMENT_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
10 Importing PI_PARENT_ELEMENT Call by reference Type reference (TYPE) SCRCNAME Name des Containers (externe Schnittstelle) 20080813
11 Importing PI_UPPER_FRAME_COLUMN Call by reference Type reference (TYPE) NUMERIC 20080813
12 Importing PI_UPPER_FRAME_ROW Call by reference Type reference (TYPE) NUMERIC 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_LINE Call by reference Type reference (TYPE) SCRNLINE Zeile, in der das Feld beginnt 20080813
2 Importing PI_LOOP_LINE Call by reference Type reference (TYPE) STRING 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_LINE Call by reference Type reference (TYPE) SCRNLINE Zeile, in der das Feld beginnt 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20100813
2 Importing PI_LOOP_LINE Call by reference Type reference (TYPE) STRING '1' 20100813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_LINE_IS_EMPTY Call by reference Type reference (TYPE) ABAP_BOOL 20100813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _ELEMENT_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _ELEMENT_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _ELEMENT_FRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_LOG_MESSAGES Call by reference Type reference (TYPE) IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES 20111122
2 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
3 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _ELEMENT_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_LOG_MESSAGES Call by reference Type reference (TYPE) IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES 20111122
2 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
3 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 Changing PC_LOG_MESSAGES Call by reference Type reference (TYPE) IF_ITS_GENERATE_TEMPLATE=>T_LOG_MESSAGES 20111122
2 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20111121
3 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20111121
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20111121

Method _ELEMENT_RADIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _ELEMENT_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813

Method _ELEMENT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ELEMENT Call by reference Type reference (TYPE) ITS_ELEMEN_2006 Elementliste eines Bildes 20080813
2 Importing PI_REPLACEMENTS Call by reference Type reference (TYPE) _REPLACEMENT_VARIABLES 20080813
# Exception Resumable Description Created on
1 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 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 CX_ITS_GENERATE_TEMPLATE2 Fehler bei Template-Generierer 20080813
History
Last changed by/on SAP  20130531 
SAP Release Created in 703