SAP ABAP Class CL_IFP_DYNAMIC_CALL (Dynamic Call of Methods)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-COR (Application Component) Correspondence Tool
⤷
FS_CORR_POST (Package) Correspondence Postprocessing

⤷

⤷

Properties
Class | CL_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 | FS_CORR_POST | Correspondence Postprocessing |
Created | 20071127 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_IFP_DYNAMIC_CALL has no forward declaration.
Interfaces
Class CL_IFP_DYNAMIC_CALL has no interface implemented.
Friends
Class CL_IFP_DYNAMIC_CALL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_INSTANCES | 20071127 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Provide Instance for Dynamic Call | 20071127 |
2 | ![]() |
Static method | Public | Method | Provide Instance for Dynamic Call (With Create) | 20071127 |
3 | ![]() |
Static method | Public | Method | Delete Instances | 20110404 |
Events
Class CL_IFP_DYNAMIC_CALL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Private | See coding | 20071127 | BEGIN OF ts_instance,
adobe_form TYPE fpname,
ref_reference TYPE REF TO cl_dynamic_call,
END OF ts_instance
|
||
2 | TT_INSTANCES | Private | See coding | 20071127 | tt_instances TYPE STANDARD TABLE OF ts_instance
WITH KEY adobe_form
|
Method Signatures
Method FIND_DYNAMIC_CALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ADOBE_FORM | Call by reference | Type reference (TYPE) | FPNAME | Name eines Formularobjektes | 20071127 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_IFP_DYNAMIC_CALL | Dynamischer Aufruf von Methoden | 20071127 |
Method FIND_DYNAMIC_CALL on class CL_IFP_DYNAMIC_CALL has no exception.
Method GET_DYNAMIC_CALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ADOBE_FORM | Call by reference | Type reference (TYPE) | FPNAME | Name eines Formularobjektes | 20071127 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_IFP_DYNAMIC_CALL | Dynamischer Aufruf von Methoden | 20071127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt kann nicht angelegt werden | 20071127 | |
2 | ![]() |
Objekt zur Datenübernahme aus Formular nicht definiert | 20071127 |
Method REFRESH Signature
Method REFRESH on class CL_IFP_DYNAMIC_CALL has no parameter.
Method REFRESH on class CL_IFP_DYNAMIC_CALL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |