PCMEWTW0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PCMEWTW0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Calculate the amount of EWF for period
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = PN-ENDDA FOREIGN_AMOUNT = EWF-WFAMT FOREIGN_CURRENCY = EWF-WFCUR LOCAL_CURRENCY = CALC_CURRENCY IMPORTING LOCAL_AMOUNT = EWF_AMOUNT EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 DERIVED_2_TIMES = 5 OTHERS = 6.
RP_READ_T100 CALL FUNCTION 'RP_READ_T100' EXPORTING ARBGB = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 SPRSL = SY-LANGU IMPORTING TEXT = T100_TEXT EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCMEWTW0 - Calculate the amount of EWF for period PCMESTW0 - Calculate total amount of ESF for that period PCMESHK2 - HR-HK: Payroll common forms for MPF/ORSO Entitlement PCMESHK1 - HR-HK: Payroll data declarations for MPF/ORSO Entitlement PCMESHK0 - HR-HK: Payroll functions for MPF/ORSO Entitlement (SI) PCMESBRS - documentation and ABAP source code