SAP ABAP Class CL_RSBK_DATA_SEGMENT (DTP Runtime: Data Package Segment)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBK (Package) Data Transfer Process: Kernel Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20040517
Properties
Class CL_RSBK_DATA_SEGMENT  
Short Description DTP Runtime: Data Package Segment    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBO    
Program status     
Category 0   
Package RSBK   Data Transfer Process: Kernel Objects 
Created 20040416   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)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20040517
Friends
# Friend Modeled only Created on Description
1 CL_RSBK_DATA 20040416 Data Transfer Process: Data Package
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_PRIMSEG Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20040920
2 N_R_STRUCTTYPE Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20040430
3 N_R_TABLETYPE Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20040430
4 N_SEGID Instance attribute Public Type reference (TYPE) RSBK_SEGID Segment ID 20040416
5 N_TXTLG Instance attribute Public Type reference (TYPE) RSTXTLG Segment: Long Description 20040727
6 P_IOBJ_BASED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20060413
7 P_R_T_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20040416
8 P_TH_FIELD Instance attribute Private Type reference (TYPE) RSBK_TH_FIELD_RT DTP: Field List for Runtime 20040416
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_RECNO Instance method Public Method Add Record Number to the Field List 20040830
2 ADD_TO_PROCESSDATA Instance method Public Method 20040517
3 CLEAR_DATA Instance method Public Method Current Data Container 20050125
4 CONSTRUCTOR Instance method Public Constructor 20040416
5 CREATE_BY_FIELDLIST Static method Public Method Instantiate Using Field List 20040416
6 CREATE_BY_IOBJLIST Static method Private Method Instantiate Using InfoObject List 20040419
7 CREATE_BY_REFERENCE Static method Private Method 20040419
8 CREATE_BY_TABNAME Static method Private Method 20040419
9 FILL_RECNO_IF_NECESSARY Instance method Public Method Fills Record Number If Necessary 20041021
10 FREE Instance method Public Method Delete All Instance Parameters and References 20040416
11 FREE_DATA Instance method Public Method Current Data Container 20050128
12 GET_DATA Instance method Public Method Current Data Container 20040419
13 GET_DATA_ADD_RECNO Instance method Private Method Deliver Data Container with Record Number 20040420
14 GET_DATA_FOR_EXPORT Instance method Public Method Data as XSTRING for Export into INDX Table 20041119
15 GET_DATA_NO_RECNO Instance method Private Method 20040420
16 GET_EMPTY_TABLE Instance method Public Method Reference to Empty Table 20040416
17 GET_FIELDLIST Instance method Public Method Field List 20040416
18 GET_FIELDLIST_FROM_IOBJLIST Static method Public Method Field List According to the List of InfoObjects 20040416
19 GET_FIELDLIST_FROM_REFERENCE Static method Public Method Field List According to the Reference to Structured Data 20040416
20 GET_FIELDLIST_FROM_STRUCTTYPE Static method Private Method 20040830
21 GET_FIELDLIST_FROM_TABNAME Static method Public Method Field List According to the DDic Structure 20040416
22 GET_FIELD_RECNO Instance method Private Method Field Description Record Number 20040723
23 GET_LINES Instance method Public Method Number of Rows 20040903
24 GET_STRUCTTYPE_FROM_FIELDLIST Static method Private Method 20040419
25 GET_TEXT Instance method Public Method Long Text 20040727
26 GET_T_FIELDS_POPULATED Instance method Public Method 20060127
27 GET_UNIQUE_KEY Instance method Public Method Delivers Indicator: Unique Key 20041116
28 GET_UNIVERSE Instance method Public Method 20050127
29 GET_WORKAREA Instance method Public Method Reference to the Data Structure 20040416
30 GUI_SHOW Instance method Public Method 20041210
31 INSERT_TABLE Instance method Public Method Insert New Data (Table) 20040416
32 INSERT_WORKAREA Instance method Public Method Insert New Data (Individual Record) 20040416
33 RAISE_SY_NOT_FOUND Static method Protected Method Raise of Exception Class with System Message 20040416
34 SET_DATA_FROM_IMPORT Instance method Public Method Data as XSTRING from Import from INDX Table 20041119
35 SET_FIELDATTR Instance method Public Method 20050125
36 SET_FIELDLIST Instance method Private Method 20040419
37 SET_IOBJ_BASED Instance method Private Method 20060413
38 SET_PRIMSEG Instance method Public Method 20040920
39 SET_STRUCTTYPE Instance method Private Method 20040419
40 SET_TABLETYPE Instance method Private Method 20040419
41 SET_T_FIELDS_POPULATED Instance method Public Method 20060127
Events
Class CL_RSBK_DATA_SEGMENT has no event.
Types
Class CL_RSBK_DATA_SEGMENT has no local type.
Method Signatures

Method ADD_FIELD_RECNO Signature

Method ADD_FIELD_RECNO on class CL_RSBK_DATA_SEGMENT has no parameter.
Method ADD_FIELD_RECNO on class CL_RSBK_DATA_SEGMENT has no exception.

Method ADD_TO_PROCESSDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATASTRING Value transfer Type reference (TYPE) RSBKINSTANCE ABAP-OO Instanz in Standard XML-Darstellung 20040517

Method ADD_TO_PROCESSDATA on class CL_RSBK_DATA_SEGMENT has no exception.

Method CLEAR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_RECNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20050125
2 Returning R_R_T_DATA Value transfer Object reference (TYPE REF TO) DATA 20050125

Method CLEAR_DATA on class CL_RSBK_DATA_SEGMENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID Segment 20040416
2 Importing I_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20040727

Method CONSTRUCTOR on class CL_RSBK_DATA_SEGMENT has no exception.

Method CREATE_BY_FIELDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID Segment 20040416
2 Importing I_TH_FIELD Call by reference Type reference (TYPE) RSBK_TH_FIELD_RT DTP: Feldliste für Runtime 20040416
3 Importing I_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20040727
4 Importing I_UNIQUE_KEY Call by reference Type reference (TYPE) RSBKUNIQUEKEY RS_C_FALSE Kennzeichen: eindeutiger Schlüssel im DTP Ziel 20041116
5 Returning R_R_DATA_SEGMENT Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA_SEGMENT DTP Runtime: Segment eines Datenpakets 20040416

Method CREATE_BY_FIELDLIST on class CL_RSBK_DATA_SEGMENT has no exception.

Method CREATE_BY_IOBJLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID 20040419
2 Importing I_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20040727
3 Importing I_T_IOBJNM Call by reference Type reference (TYPE) RSD_T_IOBJNM 20040419
4 Importing I_WITH_RAW Call by reference Type reference (TYPE) RS_BOOL RAW-Typ für UUID-Merkmale 20060912
5 Returning R_R_SEGMENT Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA_SEGMENT 20040419

Method CREATE_BY_IOBJLIST on class CL_RSBK_DATA_SEGMENT has no exception.

Method CREATE_BY_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_S_DATA Call by reference Object reference (TYPE REF TO) DATA 20040419
2 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID 20040419
3 Importing I_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20040727
4 Returning R_R_SEGMENT Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA_SEGMENT 20040419

Method CREATE_BY_REFERENCE on class CL_RSBK_DATA_SEGMENT has no exception.

Method CREATE_BY_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEGID Call by reference Type reference (TYPE) RSBK_SEGID 20040419
2 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20040419
3 Importing I_TXTLG Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20040727
4 Importing I_UNIQUE_KEY Call by reference Type reference (TYPE) RSBKUNIQUEKEY RS_C_FALSE Kennzeichen: eindeutiger Schlüssel im DTP Ziel 20041116
5 Returning R_R_SEGMENT Value transfer Object reference (TYPE REF TO) CL_RSBK_DATA_SEGMENT 20040419
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20040419

Method FILL_RECNO_IF_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20050809
2 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20121213
3 Importing I_WITH_RECNO_AUTOCORR Call by reference Type reference (TYPE) CHAR01 'O' Mit Recno Auto-Korrektur (falls i_force = false) 20121109

Method FILL_RECNO_IF_NECESSARY on class CL_RSBK_DATA_SEGMENT has no exception.

Method FREE Signature

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

Method FREE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_RECNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20050128
2 Returning R_R_T_DATA Value transfer Object reference (TYPE REF TO) DATA 20050128

Method FREE_DATA on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20121213
2 Importing I_WITH_RECNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040419
3 Importing I_WITH_RECNO_AUTOCORR Call by reference Type reference (TYPE) CHAR01 'O' Boolean 20121109
4 Returning R_R_T_DATA Value transfer Object reference (TYPE REF TO) DATA 20040419

Method GET_DATA on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_DATA_ADD_RECNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_T_DATA_RECNO Value transfer Object reference (TYPE REF TO) DATA 20040420

Method GET_DATA_ADD_RECNO on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_DATA_FOR_EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_PROCESS Handle auf hierarchisches Log 20121212
2 Returning R_DATA Value transfer Type reference (TYPE) RSBKMEMENTO DTP: String-Memento für Controllerzustand 20041119
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20121212

Method GET_DATA_NO_RECNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_T_DATA_NO_RECNO Value transfer Object reference (TYPE REF TO) DATA 20040420

Method GET_DATA_NO_RECNO on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_EMPTY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_RECNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040416
2 Returning R_R_T_DATA Value transfer Object reference (TYPE REF TO) DATA 20040416

Method GET_EMPTY_TABLE on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_FIELDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_RECNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040416
2 Returning R_TH_FIELDLIST Value transfer Type reference (TYPE) RSBK_TH_FIELD_RT DTP: Feldliste für Runtime 20040416

Method GET_FIELDLIST on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_FIELDLIST_FROM_IOBJLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_IOBJNM Call by reference Type reference (TYPE) RSD_T_IOBJNM 20040416
2 Importing I_WITH_RAW Call by reference Type reference (TYPE) RS_BOOL RAW-Typ für UUID-Merkmale 20060912
3 Returning R_TH_FIELDLIST Value transfer Type reference (TYPE) RSBK_TH_FIELD_RT 20040416

Method GET_FIELDLIST_FROM_IOBJLIST on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_FIELDLIST_FROM_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_S_DATA Call by reference Object reference (TYPE REF TO) DATA 20040416
2 Returning R_TH_FIELDLIST Value transfer Type reference (TYPE) RSBK_TH_FIELD_RT 20040416

Method GET_FIELDLIST_FROM_REFERENCE on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_FIELDLIST_FROM_STRUCTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STRUCTTYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20040830
2 Returning R_TH_FIELD Value transfer Type reference (TYPE) RSBK_TH_FIELD_RT DTP: Feldliste für Runtime 20040830

Method GET_FIELDLIST_FROM_STRUCTTYPE on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_FIELDLIST_FROM_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20040416
2 Returning R_TH_FIELD Value transfer Type reference (TYPE) RSBK_TH_FIELD_RT DTP: Feldliste für Runtime 20040416
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20040416

Method GET_FIELD_RECNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_FIELD_RECNO Value transfer Type reference (TYPE) RSBK_S_FIELD_RT DTP: Feldstruktur für Runtime 20040723

Method GET_FIELD_RECNO on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LINES Value transfer Type reference (TYPE) SYTABIX Index interner Tabellen 20040903

Method GET_LINES on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_STRUCTTYPE_FROM_FIELDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_FIELD Call by reference Type reference (TYPE) RSBK_TH_FIELD_RT DTP: Feldliste für Runtime 20040419
2 Returning R_R_STRUCTTYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20040419

Method GET_STRUCTTYPE_FROM_FIELDLIST on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TXTLG Value transfer Type reference (TYPE) RSTXTLG Beschreibung lang 20040727

Method GET_TEXT on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_T_FIELDS_POPULATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FIELDS_POPULATED Value transfer Type reference (TYPE) RSAR_T_FIELDNAMES Liste von Feldern 20060127

Method GET_T_FIELDS_POPULATED on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_UNIQUE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_UNIQUE_KEY Value transfer Type reference (TYPE) RSBKUNIQUEKEY Kennzeichen: eindeutiger Schlüssel im DTP Ziel 20041116

Method GET_UNIQUE_KEY on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_UNIVERSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Allgemeine Menge (Factory-Klasse) 20050127

Method GET_UNIVERSE on class CL_RSBK_DATA_SEGMENT has no exception.

Method GET_WORKAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_RECNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040416
2 Returning R_R_S_DATA Value transfer Object reference (TYPE REF TO) DATA 20040416

Method GET_WORKAREA on class CL_RSBK_DATA_SEGMENT has no exception.

Method GUI_SHOW Signature

Method GUI_SHOW on class CL_RSBK_DATA_SEGMENT has no parameter.
Method GUI_SHOW on class CL_RSBK_DATA_SEGMENT has no exception.

Method INSERT_TABLE Signature

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

Method INSERT_TABLE on class CL_RSBK_DATA_SEGMENT has no exception.

Method INSERT_WORKAREA Signature

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

Method INSERT_WORKAREA on class CL_RSBK_DATA_SEGMENT has no exception.

Method RAISE_SY_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS Call by reference Type reference (TYPE) SEOCLSNAME RSBC_C_EXCCLASS-ERROR_WITH_MESSAGE 20040416
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Exception mit T100 Fehlermeldung 20040416

Method SET_DATA_FROM_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Call by reference Type reference (TYPE) RSBKMEMENTO DTP: String-Memento für Controllerzustand 20041119
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20041119

Method SET_FIELDATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGGRGEN Call by reference Type reference (TYPE) RSBK_S_FIELD_RT-AGGRGEN '#' Aggregationsverhalten des Feldes 20050125
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME '#' Feldname 20050125
3 Importing I_NOT_REQUESTED Call by reference Type reference (TYPE) RSBK_S_FIELD_RT-NOT_REQUESTED '#' Kennzeichen: Feld wird im Datenziel nicht benötigt 20050125

Method SET_FIELDATTR on class CL_RSBK_DATA_SEGMENT has no exception.

Method SET_FIELDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_FIELD Call by reference Type reference (TYPE) RSBK_TH_FIELD_RT 20040419

Method SET_FIELDLIST on class CL_RSBK_DATA_SEGMENT has no exception.

Method SET_IOBJ_BASED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJ_BASED Call by reference Type reference (TYPE) RS_BOOL Boolean 20060413

Method SET_IOBJ_BASED on class CL_RSBK_DATA_SEGMENT has no exception.

Method SET_PRIMSEG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PRIMSEG Call by reference Type reference (TYPE) RS_BOOL Boolean 20040920

Method SET_PRIMSEG on class CL_RSBK_DATA_SEGMENT has no exception.

Method SET_STRUCTTYPE Signature

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

Method SET_STRUCTTYPE on class CL_RSBK_DATA_SEGMENT has no exception.

Method SET_TABLETYPE Signature

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

Method SET_TABLETYPE on class CL_RSBK_DATA_SEGMENT has no exception.

Method SET_T_FIELDS_POPULATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_FIELDS_POPULATED Call by reference Type reference (TYPE) RSAR_T_FIELDNAMES Liste von Feldern 20060127

Method SET_T_FIELDS_POPULATED on class CL_RSBK_DATA_SEGMENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400