Hierarchy

⤷

⤷

Properties
Class | CL_RS_BCT_SREP_SLC_DATA | |
Short Description | SLC: Data Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RS_BCT_FIN_SREP | |
Program status | ||
Category | 0 | |
Package | RS_BCT_FI_EN | BW: Content FI (Financial Accounting) |
Created | 20090224 | SAP |
Last change | 20141101 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RS_BCT_SREP_SLC_DATA has no interface implemented.
Friends
Class CL_RS_BCT_SREP_SLC_DATA has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | RSBCT_SREP_ACCTP | 'R' | SLC: Access Type defining PartProvider | 20090224 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | DDOBJNAME | 'RSBCT_SREP_ACCTP' | Name of ABAP Dictionary Object | 20090224 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | RSBCT_SREP_ACCTP | 'C' | SLC: Access Type defining PartProvider | 20090224 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | RSBCT_SREP_ACCTP | 'P' | SLC: Access Type defining PartProvider | 20090224 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | RSBCT_SREP_ACCTP | '#' | SLC: Access Type defining PartProvider | 20090224 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | RSIOBJNM | '0ACCESSTP' | Infoobject Accesstype | 20090224 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | RSIOBJNM | '0GL_ACCTP' | InfoObject with replicated balance | 20090224 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | TABNAME | 'RSBCT_SREP10' | Table Name | 20090224 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | TABNAME | 'RSBCT_SREP11' | Table Name | 20090224 | |
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_MULTIPROVIDER_MEM | 20090306 | |||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_QUERY_MEM | 20090306 | |||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20090306 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RZD1_T_COMPDIR_COMPIC | ComponentList to Multiprovider | 20090227 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDO_T_DTA_R | MultiProvider: List of Involved InfoProviders | 20090224 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_SLC_DATA0 | Read from DB | 20090224 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_SLC_DATA1 | Read from DB | 20090224 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Is Multiprovider ok | 20090224 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Has Data to Multiprovider be read | 20090224 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSZCOMPID | Temporary Query Compid | 20090224 | ||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Identified Replicated Balance | 20090224 |
Methods
Events
Class CL_RS_BCT_SREP_SLC_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_MULTIPROVIDER_MEM | Private | See coding | 20090306 | begin of TY_s_MULTIPROVIDER_mem,
multiprov type rsmultiprov,
ok type abap_bool,
txtlg type rstxtlg,
end of ty_s_multiprovider_mem
|
||
2 | TY_S_QUERY_MEM | Private | See coding | 20090306 | begin of TY_s_QUERY_MEM,
multiprov type rsmultiprov,
query_compid type rszcompid,
ok type abap_bool,
end of ty_s_query_mem
|
||
3 | TY_S_SLC_DATA0 | Public | See coding | 20090224 | begin of ty_s_slc_data0,
multiprov type rsmultiprov,
query_compid type rszcompid,
acctp_dflt type rsbct_srep_acctp_dflt,
hide_var type rsbct_srep_hide_var,
end of ty_s_slc_data0
|
||
4 | TY_S_SLC_DATA1 | Public | See coding | 20090224 | begin of ty_s_slc_data1,
multiprov type rsmultiprov,
query_compid type rszcompid,
partprov type rspartprov,
accesstype type rsbct_srep_acctp,
end of ty_s_slc_data1
|
||
5 | TY_S_SLC_MAIN_DATA | Public | See coding | 20090325 | begin of ty_s_slc_main_data,
multiprov type rsmultiprov,
query_compid type rszcompid,
end of ty_s_slc_main_data
|
||
6 | TY_T_MULTIPROVIDER_MEM | Private | See coding | 20090306 | ty_t_multiprovider_mem type sorted table of ty_s_multiprovider_mem
with unique key multiprov
|
||
7 | TY_T_QUERY_MEM | Private | See coding | 20090306 | ty_t_query_mem type sorted table of ty_s_query_mem
with unique key multiprov query_compid
|
||
8 | TY_T_SLC_10 | Public | See coding | 20090225 | ty_T_SLC_10 type standard table of rsbct_srep10
|
||
9 | TY_T_SLC_11 | Public | See coding | 20090225 | ty_T_SLC_11 type standard table of rsbct_srep11
|
||
10 | TY_T_SLC_DATA0 | Public | See coding | 20090224 | ty_t_slc_data0 type sorted table of ty_s_slc_data0
with unique key multiprov query_compid
|
||
11 | TY_T_SLC_DATA1 | Public | See coding | 20090224 | ty_t_slc_data1 type sorted table of ty_s_slc_data1
with unique key multiprov query_compid partprov accesstype
|
||
12 | TY_T_SLC_MAIN_DATA | Public | See coding | 20090325 | ty_t_slc_main_data type sorted table of ty_s_slc_main_data
with unique key multiprov query_compid
|
Method Signatures
Method CHANGED_GUI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_S_SLC_DATA0 | 20090225 | |||
2 | ![]() |
I_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 | |||
3 | ![]() |
RE_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090225 |
Method CHANGED_GUI_DATA on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method CHECK_MULTIPROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090224 |
Method CHECK_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 | ||
2 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090224 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 |
Method CONSTRUCTOR on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method CONVERT_DB_TO_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA0 | 20090225 | |||
2 | ![]() |
C_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 | |||
3 | ![]() |
I_T_SLC_10 | Call by reference | Type reference (TYPE) | TY_T_SLC_10 | 20090225 | |||
4 | ![]() |
I_T_SLC_11 | Call by reference | Type reference (TYPE) | TY_T_SLC_11 | 20090225 |
Method CONVERT_DB_TO_INTERNAL on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method DELETE_SPECIFIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_SLC_MAIN_DATA | Call by reference | Type reference (TYPE) | TY_T_SLC_MAIN_DATA | 20090325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090303 |
Method EVALUATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_INFOPROV | Call by reference | Type reference (TYPE) | RSR_TS_INFOPROV | Table of InfoProviders | 20090224 | ||
2 | ![]() |
I_ACCESSTYPE | Call by reference | Type reference (TYPE) | RSBCT_SREP_ACCTP | SLC: Access Type defining PartProvider | 20090224 | ||
3 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 | ||
4 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090224 |
Method GET_ACCESSTYPE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ACCESSTYPE_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Long description | 20090225 | ||
2 | ![]() |
I_ACCESSTYPE | Call by reference | Type reference (TYPE) | RSBCT_SREP_ACCTP | SLC: Access Type defining PartProvider | 20090225 |
Method GET_ACCESSTYPE_TEXT on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_GUI_ALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA0 | 20090225 | |||
2 | ![]() |
E_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 |
Method GET_GUI_ALL_DATA on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_GUI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_S_SLC_DATA0 | 20090225 | |||
2 | ![]() |
E_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 | |||
3 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090225 |
Method GET_GUI_DATA_DEFAULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_S_SLC_DATA0 | 20090225 | |||
2 | ![]() |
E_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 | |||
3 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090225 |
Method GET_GUI_DATA_DEFAULT on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_MAIN_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_SLC_MAIN_DATA | Call by reference | Type reference (TYPE) | TY_T_SLC_MAIN_DATA | 20090325 | |||
2 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090325 |
Method GET_MAIN_DATA on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_MP_WITH_REPLICATED_BALANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_WITH_REPLICATED_BALANCE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090225 |
Method GET_MP_WITH_REPLICATED_BALANCE on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_MULTIPROVIDER_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MULTIPROVIDER_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Long description | 20090224 | ||
2 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 |
Method GET_MULTIPROVIDER_TEXT on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_PARTPROVIDER_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PARTPROVIDER_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Long description | 20090225 | ||
2 | ![]() |
I_PARTPROVIDER | Call by reference | Type reference (TYPE) | RSPARTPROV | Involved InfoProvider (for MultiProvider) | 20090225 |
Method GET_PARTPROVIDER_TEXT on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_PARTPROVIDER_TO_MP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_DTA | Call by reference | Type reference (TYPE) | RSDO_T_DTA_R | Table with References to InfoProvider (Data Target) | 20090225 | ||
2 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090225 |
Method GET_PARTPROVIDER_TO_MP on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_QUERIES_TO_MULTIPROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_COMPLIST | Call by reference | Type reference (TYPE) | RZD1_T_COMPDIR_COMPIC | 20090227 | |||
2 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 |
Method GET_QUERIES_TO_MULTIPROVIDER on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_QUERY_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_QUERY_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | Long description | 20090225 | ||
2 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090306 | ||
3 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090225 |
Method GET_QUERY_TEXT on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_TO_PARTPROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IS_DIRECT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090225 | |||
2 | ![]() |
E_IS_REPLICATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090225 | |||
3 | ![]() |
E_VALID | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090225 | |||
4 | ![]() |
I_PARTPROVIDER | Call by reference | Type reference (TYPE) | RSPARTPROV | Involved InfoProvider (for MultiProvider) | 20090225 |
Method GET_TO_PARTPROVIDER on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method GET_VALID_MULTIPROVIDERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSR_TS_INFOPROV | Table of InfoProviders | 20090225 |
Method GET_VALID_MULTIPROVIDERS on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method IS_MULTIPROVIDER_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MULTIPROVIDER | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090224 | ||
2 | ![]() |
RE_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090224 |
Method IS_MULTIPROVIDER_VALID on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method IS_QUERY_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090225 | ||
2 | ![]() |
RE_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090225 |
Method IS_QUERY_VALID on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method READ_DATA Signature
Method READ_DATA on class CL_RS_BCT_SREP_SLC_DATA has no parameter.
Method READ_DATA on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method SAVE_GUI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CNT_DB_UPD | Call by reference | Type reference (TYPE) | I | 20090225 | |||
2 | ![]() |
I_S_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_S_SLC_DATA0 | 20090225 | |||
3 | ![]() |
I_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090225 |
Method SET_FOR_QUERY_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ACCTP_DFLT | Call by reference | Type reference (TYPE) | RSBCT_SREP_ACCTP_DFLT | SLC: Default Access Type | 20090227 | ||
2 | ![]() |
E_HIDE_VAR | Call by reference | Type reference (TYPE) | RSBCT_SREP_HIDE_VAR | SLC: Flag to hide query variable | 20090227 | ||
3 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSMULTIPROV | MultiProvider | 20090227 | ||
4 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090227 |
Method SET_TABKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TABKEY | Call by reference | Type reference (TYPE) | TROBJ_NAME | Key component for table types | 20090302 | ||
2 | ![]() |
I_S_SLC_MAIN_DATA | Call by reference | Type reference (TYPE) | TY_S_SLC_MAIN_DATA | 20090325 | |||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20090302 |
Method SET_TABKEY on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method SET_TO_READ_AGAIN Signature
Method SET_TO_READ_AGAIN on class CL_RS_BCT_SREP_SLC_DATA has no parameter.
Method SET_TO_READ_AGAIN on class CL_RS_BCT_SREP_SLC_DATA has no exception.
Method TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELETE_FROM_TRANSPORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090303 | |||
2 | ![]() |
I_T_SLC_MAIN_DATA | Call by reference | Type reference (TYPE) | TY_T_SLC_MAIN_DATA | 20090325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090302 |
Method UPDATE_ON_DATABASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20090225 | ||
2 | ![]() |
I_T_SLC_DEL | Call by reference | Type reference (TYPE) | ANY TABLE | 20090225 | |||
3 | ![]() |
I_T_SLC_INS | Call by reference | Type reference (TYPE) | ANY TABLE | 20090225 | |||
4 | ![]() |
I_T_SLC_UPD | Call by reference | Type reference (TYPE) | ANY TABLE | 20090225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090225 |
Method WRITE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CNT_DB_UPD | Call by reference | Type reference (TYPE) | I | 20090225 | |||
2 | ![]() |
I_T_SLC_DATA0 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA0 | 20090225 | |||
3 | ![]() |
I_T_SLC_DATA1 | Call by reference | Type reference (TYPE) | TY_T_SLC_DATA1 | 20090225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090225 |
Method XQUERY_COMPUID_FROM_COMPID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_QUERY_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20090225 | ||
2 | ![]() |
RE_QUERY_COMPUID | Value transfer | Type reference (TYPE) | RSZ_UID | 20090225 |
Method XQUERY_COMPUID_FROM_COMPID on class CL_RS_BCT_SREP_SLC_DATA has no exception.
History
Last changed by/on | SAP | 20141101 |
SAP Release Created in | 705 |