SAP Reports / Programs | Personnel Management | Personnel Administration | Great Britain(PA-PA-GB) SAP PA

MP006530_CE SAP ABAP INCLUDE - Include MP006530_CE







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


Text pool values


Title: Include MP006530_CE


INCLUDES used within this REPORT MP006530_CE

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_PAYROLL_PERIOD_GET CALL FUNCTION 'HR_PAYROLL_PERIOD_GET' EXPORTING PAYROLL_AREA = LS_P0001-ABKRS DATE = P_P0065-BEGDA IMPORTING PAYROLL_YEAR = P_TAX_YEAR.

HR_GB_TAXCODE_CHECK CALL FUNCTION 'HR_GB_TAXCODE_CHECK' EXPORTING BEGDA = P0065-BEGDA ENDDA = P0065-ENDDA IMPORTING TXNMB = P0065-TXNMB TXLET = P0065-TXLET TXREG = P0065-TXREG CHANGING TAXCODE = P0065-TXCOD EXCEPTIONS INVALID_TXCD = 1 INVALID_TXRG = 2 INVALID_TXNO = 3 INVALID_TXLT = 4 PARTLY_INVALID_TXLET = 5 OTHERS = 6.

HR_GB_TAXCODE_CHECK CALL FUNCTION 'HR_GB_TAXCODE_CHECK' EXPORTING BEGDA = P0065-BEGDA ENDDA = P0065-ENDDA IMPORTING TXNMB = TAX_TXNMB TXLET = TAX_TXLET TXREG = TAX_TXREG CHANGING TAXCODE = P0065-PTXCOD EXCEPTIONS INVALID_TXCD = 1 INVALID_TXRG = 2 INVALID_TXNO = 3 INVALID_TXLT = 4 PARTLY_INVALID_TXLET = 5 OTHERS = 6.

HR_GB_TAXCODE_CHECK CALL FUNCTION 'HR_GB_TAXCODE_CHECK' EXPORTING BEGDA = P0065-BEGDA ENDDA = P0065-ENDDA IMPORTING TXNMB = TAX_TXNMB1 TXLET = TAX_TXLET1 TXREG = TAX_TXREG1 CHANGING TAXCODE = P0065-PPTXCOD EXCEPTIONS INVALID_TXCD = 1 INVALID_TXRG = 2 INVALID_TXNO = 3 INVALID_TXLT = 4 PARTLY_INVALID_TXLET = 5 OTHERS = 6.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TDSRC' value_org = 'S' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P0065-TDSRC' TABLES value_tab = itab_tdsrc EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_GB_TAXCODE_CHECK CALL FUNCTION 'HR_GB_TAXCODE_CHECK' EXPORTING begda = p0065-begda endda = p0065-endda IMPORTING txnmb = p0065-txnmb txlet = p0065-txlet txreg = p0065-txreg CHANGING taxcode = p0065-txcod EXCEPTIONS invalid_txcd = 1 invalid_txrg = 2 invalid_txno = 3 invalid_txlt = 4 partly_invalid_txlet = 5 OTHERS = 6.



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