SAP ABAP Class IF_RSRT_DATA_PROVIDER (Data Provider)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSRT_DATA_PROVIDER_QUERY Data Provider: Query 20120912
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_DATA_PROVIDER Data Provider 20110803
Properties
Class IF_RSRT_DATA_PROVIDER  
Short Description Data Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110803   SAP 
Last change 20140121   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 IF_RSRT_DATA_PROVIDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_RSRT_DATA_PROVIDER has no interface implemented.
Friends
Class IF_RSRT_DATA_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CS_TYPE Constant Public See coding 20121116
2 N_NAME Instance attribute Public Type reference (TYPE) TN_NAME Data Provider Name 20120912
3 N_TYPE Instance attribute Public Type reference (TYPE) TN_TYPE 20121116
Methods
# Method Level Visibility Method type Description Created on
1 FREE Instance method Public Method Free 20120912
2 GET_COMMAND_PROCESSOR Instance method Public Method Get Command Processor 20110803
3 GET_CONTENT Instance method Public Method Get Content 20121116
4 GET_MESSAGE_LOG Instance method Public Method Get Message Log 20111025
5 PROCESS_COMMAND_QUERY Static method Public Method Process Command Query 20120508
6 SET_ASSIGNMENT Instance method Public Method Set Assignment 20120912
Events
# Event Type Visibility Description Created on
1 HANDLE_CHANGED Instance Event
(0)
Public
(2)
Handle DataProvider Changed 20111108
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_NAME Public Type reference (TYPE) STRING Data Provider Name 20120912
2 TN_S_TRACE Public See coding Trace 20120524 begin of tn_s_trace, id type string, description type string, t_data type tn_t_trace_data, end of tn_s_trace
3 TN_S_TRACE_DATA Public See coding Trace Data 20120524 begin of tn_s_trace_data, x type i, y type i, value type string, t_params type tn_t_trace_data_param, end of tn_s_trace_data
4 TN_S_TRACE_DATA_PARAM Public See coding Trace Data Parameter 20120524 begin of tn_s_trace_data_param, name type string, value type string, end of tn_s_trace_data_param
5 TN_TYPE Public See coding 20121116 TN_type type n length 2
6 TN_T_DATA_PROVIDER Public See coding Data Provider List 20120508 tn_t_data_provider type standard table of ref to if_rsrt_data_provider with default key initial size 1
7 TN_T_TRACE Public See coding Trace List 20120524 tn_t_trace type standard table of tn_s_trace with default key initial size 1
8 TN_T_TRACE_DATA Public See coding Trace Data List 20120524 tn_t_trace_data type standard table of tn_s_trace_data with default key initial size 1
9 TN_T_TRACE_DATA_PARAM Public See coding Trace Data Parameter List 20120524 tn_t_trace_data_param type standard table of tn_s_trace_data_param with default key initial size 1
Method Signatures

Method FREE Signature

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

Method GET_COMMAND_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_COMMAND_PROCESSOR Command Processor 20110803

Method GET_COMMAND_PROCESSOR on class IF_RSRT_DATA_PROVIDER has no exception.

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_DATA_PROVIDER_CONTENT Data Provider Content 20121116

Method GET_CONTENT on class IF_RSRT_DATA_PROVIDER has no exception.

Method GET_MESSAGE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_MESSAGE_LOG Message Log 20111025

Method GET_MESSAGE_LOG on class IF_RSRT_DATA_PROVIDER has no exception.

Method PROCESS_COMMAND_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HANDLED Call by reference Type reference (TYPE) IF_RSRT_COMMAND_PROCESSOR=>TN_HANDLED Handled 20120508
2 Changing T_PARAMETERS Call by reference Type reference (TYPE) IF_RSRT_PARAMETERS=>TN_T_PARAMETER Parameter List 20120508

Method PROCESS_COMMAND_QUERY on class IF_RSRT_DATA_PROVIDER has no exception.

Method SET_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_PARAMETERS Call by reference Object reference (TYPE REF TO) IF_RSRT_PARAMETERS Parameters 20120912

Method SET_ASSIGNMENT on class IF_RSRT_DATA_PROVIDER has no exception.
Event Signatures

Event HANDLE_CHANGED Signature
Event HANDLE_CHANGED on class IF_RSRT_DATA_PROVIDER has no parameter.
History
Last changed by/on SAP  20140121 
SAP Release Created in