SAP ABAP Class CL_UPWB_HTML (HTML Serive Class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPS (Application Component) Business Planning and Simulation
     UPWB (Package) Graphic Builder for Planning Applications with BSP
Properties
Class CL_UPWB_HTML  
Short Description HTML Serive Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UPWB   Graphic Builder for Planning Applications with BSP 
Created 20010716   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UPWB_HTML has no forward declaration.
Interfaces
Class CL_UPWB_HTML has no interface implemented.
Friends
Class CL_UPWB_HTML 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 20010716
Methods
# Method Level Visibility Method type Description Created on
1 BODY_BEGIN Static method Public Method Start 20010716
2 BODY_END Static method Public Method End 20010716
3 BUTTON Static method Public Method 20010716
4 DROPDOWN_BOX Static method Public Method 20010716
5 FORM_BEGIN Static method Public Method Start
20010716
6 FORM_END Static method Public Method End 20010716
7 GET_OTR_CONDENSE Static method Public Method Get OTR Text Without Trailing Blancs 20010716
8 GROUP_BEGIN Static method Public Method Start of a Grouping Unit 20010716
9 GROUP_END Static method Public Method End of a Grouping Unit 20010716
10 GROUP_HEAD_BEGIN Static method Public Method Start of a Grouping Unit 20010716
11 GROUP_HEAD_END Static method Public Method Start of a Grouping Unit 20010716
12 HEAD_INCLUDE Static method Public Method Write a Head Include 20010716
13 INPUT_FIELD Static method Public Method 20010716
14 TABLE Static method Public Method Render ABAP Internal Table 20010716
15 TABSTRIP_CONTENT_BEGIN Static method Public Method Tabstrip Content Start 20010716
16 TABSTRIP_CONTENT_END Static method Public Method Tabstrip Content End 20010716
17 TABSTRIP_HEADBEGIN Static method Public Method Tabstrip Head Start 20010716
18 TABSTRIP_HEADEND Static method Public Method Tabstrip Head End 20010716
19 TABSTRIP_HEADITEM_BEGIN Static method Public Method Tabstrip Headitem Start 20010716
20 TABSTRIP_HEADITEM_END Static method Public Method Tabstrip Headitem End 20010716
21 TABSTRIP_IMAGE Static method Public Method Tabstrip Image 20010716
22 TABSTRIP_ITEM_BEGIN Static method Public Method Tabstrip Item Begin 20010716
23 TABSTRIP_ITEM_END Static method Public Method Tabstrip Item End 20010716
24 TEXTVIEW Static method Public Method Text 20010716
25 TEXTVIEW_BEGIN Static method Public Method Text 20010716
26 TEXTVIEW_END Static method Public Method Text 20010716
27 TEXT_EDIT Static method Public Method Text Edit 20010716
28 TEXT_EDIT_BEGIN Static method Public Method Text Edit 20010716
29 TEXT_EDIT_END Static method Public Method Text Edit 20010716
30 TO_STRING Static method Public Method Converts ABAP Data Type into a String 20010716
31 TRAY_BEGIN Static method Public Method Start of a Tray 20010716
32 TRAY_END Static method Public Method Ende of a Tray 20010716
33 TRAY_HEAD_BEGIN Static method Public Method Start of a Tray 20010716
34 TRAY_HEAD_END Static method Public Method Start of a Tray 20010716
Events
Class CL_UPWB_HTML has no event.
Types
Class CL_UPWB_HTML 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 20010716

Method BODY_BEGIN on class CL_UPWB_HTML 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 20010716

Method BODY_END on class CL_UPWB_HTML 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 20010716
2 Importing EMPHASIZED Call by reference Type reference (TYPE) C Flag: hervorgehoben 20010716
3 Importing EVENT_ID Call by reference Type reference (TYPE) STRING Event-ID für onInputProcessing 20010716
4 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' ID des HTML Formulars 20010716
5 Importing NAME Call by reference Type reference (TYPE) STRING Feldname 20010716
6 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
7 Importing SMALL Call by reference Type reference (TYPE) STRING Flag: kleiner Button 20010716
8 Importing TEXT Call by reference Type reference (TYPE) STRING Buttontext 20010716
9 Importing TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip 20010716

Method BUTTON on class CL_UPWB_HTML 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 20010716
2 Importing EVENT_ID Call by reference Type reference (TYPE) STRING Event-ID für onInputProcessing 20010716
3 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' ID des HTML Formulars 20010716
4 Importing NAME Call by reference Type reference (TYPE) STRING Feldname 20010716
5 Importing NAME_OF_KEY_COLUMN Call by reference Type reference (TYPE) STRING 'KEY' Name der Key-Tabellenspalte 20010716
6 Importing NAME_OF_VALUE_COLUMN Call by reference Type reference (TYPE) STRING 'VALUE' Name der Value-Tabellenspalte 20010716
7 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
8 Importing SELECTION Call by reference Type reference (TYPE) STRING vorselektierter Eintrag aus Tabelle 20010716
9 Importing TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle mit Selektionswerten 20010716

Method DROPDOWN_BOX on class CL_UPWB_HTML 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 20010716
2 Importing ENC_TYPE Call by reference Type reference (TYPE) STRING Encoding 20010716
3 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' ID des HTML Formulars 20010716
4 Importing METHOD Call by reference Type reference (TYPE) STRING 'POST' Die Methode 20010716
5 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
6 Importing TARGET Call by reference Type reference (TYPE) STRING Target 20010716

Method FORM_BEGIN on class CL_UPWB_HTML 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 20010716

Method FORM_END on class CL_UPWB_HTML 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 20010716
2 Returning TEXT Value transfer Type reference (TYPE) STRING Text in aktueller Sprache 20010716

Method GET_OTR_CONDENSE on class CL_UPWB_HTML 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) 20010716
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
3 Importing TITLE Call by reference Type reference (TYPE) STRING Titel 20010716
4 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010716

Method GROUP_BEGIN on class CL_UPWB_HTML 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) 20010716
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716

Method GROUP_END on class CL_UPWB_HTML 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) 20010716
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
3 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010716

Method GROUP_HEAD_BEGIN on class CL_UPWB_HTML 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) 20010716
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
3 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010716

Method GROUP_HEAD_END on class CL_UPWB_HTML 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 20010716

Method HEAD_INCLUDE on class CL_UPWB_HTML 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 20010716
2 Importing DISABLED Call by reference Type reference (TYPE) C Flag: Disabled 20010716
3 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) I 1 Erster Tag der Woche 20010716
4 Importing FORM_ID Call by reference Type reference (TYPE) STRING 'bspform' Form id 20010716
5 Importing MAXLENGTH Call by reference Type reference (TYPE) I Anzahl max. eingebbarer Zeichen 20010716
6 Importing NAME Call by reference Type reference (TYPE) STRING Feldname 20010716
7 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
8 Importing SIZE Call by reference Type reference (TYPE) I 20 Anzahl angezeigter Zeichen 20010716
9 Importing VALUE Call by reference Type reference (TYPE) ANY Defaultwert 20010716

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

Method TABLE on class CL_UPWB_HTML 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 20010716
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
3 Importing VALIGN Call by reference Type reference (TYPE) STRING 'middle' Vertikale Ausrichtung 20010716

Method TABSTRIP_CONTENT_BEGIN on class CL_UPWB_HTML 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 20010716

Method TABSTRIP_CONTENT_END on class CL_UPWB_HTML 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 20010716
2 Importing MAX_ITEMS Call by reference Type reference (TYPE) I Maximale Anzahl Tabs 20010716
3 Importing NAME Call by reference Type reference (TYPE) STRING Name des Tabstrips 20010716
4 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
5 Importing SELECTION Call by reference Type reference (TYPE) I Selektierter Tab 20010716
6 Importing WIDTH Call by reference Type reference (TYPE) STRING Breite 20010716

Method TABSTRIP_HEADBEGIN on class CL_UPWB_HTML 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 20010716
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716

Method TABSTRIP_HEADEND on class CL_UPWB_HTML 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 20010716
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing SELECTION Call by reference Type reference (TYPE) I Selektion 20010716

Method TABSTRIP_HEADITEM_BEGIN on class CL_UPWB_HTML 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 20010716

Method TABSTRIP_HEADITEM_END on class CL_UPWB_HTML 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 20010716
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing SELECTION Call by reference Type reference (TYPE) I Selektion 20010716

Method TABSTRIP_IMAGE on class CL_UPWB_HTML 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 20010716
2 Importing INDEX Call by reference Type reference (TYPE) I Index 20010716
3 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010716
4 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
5 Importing SELECTION Call by reference Type reference (TYPE) I Selektion 20010716
6 Importing WIDTH Call by reference Type reference (TYPE) STRING Breite 20010716

Method TABSTRIP_ITEM_BEGIN on class CL_UPWB_HTML 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 20010716

Method TABSTRIP_ITEM_END on class CL_UPWB_HTML 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 20010716
2 Importing LAYOUT Call by reference Type reference (TYPE) STRING 'NATIVE' Layout (native, paragraph, block) 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing REQUIRED Call by reference Type reference (TYPE) C Benötigt? 20010716
5 Importing TEXT Call by reference Type reference (TYPE) ANY Text 20010716

Method TEXTVIEW on class CL_UPWB_HTML 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 20010716
2 Importing LAYOUT Call by reference Type reference (TYPE) STRING 'NATIVE' Layout (native, paragraph, block) 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716

Method TEXTVIEW_BEGIN on class CL_UPWB_HTML 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) 20010716
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
3 Importing REQUIRED Call by reference Type reference (TYPE) C Benötigt? 20010716

Method TEXTVIEW_END on class CL_UPWB_HTML 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 20010716
2 Importing COLS Call by reference Type reference (TYPE) I 40 Spalten 20010716
3 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010716
4 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
5 Importing ROWS Call by reference Type reference (TYPE) I 5 Zeilen 20010716
6 Importing VALUE Call by reference Type reference (TYPE) ANY Einzelner Wert 20010716

Method TEXT_EDIT on class CL_UPWB_HTML 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 20010716
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing ROWS Call by reference Type reference (TYPE) I 5 Zeilen 20010716

Method TEXT_EDIT_BEGIN on class CL_UPWB_HTML 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 20010716

Method TEXT_EDIT_END on class CL_UPWB_HTML 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 20010716
2 Importing DATA Call by reference Type reference (TYPE) ANY Eingabe 20010716
3 Importing DECIMALS Call by reference Type reference (TYPE) STRING Anzahl Dezimalstellen 20010716
4 Importing FORMAT Call by reference Type reference (TYPE) STRING Formatangabe 20010716
5 Returning STRING Value transfer Type reference (TYPE) STRING Ausgabestring 20010716

Method TO_STRING on class CL_UPWB_HTML 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 20010716
2 Importing DESIGN Value transfer Type reference (TYPE) STRING 'border' Design 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing TITLE Call by reference Type reference (TYPE) STRING Titel 20010716
5 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010716

Method TRAY_BEGIN on class CL_UPWB_HTML 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 20010716

Method TRAY_END on class CL_UPWB_HTML 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 20010716
2 Importing HEAD_ID Call by reference Type reference (TYPE) STRING HeadID 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010716

Method TRAY_HEAD_BEGIN on class CL_UPWB_HTML 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 20010716
2 Importing HEAD_ID Call by reference Type reference (TYPE) STRING HeadID 20010716
3 Returning OUTPUT Value transfer Type reference (TYPE) STRING Das HTML 20010716
4 Importing WIDTH Call by reference Type reference (TYPE) STRING '100%' Breite 20010716

Method TRAY_HEAD_END on class CL_UPWB_HTML has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 3.1A