SAP ABAP Interface IF_RSRD_F_DESIGN_TIME (Broadcasting Framework: Design Time Interface)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRD (Package) BW: Broadcasting
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRD_F_ROOT Root for All Class Types in Broadcaster Framework 20030902
Properties
Interface IF_RSRD_F_DESIGN_TIME  
Short Description Broadcasting Framework: Design Time Interface    
General Data
Package RSRD   BW: Broadcasting 
Created 20030613   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSRD_F_DESIGN_TIME has no forward declaration.
Interfaces
Interface IF_RSRD_F_DESIGN_TIME has no interface.
Friends
Interface IF_RSRD_F_DESIGN_TIME has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_MULTI_RENDER_FALSE Constant Public Type reference (TYPE) RSRD_MULTI_RENDER ' ' No Multiple Rendering of Attributes 20050310
2 C_MULTI_RENDER_MULTI_USE Constant Public Type reference (TYPE) RSRD_MULTI_RENDER 'X' Multiple Rendering; Value Can Be Used Multiple Times 20050310
3 C_MULTI_RENDER_SINGLE_USE Constant Public Type reference (TYPE) RSRD_MULTI_RENDER 'S' Multiple Rendering; Value Can Be Used Only Once 20050310
4 C_PARAMETER_TYPE_BOOKMARK Constant Public Type reference (TYPE) RSRPARAMETERID 'BOOKMARK' Parameter Type: BW Bookmark 20040414
5 C_PARAMETER_TYPE_BOOLEAN Constant Public Type reference (TYPE) RSRPARAMETERID 'BOOLEAN' Parameter Type: Boolian Value 20040414
6 C_PARAMETER_TYPE_CHARACTER Constant Public Type reference (TYPE) RSRPARAMETERID 'CHARACTER' Parameter Type: Character (Uppercase) 20040414
7 C_PARAMETER_TYPE_CHA_MIXED Constant Public Type reference (TYPE) RSRPARAMETERID 'CHA_MIXED' Parameter Type Character (Upper/Lowercase) 20050711
8 C_PARAMETER_TYPE_EMA_STRING Constant Public Type reference (TYPE) RSRPARAMETERID 'EMA_STRING' Parameter Type: Email Adresses as String 20040414
9 C_PARAMETER_TYPE_FIL_STRING Constant Public Type reference (TYPE) RSRPARAMETERID 'FIL_STRING' Parameter Type: BW Filter String 20040414
10 C_PARAMETER_TYPE_INFOOBJECT Constant Public Type reference (TYPE) RSRPARAMETERID 'INFOOBJECT' Parameter Type: InfoObject 20040628
11 C_PARAMETER_TYPE_INTEGER Constant Public Type reference (TYPE) RSRPARAMETERID 'INTEGER' Parameter Type: Integer 20040415
12 C_PARAMETER_TYPE_KM_FOLDER Constant Public Type reference (TYPE) RSRPARAMETERID 'KM_FOLDER' Parameter Type: KM Folder 20040414
13 C_PARAMETER_TYPE_LANGUAGE Constant Public Type reference (TYPE) RSRPARAMETERID 'LANGUAGE' Parameter Type: Language 20040414
14 C_PARAMETER_TYPE_NUMBER Constant Public Type reference (TYPE) RSRPARAMETERID 'NUMBER' Parameter Type Number 20070912
15 C_PARAMETER_TYPE_PAR_STRING Constant Private Type reference (TYPE) RSRPARAMETERID 'PAR_STRING' Parameter Type for Parameter Container as URL Query String 20040922
16 C_PARAMETER_TYPE_PCD_FOLDER Constant Public Type reference (TYPE) RSRPARAMETERID 'PCD_FOLDER' Parameter Type PCD Folder 20051008
17 C_PARAMETER_TYPE_PRINTER Constant Public Type reference (TYPE) RSRPARAMETERID 'PRINTER' Parameter Type: Printer 20050923
18 C_PARAMETER_TYPE_QUERY Constant Public Type reference (TYPE) RSRPARAMETERID 'QUERY' Parameter Type: BW Query 20040414
19 C_PARAMETER_TYPE_ROLE Constant Public Type reference (TYPE) RSRPARAMETERID 'ROLE' Parameter Type: BW Role 20040414
20 C_PARAMETER_TYPE_STRING Constant Public Type reference (TYPE) RSRPARAMETERID 'STRING' Parameter Type: String 20040414
21 C_PARAMETER_TYPE_TEMPLATE Constant Public Type reference (TYPE) RSRPARAMETERID 'TEMPLATE' Parameter Type: BW Template 20040415
22 C_PARAMETER_TYPE_TEXT Constant Public Type reference (TYPE) RSRPARAMETERID 'TEXT' Parameter Type: Text 20040414
23 C_PARAMETER_TYPE_USER Constant Public Type reference (TYPE) RSRPARAMETERID 'USER' Parameter Type: BW User 20040414
24 C_PARAMETER_TYPE_VAR_STRING Constant Public Type reference (TYPE) RSRPARAMETERID 'VAR_STRING' Parameter Type: BW Variable String 20040414
25 C_RENDER_TYPE_CHECKBOX Constant Public Type reference (TYPE) RSRD_RENDER_TYPE 'CR' Render Type: Checkboxes/ Radio Buttons 20040415
26 C_RENDER_TYPE_DROP_DOWN Constant Public Type reference (TYPE) RSRD_RENDER_TYPE 'DD' Render Type: Dropdown List Box/ Selection Box 20040415
27 C_VALUE_HELP_TYPE_DOMAIN Constant Public Type reference (TYPE) RSRD_ATTR_F4TYPE 'DM' Input Help Type: Domains 20040415
28 C_VALUE_HELP_TYPE_DYNAMIC_LIST Constant Public Type reference (TYPE) RSRD_ATTR_F4TYPE 'DL' Input Help Type: Dynamic List 20040415
29 C_VALUE_HELP_TYPE_SEL_LIST Constant Public Type reference (TYPE) RSRD_ATTR_F4TYPE 'SL' Input Help Type: Table Entries in RSRD_ATTR_VALUE 20040415
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Checks parameter 20031009
2 GET_ATTRIBUTES Instance method Public Method Get description of the attribute 20030902
3 GET_ATTRIBUTE_VALUES Instance method Public Method Calculation of attribute values for an attribute 20030902
4 GET_VERSION Instance method Public Method Delivers Version of Attribute Description of Producer/Distr. 20040309
Events
Interface IF_RSRD_F_DESIGN_TIME has no event.
Types
Interface IF_RSRD_F_DESIGN_TIME has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGE Call by reference Type reference (TYPE) RSZA_T_MESG 20031009
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20031009
3 Importing I_ATTR_GROUP_ID Call by reference Type reference (TYPE) RSRD_ATTR_GROUP_ID Prüfe Attribute dieser Gruppe 20060302
4 Importing I_R_CONTEXT Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Kontextparameter 20050106
5 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20031009
6 Importing I_S_SETTING_DT Call by reference Type reference (TYPE) RSRD_S_SETTING_DT Settingparameter zur Designtime 20031217

Method CHECK on Interface IF_RSRD_F_DESIGN_TIME has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20030902
2 Exporting E_TX_ATTRIBUTE Call by reference Type reference (TYPE) RSRD_TX_ATTRIBUTE 20030902
3 Exporting E_T_ATTRIBUTE_GROUP Call by reference Type reference (TYPE) RSRD_T_ATTRIBUTE_GROUP 20030902
4 Exporting E_T_ATTR_DEP Call by reference Type reference (TYPE) RSRD_T_ATTR_DEP 20030904
5 Exporting E_T_DOC_ATTRIBUTE Call by reference Type reference (TYPE) RSRD_T_DOC_ATTRIBUTE Tabellentyp zu RSRD_S_DOC_ATTRIBUTE 20031119
6 Exporting E_T_MESSAGE Call by reference Type reference (TYPE) RSZA_T_MESG 20030902
7 Importing I_CLASS_INPUT Call by reference Type reference (TYPE) RSRD_INPUT Broadcasting Framework: Ausgabeformat / Verteilungstyp 20050204
8 Importing I_R_CONTEXT Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20031001
9 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER aktuelle Attributwerte 20040405
10 Importing I_S_SETTING_DT Call by reference Type reference (TYPE) RSRD_S_SETTING_DT Settingparameter zur Designtime 20031217

Method GET_ATTRIBUTES on Interface IF_RSRD_F_DESIGN_TIME has no exception.

Method GET_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING_DEFAULT Call by reference Type reference (TYPE) STRING 20031020
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20030902
3 Exporting E_T_MESSAGE Call by reference Type reference (TYPE) RSZA_T_MESG 20030902
4 Exporting E_T_VALUE Call by reference Type reference (TYPE) RSZA_T_DD_VALUE_LONG 20030902
5 Exporting E_T_VALUE_DEFAULT Call by reference Type reference (TYPE) RSZA_T_DD_VALUE_LONG 20030905
6 Importing I_ATTR_ID Call by reference Type reference (TYPE) RSRD_ATTR_ID 20030905
7 Importing I_INDEX Call by reference Type reference (TYPE) RSRPARAMETERINDEX Parameter Index für den die Werte angefragt werden 20050128
8 Importing I_R_CONTEXT Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20031001
9 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20030902
10 Importing I_S_SETTING_DT Call by reference Type reference (TYPE) RSRD_S_SETTING_DT Settingparameter zur Designtime 20031217
11 Importing I_T_NODE Call by reference Type reference (TYPE) RSRD_T_SETTING_NODE 20030905

Method GET_ATTRIBUTE_VALUES on Interface IF_RSRD_F_DESIGN_TIME has no exception.

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VERSION Value transfer Type reference (TYPE) RSRPARAMETERVALUE Parameter Wert 20040309

Method GET_VERSION on Interface IF_RSRD_F_DESIGN_TIME has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350