SAP ABAP Class CL_HTMLB (HTML Serive Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSP_RUNTIME (Package) Business Server Pages (BSP): Runtime Objects
Properties
Class CL_HTMLB  
Short Description HTML Serive Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSP_RUNTIME   Business Server Pages (BSP): Runtime Objects 
Created 20010625   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HTMLB has no forward declaration.
Interfaces
Class CL_HTMLB has no interface implemented.
Friends
Class CL_HTMLB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IDCOUNTER Static Attribute Public Type reference (TYPE) I 1 20010625
Methods
# Method Level Visibility Method type Description Created on
1 BODY_BEGIN Static method Public Method Start 20010625
2 BODY_END Static method Public Method End 20010625
3 BUTTON Static method Public Method 20010625
4 DROPDOWN_BOX Static method Public Method 20010625
5 FORM_BEGIN Static method Public Method Start
20010625
6 FORM_END Static method Public Method End 20010625
7 GET_OTR_CONDENSE Static method Public Method Get OTR Text Without Trailing Blancs 20010626
8 GROUP_BEGIN Static method Public Method Start of a Grouping Unit 20010625
9 GROUP_END Static method Public Method End of a Grouping Unit 20010625
10 GROUP_HEAD_BEGIN Static method Public Method Start of a Grouping Unit 20010625
11 GROUP_HEAD_END Static method Public Method Start of a Grouping Unit 20010625
12 HEAD_INCLUDE Static method Public Method Write a Head Include 20010625
13 INPUT_FIELD Static method Public Method 20010625
14 TABLE Static method Public Method Render ABAP Internal Table 20010625
15 TABSTRIP_CONTENT_BEGIN Static method Public Method Tabstrip Content Start 20010625
16 TABSTRIP_CONTENT_END Static method Public Method Tabstrip Content End 20010625
17 TABSTRIP_HEADBEGIN Static method Public Method Tabstrip Head Start 20010625
18 TABSTRIP_HEADEND Static method Public Method Tabstrip Head End 20010625
19 TABSTRIP_HEADITEM_BEGIN Static method Public Method Tabstrip Headitem Start 20010625
20 TABSTRIP_HEADITEM_END Static method Public Method Tabstrip Headitem End 20010625
21 TABSTRIP_IMAGE Static method Public Method Tabstrip Image 20010625
22 TABSTRIP_ITEM_BEGIN Static method Public Method Tabstrip Item Begin 20010625
23 TABSTRIP_ITEM_END Static method Public Method Tabstrip Item End 20010625
24 TEXTVIEW Static method Public Method Text 20010625
25 TEXTVIEW_BEGIN Static method Public Method Text 20010625
26 TEXTVIEW_END Static method Public Method Text 20010625
27 TEXT_EDIT Static method Public Method Text Edit 20010625
28 TEXT_EDIT_BEGIN Static method Public Method Text Edit 20010625
29 TEXT_EDIT_END Static method Public Method Text Edit 20010625
30 TO_STRING Static method Public Method Converts ABAP Data Type into a String 20010625
31 TRAY_BEGIN Static method Public Method Start of a Tray 20010625
32 TRAY_END Static method Public Method Ende of a Tray 20010625
33 TRAY_HEAD_BEGIN Static method Public Method Start of a Tray 20010625
34 TRAY_HEAD_END Static method Public Method Start of a Tray 20010625
Events
Class CL_HTMLB has no event.
Types
Class CL_HTMLB has no local type.
Method Signatures

Method BODY_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method BODY_BEGIN on class CL_HTMLB has no exception.

Method BODY_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method BODY_END on class CL_HTMLB has no exception.

Method BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) C Flag: Disabled 20010625
2 Importing EMPHASIZED Call by reference Type reference (TYPE) C Flag: hervorgehoben 20010625
3 Importing EVENT_ID Call by reference Type reference (TYPE) STRING Event-ID für onInputProcessing 20010625
4 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' ID des HTML Formulars 20010625
5 Importing NAME Call by reference Type reference (TYPE) STRING Feldname 20010625
6 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
7 Importing SMALL Call by reference Type reference (TYPE) STRING Flag: kleiner Button 20010625
8 Importing TEXT Call by reference Type reference (TYPE) STRING Buttontext 20010625
9 Importing TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip 20010625

Method BUTTON on class CL_HTMLB has no exception.

Method DROPDOWN_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Call by reference Type reference (TYPE) C Disabled 20010625
2 Importing EVENT_ID Call by reference Type reference (TYPE) STRING Event-ID für onInputProcessing 20010625
3 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' ID des HTML Formulars 20010625
4 Importing NAME Call by reference Type reference (TYPE) STRING Feldname 20010625
5 Importing NAME_OF_KEY_COLUMN Call by reference Type reference (TYPE) STRING 'KEY' Name der Key-Tabellenspalte 20010625
6 Importing NAME_OF_VALUE_COLUMN Call by reference Type reference (TYPE) STRING 'VALUE' Name der Value-Tabellenspalte 20010625
7 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
8 Importing SELECTION Call by reference Type reference (TYPE) STRING vorselektierter Eintrag aus Tabelle 20010625
9 Importing TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle mit Selektionswerten 20010625

Method DROPDOWN_BOX on class CL_HTMLB has no exception.

Method FORM_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) STRING URL 20010625
2 Importing ENC_TYPE Call by reference Type reference (TYPE) STRING Encoding 20010625
3 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' ID des HTML Formulars 20010625
4 Importing METHOD Call by reference Type reference (TYPE) STRING 'POST' Die Methode 20010625
5 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
6 Importing TARGET Call by reference Type reference (TYPE) STRING Target 20010625

Method FORM_BEGIN on class CL_HTMLB has no exception.

Method FORM_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method FORM_END on class CL_HTMLB has no exception.

Method GET_OTR_CONDENSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIAS Value transfer Type reference (TYPE) STRING OTR Alias 20010626
2 Returning TEXT Value transfer Type reference (TYPE) STRING Text in aktueller Sprache 20010626

Method GET_OTR_CONDENSE on class CL_HTMLB has no exception.

Method GROUP_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'sapColor' Design (sapColor,primaryColor,secondaryColor) 20010625
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
3 Importing TITLE Call by reference Type reference (TYPE) STRING Titel 20010625
4 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010625

Method GROUP_BEGIN on class CL_HTMLB has no exception.

Method GROUP_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'sapColor' Design (sapColor,primaryColor,secondaryColor) 20010625
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method GROUP_END on class CL_HTMLB has no exception.

Method GROUP_HEAD_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'sapColor' Design (sapColor,primaryColor,secondaryColor) 20010625
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
3 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010625

Method GROUP_HEAD_BEGIN on class CL_HTMLB has no exception.

Method GROUP_HEAD_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'sapColor' Design (sapColor,primaryColor,secondaryColor) 20010625
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
3 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010625

Method GROUP_HEAD_END on class CL_HTMLB has no exception.

Method HEAD_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method HEAD_INCLUDE on class CL_HTMLB has no exception.

Method INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATEHELP Call by reference Type reference (TYPE) C Datumshilfe 20010626
2 Importing DISABLED Call by reference Type reference (TYPE) C Flag: Disabled 20010625
3 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) I 1 Erster Tag der Woche 20010626
4 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' Form id 20010626
5 Importing MAXLENGTH Call by reference Type reference (TYPE) I Anzahl max. eingebbarer Zeichen 20010625
6 Importing NAME Call by reference Type reference (TYPE) STRING Feldname 20010625
7 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
8 Importing SIZE Call by reference Type reference (TYPE) I 20 Anzahl angezeigter Zeichen 20010625
9 Importing VALUE Call by reference Type reference (TYPE) ANY Defaultwert 20010625

Method INPUT_FIELD on class CL_HTMLB has no exception.

Method TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_TABLE Call by reference Type reference (TYPE) TABLE Abap-Tabelle 20010625
2 Importing COL_NUM Call by reference Type reference (TYPE) I Anzahl Spalten 20010625
3 Importing EMPTY_TABLE_TEXT Call by reference Type reference (TYPE) STRING Text bei leerer Tabelle 20010625
4 Importing FIELD_CATALOG Call by reference Type reference (TYPE) HTMLBFICAT Feldkatalog 20010626
5 Importing FILLUP_EMPTY_ROWS Call by reference Type reference (TYPE) C 'X' Flag: leere Zeilen am Ende anlegen 20010625
6 Importing FOOTER_VISIBLE Call by reference Type reference (TYPE) C 'X' Flag: Footer sichtbar 20010625
7 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' FormID 20010625
8 Importing HEADER_CLICK Call by reference Type reference (TYPE) C Mausklick auf Header 20010626
9 Importing HEADER_VISIBLE Call by reference Type reference (TYPE) C 'X' Flag: Header sichtbar 20010625
10 Importing HEIGHT Call by reference Type reference (TYPE) STRING Höhe 20010625
11 Importing ID Call by reference Type reference (TYPE) STRING ID 20010625
12 Importing LINK_CLICK Call by reference Type reference (TYPE) C Mausklick auf Links 20010626
13 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
14 Importing PAGE_EVENT Call by reference Type reference (TYPE) STRING Page Event up, down, etc. 20010625
15 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST Request Objekt 20010625
16 Importing SELECTION_MODE Call by reference Type reference (TYPE) I 0 Zeilenselektion: 0 = Keine, 1 = Single -, 2 = Multiselection 20010625
17 Importing SHOW_NAVIGATION Call by reference Type reference (TYPE) C Flag: ermögliche Blättern 20010625
18 Importing TITLE Call by reference Type reference (TYPE) STRING Titel 20010625
19 Importing TOTAL_ROW_COUNT Call by reference Type reference (TYPE) I Gesamt-Zeilenanzahl 20010625
20 Importing VISIBLE_FIRST_ROW Call by reference Type reference (TYPE) I 1 Erste sichtbare Zeile 20010625
21 Importing VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) I -1 Anzahl sichtbarer Zeilen 20010625
22 Importing WIDTH Call by reference Type reference (TYPE) STRING Breite 20010625

Method TABLE on class CL_HTMLB has no exception.

Method TABSTRIP_CONTENT_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HALIGN Call by reference Type reference (TYPE) STRING 'center' Horizontale Ausrichtung 20010625
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
3 Importing VALIGN Call by reference Type reference (TYPE) STRING 'middle' Vertikale Ausrichtung 20010625

Method TABSTRIP_CONTENT_BEGIN on class CL_HTMLB has no exception.

Method TABSTRIP_CONTENT_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TABSTRIP_CONTENT_END on class CL_HTMLB has no exception.

Method TABSTRIP_HEADBEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEIGHT Call by reference Type reference (TYPE) STRING Höhe 20010625
2 Importing MAX_ITEMS Call by reference Type reference (TYPE) I Maximale Anzahl Tabs 20010625
3 Importing NAME Call by reference Type reference (TYPE) STRING Name des Tabstrips 20010625
4 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
5 Importing SELECTION Call by reference Type reference (TYPE) I Selektierter Tab 20010625
6 Importing WIDTH Call by reference Type reference (TYPE) STRING Breite 20010625

Method TABSTRIP_HEADBEGIN on class CL_HTMLB has no exception.

Method TABSTRIP_HEADEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index 20010625
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TABSTRIP_HEADEND on class CL_HTMLB has no exception.

Method TABSTRIP_HEADITEM_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index 20010625
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing SELECTION Call by reference Type reference (TYPE) I Selektion 20010625

Method TABSTRIP_HEADITEM_BEGIN on class CL_HTMLB has no exception.

Method TABSTRIP_HEADITEM_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TABSTRIP_HEADITEM_END on class CL_HTMLB has no exception.

Method TABSTRIP_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index des Bildes 20010625
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing SELECTION Call by reference Type reference (TYPE) I Selektion 20010625

Method TABSTRIP_IMAGE on class CL_HTMLB has no exception.

Method TABSTRIP_ITEM_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEIGHT Call by reference Type reference (TYPE) STRING Höhe 20010625
2 Importing INDEX Call by reference Type reference (TYPE) I Index 20010625
3 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010625
4 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
5 Importing SELECTION Call by reference Type reference (TYPE) I Selektion 20010625
6 Importing WIDTH Call by reference Type reference (TYPE) STRING Breite 20010625

Method TABSTRIP_ITEM_BEGIN on class CL_HTMLB has no exception.

Method TABSTRIP_ITEM_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TABSTRIP_ITEM_END on class CL_HTMLB has no exception.

Method TEXTVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'STANDARD' Design 20010625
2 Importing LAYOUT Call by reference Type reference (TYPE) STRING 'NATIVE' Layout (native, paragraph, block) 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing REQUIRED Call by reference Type reference (TYPE) C Benötigt? 20010625
5 Importing STYLE Call by reference Type reference (TYPE) STRING Style 20010628
6 Importing TEXT Call by reference Type reference (TYPE) ANY Text 20010625

Method TEXTVIEW on class CL_HTMLB has no exception.

Method TEXTVIEW_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'STANDARD' Design 20010625
2 Importing LAYOUT Call by reference Type reference (TYPE) STRING 'NATIVE' Layout (native, paragraph, block) 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TEXTVIEW_BEGIN on class CL_HTMLB has no exception.

Method TEXTVIEW_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAYOUT Call by reference Type reference (TYPE) STRING 'NATIVE' Layout (native, paragraph, block) 20010625
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
3 Importing REQUIRED Call by reference Type reference (TYPE) C Benötigt? 20010625

Method TEXTVIEW_END on class CL_HTMLB has no exception.

Method TEXT_EDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_TABLE Call by reference Type reference (TYPE) TABLE Die Tabelle 20010625
2 Importing COLS Call by reference Type reference (TYPE) I 40 Spalten 20010625
3 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010625
4 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
5 Importing ROWS Call by reference Type reference (TYPE) I 5 Zeilen 20010625
6 Importing VALUE Call by reference Type reference (TYPE) ANY Einzelner Wert 20010625

Method TEXT_EDIT on class CL_HTMLB has no exception.

Method TEXT_EDIT_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLS Call by reference Type reference (TYPE) I 40 Spalten 20010625
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing ROWS Call by reference Type reference (TYPE) I 5 Zeilen 20010625

Method TEXT_EDIT_BEGIN on class CL_HTMLB has no exception.

Method TEXT_EDIT_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TEXT_EDIT_END on class CL_HTMLB has no exception.

Method TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURRENCY Call by reference Type reference (TYPE) STRING Währungsangabe 20010625
2 Importing DATA Call by reference Type reference (TYPE) ANY Eingabe 20010625
3 Importing DECIMALS Call by reference Type reference (TYPE) STRING Anzahl Dezimalstellen 20010625
4 Importing FORMAT Call by reference Type reference (TYPE) STRING Formatangabe 20010625
5 Returning STRING Value transfer Type reference (TYPE) STRING Ausgabestring 20010625

Method TO_STRING on class CL_HTMLB has no exception.

Method TRAY_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BODY_ID Call by reference Type reference (TYPE) STRING BodyId 20010625
2 Importing DESIGN Value transfer Type reference (TYPE) STRING 'border' Design 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing TITLE Call by reference Type reference (TYPE) STRING Titel 20010625
5 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010625

Method TRAY_BEGIN on class CL_HTMLB has no exception.

Method TRAY_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625

Method TRAY_END on class CL_HTMLB has no exception.

Method TRAY_HEAD_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'border' Design 20010625
2 Importing HEAD_ID Call by reference Type reference (TYPE) STRING HeadID 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010625

Method TRAY_HEAD_BEGIN on class CL_HTMLB has no exception.

Method TRAY_HEAD_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESIGN Value transfer Type reference (TYPE) STRING 'border' Design 20010625
2 Importing HEAD_ID Call by reference Type reference (TYPE) STRING HeadID 20010625
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010625
4 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010625

Method TRAY_HEAD_END on class CL_HTMLB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 610