SAP Reports / Programs

MP065660 SAP ABAP INCLUDE - Include MP065660







MP065660 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 MP065660 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 MP065660. "Basic submit
SUBMIT MP065660 AND RETURN. "Return to original report after report execution complete
SUBMIT MP065660 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 MP065660


INCLUDES used within this REPORT MP065660

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = p_tabname * FIELDNAME = ' ' LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = lt_dfies * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3 .

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING TCLAS = 'A' PERNR = p_tx_key-pernr INFTY = it_infty SUBTY = '*' "it_subty SPRPS = ' ' BEGDA = p_tx_key-begda ENDDA = p_tx_key-endda BYPASS_BUFFER = 'X' * NO_AUTH_CHECK = ' ' IMPORTING MISSING_AUTH = l_missing_auth TABLES INFTY_TAB = lt_prelp EXCEPTIONS INFTY_NOT_FOUND = 1 INVALID_INPUT = 2 OTHERS = 3 .

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING tclas = pspar-tclas pernr = P0656-pernr infty = '0171' * SUBTY = '*' * SPRPS = '*' begda = P0656-begda endda = P0656-begda * BYPASS_BUFFER = ' ' * NO_AUTH_CHECK = ' ' * IMPORTING * MISSING_AUTH = TABLES infty_tab = lt_0171 EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3 .

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING tclas = pspar-tclas pernr = P0656-pernr infty = ls_key_fields-infty subty = ls_key_fields-subty sprps = ' ' begda = ls_key_fields-begda endda = ls_key_fields-endda TABLES infty_tab = lt_prelp EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3.

HR_GET_PARSED_REMARKS CALL FUNCTION 'HR_GET_PARSED_REMARKS' EXPORTING TX_KEY = o_pskey RMKCD = rmk_code RMKNUM = rmkno RMKSCRINP = lt_fields-screen_input TABLES PARSED_REMARKS = temp_remarks FIELDS = fields EXCEPTIONS REMARK_CODE_NOT_FOUND = 1 MESSAGE_NOT_FOUND = 2 OTHERS = 3 .



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