SAP ABAP Class CL_ALVHT_TAGSTREAM (ALV)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ALVHT_HTML_PAGE ALV HTML Page 19990706
2 Inheritance (c INHERITING FROM c_ref)  CL_ALVHT_HTML_TEMPLATE ALV: HTML Templates 19990706
Properties
Class CL_ALVHT_TAGSTREAM  
Short Description ALV    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIS   Generic list types 
Created 19990706   SAP 
Last change 19990706   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ALVHT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ALVHT_TAGSTREAM has no interface implemented.
Friends
Class CL_ALVHT_TAGSTREAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURSOR Instance attribute Public Type reference (TYPE) ALVHT_TY_POS 19990706
2 LINELENGTH Constant Public Type reference (TYPE) INT4 132 19990706
3 LINELENGTH_M1 Constant Public Type reference (TYPE) INT4 131 19990706
4 TEXT Instance attribute Public Type reference (TYPE) LVC_T_HTLINE Table 19990706
5 TEXTLINE Instance attribute Public Type reference (TYPE) ALVHT_TY_TLINE 19990706
6 TMPLINE Instance attribute Public Type reference (TYPE) ALVHT_TY_TLINE 19990706
Methods
# Method Level Visibility Method type Description Created on
1 ASSURE_GAP_AFTER Instance method Public Method 19990706
2 ASSURE_GAP_BEFORE Instance method Public Method 19990706
3 CLEAR_BETWEEN Instance method Public Method 19990706
4 CONSTRUCTOR Instance method Public Method 19990706
5 COPY_FROM Instance method Public Method 19990706
6 CREATE_GAP Instance method Public Method 19990706
7 DECREMENT_POS Instance method Public Method 19990706
8 DOWNLOAD Instance method Public Method 19990706
9 FINDSTRING Instance method Public Method 19990706
10 FINDSTRING_BACKWARDS Instance method Public Method 19990706
11 FITS_ON_LINE Instance method Public Method 19990706
12 GET_INTO_LSTR Instance method Public Method 19990706
13 GET_NEXT_CHARS Instance method Public Method 19990706
14 INCREMENT_POS Instance method Public Method 19990706
15 INSERT Instance method Public Method 19990706
16 INSERT_AFTER Instance method Public Method 19990706
17 INSERT_BEFORE Instance method Public Method 19990706
18 INSERT_LINEBREAK Instance method Public Method 19990706
19 INSERT_LSTR_WITH_GAP Instance method Public Method 19990706
20 INSERT_WITH_GAP Instance method Public Method 19990706
21 MAP Instance method Public Method 19990706
22 REPLACE Instance method Public Method 19990706
23 SET_FROM_LSTR Instance method Public Method 19990706
24 UPLOAD Instance method Public Method 19990706
Events
Class CL_ALVHT_TAGSTREAM has no event.
Types
Class CL_ALVHT_TAGSTREAM has no local type.
Method Signatures

Method ASSURE_GAP_AFTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method ASSURE_GAP_BEFORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method CLEAR_BETWEEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing END Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
2 Importing START Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 ORDER_INVALID 19990706
2 POS_INVALID 19990706

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ALVHT_TAGSTREAM has no parameter.
Method CONSTRUCTOR on class CL_ALVHT_TAGSTREAM has no exception.

Method COPY_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Object reference (TYPE REF TO) CL_ALVHT_TAGSTREAM 19990706

Method COPY_FROM on class CL_ALVHT_TAGSTREAM has no exception.

Method CREATE_GAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEN Call by reference Type reference (TYPE) INT4 19990706
2 Changing POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 LEN_INVALID 19990706
2 POS_INVALID 19990706

Method DECREMENT_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEC Value transfer Type reference (TYPE) INT4 19990706
2 Changing POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 DEC_INVALID 19990706
2 DEC_PAST_ONE 19990706
3 POS_INVALID 19990706

Method DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Value transfer Type reference (TYPE) LOCALFILE 19990706
# Exception Resumable Description Created on
1 CONVERSION_ERROR 19990706
2 ERROR 19990706
3 FILE_ERROR 19990706

Method FINDSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
2 Exporting POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
3 Importing STARTPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
4 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 NOT_FOUND 19990706

Method FINDSTRING_BACKWARDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
2 Exporting POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
3 Importing STARTPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
4 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 NOT_FOUND 19990706

Method FITS_ON_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEN Value transfer Type reference (TYPE) INT4 19990706
2 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 NO_FIT 19990706

Method GET_INTO_LSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
2 Exporting LSTR Call by reference Type reference (TYPE) ALVHT_TY_LONGSTR 19990706
3 Importing STARTPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 INVALID 19990706
2 NOT_FOUND 19990706

Method GET_NEXT_CHARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NUMBER_OF_CHARS Value transfer Type reference (TYPE) INT4 19990706
2 Importing STARTPOS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
3 Exporting STR Call by reference Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 INVALID 19990706
2 NOT_FOUND 19990706

Method INCREMENT_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INC Value transfer Type reference (TYPE) INT4 19990706
2 Changing POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 EXCEPTIONS 19990706
2 INC_INVALID 19990706
3 POS_INVALID 19990706

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NEXT Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
2 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
3 Exporting START Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
4 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method INSERT_AFTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NEXT Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
2 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
3 Exporting START Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
4 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method INSERT_BEFORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NEXT Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
2 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
3 Exporting START Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
4 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method INSERT_LINEBREAK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing POS Call by reference Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method INSERT_LSTR_WITH_GAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LSTR Value transfer Type reference (TYPE) ALVHT_TY_LONGSTR 19990706
2 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method INSERT_WITH_GAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
2 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 POS_INVALID 19990706

Method MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Value transfer Type reference (TYPE) C 19990706
2 Exporting NO_MAPPED Call by reference Type reference (TYPE) INT4 19990706
3 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706

Method MAP on class CL_ALVHT_TAGSTREAM has no exception.

Method REPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEN Value transfer Type reference (TYPE) INT4 19990706
2 Importing POS Value transfer Type reference (TYPE) ALVHT_TY_POS 19990706
3 Importing STR Value transfer Type reference (TYPE) ALVHT_TY_TLINE 19990706
# Exception Resumable Description Created on
1 ERROR 19990706

Method SET_FROM_LSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LSTR Value transfer Type reference (TYPE) ALVHT_TY_LONGSTR 19990706
# Exception Resumable Description Created on
1 IMPOSSIBLE 19990706

Method UPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Value transfer Type reference (TYPE) LOCALFILE 19990706
# Exception Resumable Description Created on
1 CONVERSION_ERROR 19990706
2 ERROR 19990706
3 FILE_ERROR 19990706
History
Last changed by/on SAP  19990706 
SAP Release Created in