SAP Reports / Programs | Personnel Time Management(PT) SAP PT

RPCMIW00 SAP ABAP INCLUDE - MODULES FOR AS LOOP INCENTIVE WAGES







RPCMIW00 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE This contains the modules for the incentive wage functions in table 512A that are used in SAP Payroll...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCMIW00 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCMIW00. "Basic submit
SUBMIT RPCMIW00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMIW00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: MODULES FOR AS LOOP INCENTIVE WAGES


INCLUDES used within this REPORT RPCMIW00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_IMPORT_L1 CALL FUNCTION 'HR_IMPORT_L1' EXPORTING P_PERNR = PERNR-PERNR P_BEGDA = APER-BEGDA P_ENDDA = APER-ENDDA IMPORTING NO_DATA = EMPTY TABLES P_PB = PBS P_LE = LE P_LK = LK P_GT = GT EXCEPTIONS VERSION_ERROR = 1 NO_AUTHORITY = 2 OTHERS = 10.

HR_IMPORT_G1 CALL FUNCTION 'HR_IMPORT_G1' EXPORTING P_GRUNR = LE-GRUNR P_BEGDA = APER-BEGDA P_ENDDA = APER-ENDDA IMPORTING NO_DATA = EMPTY TABLES P_GB = GBS P_GE = GE P_GK = GK EXCEPTIONS VERSION_ERROR = 1 NO_AUTHORITY = 2 OTHERS = 10.

HR_CONVERT_CURRENCY_INW CALL FUNCTION 'HR_CONVERT_CURRENCY_INW' EXPORTING COUNTRY_GROUPING = CALCMOLGA CONVERSION_DATE = APER-BEGDA LOCAL_CURRENCY = CALC_CURRENCY TABLES TIME_TICKET_TABLE = LE * SUBSEQUENT_TIME_TICKET_TABLE = EXCEPTIONS ERROR_CONVERSION = 1 OTHERS = 2.

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 = 01.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCMIW00 or its description.