SAP Classes

Share |

CVP_CL_APPL_EOP_CHECK_EF SAP Class - EOP Check for Earmarked Funds


CVP_CL_APPL_EOP_CHECK_EF is a standard SAP class available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this class interface. You can view this information and more if you enter the class name CVP_CL_APPL_EOP_CHECK_EF into the relevant SAP transaction such as SE24 or SE80.

Contribute (Add Comment)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name CVP_CL_APPL_EOP_CHECK_EF or its description.


Class Methods
In some respects Class methods are similar to function modules in that they are a coding block that performs certain ABAP functionality. Methods can be referenced using the following syntax: CALL METHOD CVP_CL_APPL_EOP_CHECK_EF=>methodname EXPORTING/IMPORTING...

VENDOR_CUSTOMER_EVALUATE - Evaluate Date
VENDOR_CUSTOMER_CREATE_RANGE - Create Range for Personal Data
RESIDENCE_DATE_FILL_STRUCTURE - Fill Structure for Calculating Residence Time
IS_ERROR - Error Present?
GET_VALID_RULES - Get valid rule variants (via rule groups)
GET_RESIDENCE_DATE - Get IRM Residence Date
GET_APPL_VAR - Get Application Variant
FILL_BAPIRET2 - EOP Check Customer Master Data Based on Creation/Last Change
EF_GET_RESIDENCE_DATE - Get IRM Residence Date
CHECK_VENDOR_CUSTOMER_IN_USE - EOP Check for Public Sector Management
CHECK_PARTNERS - Check Blocked Customer/Vendor


Class Attributes
Class attributes can be referenced using the following syntax CVP_CL_APPL_EOP_CHECK_EF=><attribute name>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

GC_POLICY_TYPE - Audit Area
G_TEST_MODE - Indicator for Test Run
GO_RUNTIME_RST - Runtime - Business Suite - Residence


Class Events
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT <event name> EXPOTING...





comments powered by Disqus