SAP ABAP Interface IF_RSFBP_SOURCE_TYPE_STATIC (BW: Field-based Provider: Source Type)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSFBP (Package) BW: Field-based Provider framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSFBP_SOURCE_TYPE_DB HANA Database Table or View 20130613
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSFBP_SOURCE_TYPE_ODP FBP based on ODP 20130613
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSFBP_SOURCE_TYPE_ODSO Source Type: Field-based DSO 20130613
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSFBP_SOURCE_TYPE_REMOTE Open ODS View on HANA: Remote Table 20130617
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSFBP_SOURCE_TYPE_RSDS Open ODS Layer Source Object Type: RSDS 20130613
Properties
Interface IF_RSFBP_SOURCE_TYPE_STATIC  
Short Description BW: Field-based Provider: Source Type    
General Data
Package RSFBP   BW: Field-based Provider framework 
Created 20130613   SAP 
Last changed 20140121   SAP 
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)
Interfaces
Interface IF_RSFBP_SOURCE_TYPE_STATIC has no interface.
Friends
Interface IF_RSFBP_SOURCE_TYPE_STATIC has no friend.
Attributes
Interface IF_RSFBP_SOURCE_TYPE_STATIC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Static method Public Method 20130725
2 DECODE Static method Public Method 20130725
3 ENCODE Static method Public Method 20130725
4 F4 Static method Public Method 20130613
5 GET_INSTANCE Static method Public Method 20130613
6 IS_VISIBLE Static method Public Method 20130624
7 ON_CREATE Static method Public Method 20130628
8 PAI Static method Public Method 20130628
9 PBO Static method Public Method 20130628
Events
Interface IF_RSFBP_SOURCE_TYPE_STATIC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_CLASSNAME Public Type reference (TYPE) SEOCLSNAME 20130613
2 TN_S_F4_LIST Public See coding 20130613 BEGIN OF tn_s_f4_list, icon TYPE icon_d, tlogo TYPE rstlogo, objnm TYPE rsfbp_srcname, logsys TYPE logsys, txtlg TYPE rstxtlg, END OF tn_s_f4_list
3 TN_T_F4_LIST Public See coding 20130613 tn_t_f4_list TYPE STANDARD TABLE OF tn_s_f4_list WITH NON-UNIQUE KEY tlogo objnm WITH NON-UNIQUE SORTED KEY objnm COMPONENTS objnm
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_OK Call by reference Type reference (TYPE) RS_BOOL 20130725
2 Exporting E_S_ANY Call by reference Type reference (TYPE) ANY 20130725
3 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE 20130725
4 Importing I_SRCOBJNM Call by reference Type reference (TYPE) CSEQUENCE 20130725
5 Importing I_S_SRCTYPEDEF Call by reference Type reference (TYPE) RSFBPSRCTYPEDEF 20130725
6 Importing I_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS 20130725

Method CHECK on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method DECODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_ANY Call by reference Type reference (TYPE) ANY 20130725
2 Importing I_SRCOBJNM Call by reference Type reference (TYPE) CSEQUENCE 20130725
3 Importing I_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS 20130725

Method DECODE on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method ENCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SRCOBJNM Call by reference Type reference (TYPE) CSEQUENCE 20130725
2 Changing C_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS 20130725
3 Importing I_S_ANY Call by reference Type reference (TYPE) ANY 20130725

Method ENCODE on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_F4_LIST Call by reference Type reference (TYPE) IF_RSFBP_SOURCE_TYPE=>TN_T_F4_LIST 20130613
2 Importing I_MAXROWS Value transfer Type reference (TYPE) I 501 20130613
3 Importing I_PATTERN Call by reference Type reference (TYPE) CSEQUENCE '*' 20130613
4 Importing I_S_SRCTYPEDEF Call by reference Type reference (TYPE) RSFBPSRCTYPEDEF Definition of source types in the Open ODS View 20130613
5 Importing I_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS List of Source Systems 20130613

Method F4 on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130613
2 Importing I_SRCOBJNM Call by reference Type reference (TYPE) IF_RSFBP_TYPES=>TN_SRCOBJNM 20130613
3 Importing I_S_SRCTYPEDEF Call by reference Type reference (TYPE) RSFBPSRCTYPEDEF Definition of source types in the Open ODS View 20130613
4 Importing I_TH_SLOGSYS Call by reference Type reference (TYPE) IF_RSFBP_TYPES=>TN_TH_SLOGSYS 20130613
5 Returning R_R_SRCTYPE Value transfer Object reference (TYPE REF TO) IF_RSFBP_SOURCE_TYPE 20130613

Method GET_INSTANCE on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_VISIBLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20130624

Method IS_VISIBLE on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method ON_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SRCOBJNM Call by reference Type reference (TYPE) IF_RSFBP_TYPES=>TN_SRCOBJNM 20130701
2 Changing C_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS 20130701
3 Exporting E_IS_OK Call by reference Type reference (TYPE) RS_BOOL 20130628
4 Importing I_NO_POPUP Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130628
5 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE 20130628
6 Importing I_S_SRCTYPEDEF Call by reference Type reference (TYPE) RSFBPSRCTYPEDEF 20130628

Method ON_CREATE on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SRCOBJNM Call by reference Type reference (TYPE) IF_RSFBP_TYPES=>TN_SRCOBJNM 20130628
2 Exporting E_TXTLG Call by reference Type reference (TYPE) RSTXTLG Long description 20130704
3 Exporting E_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS 20130628
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE 20130628
5 Importing I_S_SRCTYPEDEF Call by reference Type reference (TYPE) RSFBPSRCTYPEDEF 20130628

Method PAI on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.

Method PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNNR Call by reference Type reference (TYPE) SY-DYNNR 20130628
2 Exporting E_REPID Call by reference Type reference (TYPE) SY-REPID 20130628
3 Importing I_DISPLAY_ONLY Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130628
4 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE 20130628
5 Importing I_SEMANTICS Call by reference Type reference (TYPE) RSFBP_SEMANTICS Semantics 20130704
6 Importing I_SRCOBJNM Call by reference Type reference (TYPE) IF_RSFBP_TYPES=>TN_SRCOBJNM 20130628
7 Importing I_S_SRCTYPEDEF Call by reference Type reference (TYPE) RSFBPSRCTYPEDEF 20130628
8 Importing I_T_LOGSYS Call by reference Type reference (TYPE) RSAOS_T_LOGSYS 20130628

Method PBO on Interface IF_RSFBP_SOURCE_TYPE_STATIC has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740