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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Constant | Public | Type reference (TYPE) | IFP_DTE_DOCUMENT_TYPE | 'PDF' | Type of Document - PDF | 20071127 | ||
| 2 | Constant | Public | Type reference (TYPE) | IFP_DTE_DOCUMENT_TYPE | 'XML' | Type of Document - XML | 20071127 | ||
| 3 | Instance attribute | Public | Type reference (TYPE) | TT_PARAMETER | 20110330 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | SWFVMETH | Method Name | 20110404 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | 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 | IO_DOCUMENT_ATTRIBUTS | Call by reference | Object reference (TYPE REF TO) | IF_IFP_DOCUMENT_ATTRIBUTS | Eigenschaften eines Dokuments bereitstellen | 20071219 | |||
| 2 | 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 | IV_SIMULATION_RUN | Call by reference | Type reference (TYPE) | IFP_DTE_SIMULATION_RUN | ABAP_FALSE | Prozess simulieren | 20110330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ein Fehler ist aufgetreten | 20070201 | ||
| 2 | System-Exception bei dynamischen Aufrufen aller Art | 20070201 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |