SAP Reports / Programs | Payroll | Mexico(PY-MX) SAP PY

PCGP1MX0 SAP ABAP INCLUDE - documentation and ABAP source code







PCGP1MX0 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 PCGP1MX0 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 PCGP1MX0. "Basic submit
SUBMIT PCGP1MX0 AND RETURN. "Return to original report after report execution complete
SUBMIT PCGP1MX0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT PCGP1MX0

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:

RP_GR_CALC_REQUESTED_AMOUNT CALL FUNCTION 'RP_GR_CALC_REQUESTED_AMOUNT' EXPORTING AOPYA = P_GRDBT_INT-AOPYA UOPYA = P_GRDBT_INT-UOPYA AOPYP = P_GRDBT_INT-AOPYP UOPYP = P_GRDBT_INT-UOPYP ACTMI = P_GRDBT_INT-ACTMI NCTMI = P_GRDBT_INT-NCTMI GCTMI = P_GRDBT_INT-GCTMI ITYPP = P_GRDBT_INT-ITYPP GRALL = GRALL IMPORTING AREQR = P_GRDBT_INT-AREQR.

RP_GR_CALC_SINGLE CALL FUNCTION 'RP_GR_CALC_SINGLE' EXPORTING AREQR = GRDBT-AREQR * APPRE = APPRE XCURR = GRDBT-AREQR XXTND = GRDBT-AREQR IACCS = P02GP_IACCS_ACCESS IMPORTING APNOW = GRDBT-APNOW.

RP_GR_CALC_MULTIPLE CALL FUNCTION 'RP_GR_CALC_MULTIPLE' EXPORTING GRALL = GRALL SW_PROT = SW_PROT TABLES GRDBT_MULTI = GRDBT_MULTI.

RP_GR_UPDATE_AMOUNTS CALL FUNCTION 'RP_GR_UPDATE_AMOUNTS' EXPORTING AREQR = GRDBT-AREQR APNOW = APDBT ITYPP = ITYPP UOPYA = UOPYA CHANGING ACPRP = GRDBT-ACPRP AMTOD = GRDBT-AMTOD AYTOD = GRDBT-AYTOD ATTOD = GRDBT-ATTOD.

RP_GR_INSERT_WAGETYPE_IT CALL FUNCTION 'RP_GR_INSERT_WAGETYPE_IT' EXPORTING IONUM = GRDBT-IONUM OBJPS = GRDBT-OBJPS * ABART = P02GP_ABART_ALL LGART = GRDBT-LGART LGART_GRSUM = PMXGP_LGART_GRSUM * LGART_GRADD = BETRG = GRDBT-APNOW CURRENCY = CALC_CURRENCY FC_SW_DEC = FC_SW_DEC SW_SPLIT = P02GP_YES_SPLIT SW_CHANGE = P02GP_YES_CHANGE V0TYP = PMXGP_V0TYP_GARN SW_BT_ENTRY = YES EMFTX = ORDER_USED-EMFTX ZLSCH = ORDER_USED-ZLSCH BANKS = ORDER_USED-BANKS BANKL = ORDER_USED-BANKL BANKN = ORDER_USED-BANKN IBAN = ORDER_USED-IBAN ZWECK = ZWECK BKONT = ORDER_USED-BKONT BKREF = ORDER_USED-BKREF BKORT = L_BKORT TABLES V0GRN = V0GRN IT = IT BT = BT CHANGING BTZNR_HIGH = BTZNR_HIGH.



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 PCGP1MX0 or its description.