SAP ABAP Class IF_IFP_DYNAMIC_CALL (Dynamic Call of Methods)
Properties
Class IF_IFP_DYNAMIC_CALL  
Short Description Dynamic Call of Methods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070201   SAP 
Last change 20110908   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 CL_FKK_CORR_NLG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_IFP_DYNAMIC_CALL has no interface implemented.
Friends
Class IF_IFP_DYNAMIC_CALL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_DOCUMENT_TYPE_PDF Constant Public Type reference (TYPE) IFP_DTE_DOCUMENT_TYPE 'PDF' Type of Document - PDF 20071127
2 CON_DOCUMENT_TYPE_XML Constant Public Type reference (TYPE) IFP_DTE_DOCUMENT_TYPE 'XML' Type of Document - XML 20071127
3 MT_PARAMETER Instance attribute Public Type reference (TYPE) TT_PARAMETER 20110330
4 MV_METHODNAME Instance attribute Public Type reference (TYPE) SWFVMETH Method Name 20110404
Methods
# Method Level Visibility Method type Description Created on
1 DYNAMIC_CALL Instance method Public Method Dynamic Call of Method for Processing Data 20070201
Events
Class IF_IFP_DYNAMIC_CALL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_PARAMETER Public See coding 20110330 BEGIN OF ts_parameter, name TYPE abap_parmname, type_name TYPE fptypename, parm_kind TYPE abap_parmkind, END OF ts_parameter
2 TT_PARAMETER Public See coding 20110330 tt_parameter TYPE STANDARD TABLE OF ts_parameter WITH KEY name
Method Signatures

Method DYNAMIC_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DOCUMENT_ATTRIBUTS Call by reference Object reference (TYPE REF TO) IF_IFP_DOCUMENT_ATTRIBUTS Eigenschaften eines Dokuments bereitstellen 20071219
2 Importing IO_LOG Call by reference Object reference (TYPE REF TO) IF_FKK_CORR_LOG CL_FKK_CORR_NLG=>NULL Logging Interface der Korrespondenz 20071127
3 Importing IV_SIMULATION_RUN Call by reference Type reference (TYPE) IFP_DTE_SIMULATION_RUN ABAP_FALSE Prozess simulieren 20110330
# Exception Resumable Description Created on
1 CX_IFP_ERROR_OCCURRED ein Fehler ist aufgetreten 20070201
2 CX_SY_DYN_CALL_ERROR System-Exception bei dynamischen Aufrufen aller Art 20070201
History
Last changed by/on SAP  20110908 
SAP Release Created in