SAP ABAP Class CL_RSAN_STREAM (Data Stream)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-CRM (Application Component) Customer Relationship Management
     RSAN (Package) Analytical Applications: General Tools
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_STREAM_BP Task for Input Stream BP 20010514
2 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_STREAM_BP_ADDR Data Stream BP_ADDR 20010514
3 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_STREAM_BP_RESP Data Stream BP_RESP 20010514
4 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_STREAM_CLTV CLTV Data Retrieval 20010515
5 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_STREAM_CLTV_FC CLTV Forecast Data Retrieval 20010516
6 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_STREAM_RFM Task for Input Stream RFM 20010514
7 Inheritance (c INHERITING FROM c_ref)  CL_RSMRM_CORM_STREAM Stream for Redemption Data 20040116
Properties
Class CL_RSAN_STREAM  
Short Description Data Stream    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSAN   Analytical Applications: General Tools 
Created 20010205   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSANA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSANY Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAN_STREAM has no interface implemented.
Friends
Class CL_RSAN_STREAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _COUNT_RECORDS_READ Instance attribute Protected Type reference (TYPE) I Number of Data Records Read (During Runtime) 20010606
2 _DDIC_TYPE Instance attribute Protected Type reference (TYPE) STRING DDIC Type 20010508
3 _DDIC_T_TYPE Instance attribute Protected Type reference (TYPE) STRING DDIC Table Type 20010508
4 _R_STREAM_ADP Instance attribute Private Object reference (TYPE REF TO) CL_RSAN_ADP_STREAM Adapter for RFM and CLTV 20020529
5 _STRUCTURE_DOCU_DTELM Instance attribute Protected Type reference (TYPE) ROLLNAME Data Element (Semantic Domain) 20030212
6 _STRUCTURE_TEXT Instance attribute Protected Type reference (TYPE) STRING 20030212
7 _T_STREAM_ADP_BUFFER Static Attribute Private Type reference (TYPE) YT_STREAM_ADP_BUFFER 20021018
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20020805
2 CLONE Instance method Public Method Clone 20010511
3 CLOSE Instance method Public Method Close Stream 20010306
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010513
5 COUNT_RECORDS_READ Instance method Public Method Get Number of Read Data Records 20010606
6 CREATE_STREAM_RECORD Instance method Public Method Prepare Storage for Data Record 20010508
7 CREATE_STREAM_TABLE Instance method Public Method Prepare Storage for Data Stream 20010508
8 DELETE_DEF Instance method Public Method Delete Definition 20010511
9 FETCH Instance method Public Method Get Data Package 20010205
10 FREE Instance method Public Method Release Runtime Resources 20020603
11 GET_DEF Instance method Public Method Get Definition (String) 20010515
12 GET_DEF_TABLE Instance method Public Method Get Definition (Table) 20010515
13 GET_INFO_TEXT Instance method Public Method Get InfoText 20010629
14 GET_MESSAGES Instance method Public Method Get Messages 20020603
15 GET_STATUS Instance method Public Method 20020805
16 GET_TEXT Instance method Public Method Get Text 20010508
17 GET_VALUES_FOR_FIELD Instance method Public Method Get All Posted Values for a Field (Dimensions F4) 20010516
18 INIT Instance method Protected Method Initialize 20010515
19 LOAD_DEF Instance method Public Method Load Definition 20010509
20 MAINTAIN_MAPPING Instance method Public Method Maintain definition 20010508
21 OPEN Instance method Public Method Open Stream 20010205
22 SAVE_DEF Instance method Public Method Save Definition 20010509
23 SET_DEF Instance method Public Method Definition (String) 20010515
24 SET_DEF_TABLE Instance method Public Method Set Definition (Table) 20010515
25 SET_FIELD_INFOOBJECT Instance method Public Method Sets new InfoObject 20020802
26 SET_FIELD_OPTIONAL Instance method Public Method Set Field to Optional 20010508
27 SET_FIELD_SELECTABLE Instance method Public Method Flag- "Selection Required for Field 20040318
28 SET_STRUCT Instance method Public Method Set Data Stream Structure 20010508
29 SET_TEXT Instance method Public Method Set Text 20010508
Events
Class CL_RSAN_STREAM has no event.
Types
Class CL_RSAN_STREAM has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STATUS Value transfer Type reference (TYPE) RSANA_STREAM_STATUS 20020805

Method CHECK on class CL_RSAN_STREAM has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_STREAM Value transfer Type reference (TYPE) REF TO CL_RSAN_STREAM Klon 20010511

Method CLONE on class CL_RSAN_STREAM has no exception.

Method CLOSE Signature

Method CLOSE on class CL_RSAN_STREAM has no parameter.
Method CLOSE on class CL_RSAN_STREAM has no exception.

Method CONSTRUCTOR Signature

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

Method COUNT_RECORDS_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT Call by reference Type reference (TYPE) I Anzahl 20010606

Method COUNT_RECORDS_READ on class CL_RSAN_STREAM has no exception.

Method CREATE_STREAM_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_STREAM_RECORD Call by reference Type reference (TYPE) REF TO DATA Referenz auf Datensatz 20010508

Method CREATE_STREAM_RECORD on class CL_RSAN_STREAM has no exception.

Method CREATE_STREAM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_STREAM_TABLE Call by reference Type reference (TYPE) REF TO DATA Referenz auf Datenstromtabelle 20010508

Method CREATE_STREAM_TABLE on class CL_RSAN_STREAM has no exception.

Method DELETE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STREAM_KEY Call by reference Type reference (TYPE) RSANY_STREAM_KEY Datenstrom Key 20010511

Method DELETE_DEF on class CL_RSAN_STREAM has no exception.

Method FETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_END_OF_STREAM Call by reference Type reference (TYPE) BOOLEAN Letztes Datenpaket gelesen 20010205
2 Exporting E_FAILED Call by reference Type reference (TYPE) BOOLEAN Fehler 20010205
3 Importing IR_STREAM_TABLE Call by reference Type reference (TYPE) REF TO DATA Referenz auf Datentabelle 20010205

Method FETCH on class CL_RSAN_STREAM has no exception.

Method FREE Signature

Method FREE on class CL_RSAN_STREAM has no parameter.
Method FREE on class CL_RSAN_STREAM has no exception.

Method GET_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DEFINITION Call by reference Type reference (TYPE) STRING Definition 20010515

Method GET_DEF on class CL_RSAN_STREAM has no exception.

Method GET_DEF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFINITION Call by reference Type reference (TYPE) RSANY_T_DEF Definition 20010515

Method GET_DEF_TABLE on class CL_RSAN_STREAM has no exception.

Method GET_INFO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INFOTEXT Call by reference Type reference (TYPE) RSAN_T_STRINGS Tabelle mit Strings 20010629

Method GET_INFO_TEXT on class CL_RSAN_STREAM has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_MESSAGES Value transfer Type reference (TYPE) RSANY_T_MESSAGES 20020603

Method GET_MESSAGES on class CL_RSAN_STREAM has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STATUS Value transfer Type reference (TYPE) RSANA_STREAM_STATUS 20020805

Method GET_STATUS on class CL_RSAN_STREAM has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING Text 20010508

Method GET_TEXT on class CL_RSAN_STREAM has no exception.

Method GET_VALUES_FOR_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUES Call by reference Type reference (TYPE) RSANA_T_STREAM_VALUES Werte 20010516
2 Exporting E_FAILED Call by reference Type reference (TYPE) BOOLEAN Funktion nicht verfügbar 20010516
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING Feldname 20010516

Method GET_VALUES_FOR_FIELD on class CL_RSAN_STREAM has no exception.

Method INIT Signature

Method INIT on class CL_RSAN_STREAM has no parameter.
Method INIT on class CL_RSAN_STREAM has no exception.

Method LOAD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FAILED Call by reference Type reference (TYPE) BOOLEAN fehlgeschlagen 20010509
2 Importing I_STREAM_KEY Call by reference Type reference (TYPE) RSANY_STREAM_KEY Datenstrom Key 20010509

Method LOAD_DEF on class CL_RSAN_STREAM has no exception.

Method MAINTAIN_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MODIFIED Call by reference Type reference (TYPE) BOOLEAN Definition geändert 20010508
2 Importing I_DISPLAY Call by reference Type reference (TYPE) BOOLEAN ' ' Einstellungen änderbar (X=JA, SPACE=Nein) 20010513

Method MAINTAIN_MAPPING on class CL_RSAN_STREAM has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FAILED Call by reference Type reference (TYPE) BOOLEAN Fehler aufgetreten 20010205
2 Importing IT_SELECTIONS Call by reference Type reference (TYPE) RSANY_T_SELECTIONS Selektionen 20010205

Method OPEN on class CL_RSAN_STREAM has no exception.

Method SAVE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FAILED Call by reference Type reference (TYPE) BOOLEAN fehlgeschlagen 20010509
2 Importing I_STREAM_KEY Call by reference Type reference (TYPE) RSANY_STREAM_KEY Datenstrom Key 20010509

Method SAVE_DEF on class CL_RSAN_STREAM has no exception.

Method SET_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFINITION Call by reference Type reference (TYPE) STRING Definition 20010515
# Exception Resumable Description Created on
1 FAILED Error while parsing the XML document 20010515

Method SET_DEF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEFINITION Call by reference Type reference (TYPE) RSANY_T_DEF Definition 20010515
# Exception Resumable Description Created on
1 FAILED Error while parsing the XML document 20010515

Method SET_FIELD_INFOOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING 20020802
2 Importing I_NEW_INFOOBJECT Call by reference Type reference (TYPE) STRING 20020802

Method SET_FIELD_INFOOBJECT on class CL_RSAN_STREAM has no exception.

Method SET_FIELD_OPTIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_OPTIONAL Call by reference Type reference (TYPE) BOOLEAN ist optional 20010508
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Name 20010508

Method SET_FIELD_OPTIONAL on class CL_RSAN_STREAM has no exception.

Method SET_FIELD_SELECTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING 20040318
2 Importing I_SELECTABLE Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20040318

Method SET_FIELD_SELECTABLE on class CL_RSAN_STREAM has no exception.

Method SET_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STREAM_STRUCT Call by reference Type reference (TYPE) RSANY_T_STREAM_STRUCT Stream Strukturbeschreibung 20010514
2 Importing I_DDIC_TYPE Call by reference Type reference (TYPE) STRING DDIC-Typ Satz 20010508
3 Importing I_DDIC_T_TYPE Call by reference Type reference (TYPE) STRING DDIC-Typ Tabelle 20010508

Method SET_STRUCT on class CL_RSAN_STREAM has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING Text 20010508

Method SET_TEXT on class CL_RSAN_STREAM has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 21C