SAP Reports / Programs | Administration | Administration | Administration(IS-HER-CM-AD) SAP IS

MP1759F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

BAPI_INTERNALORDER_GETDETAIL CALL FUNCTION 'BAPI_INTERNALORDER_GETDETAIL' EXPORTING ORDERID = p_pt1759-AUFNR LANGUAGE = sy-langu IMPORTING MASTER_DATA = ls_master_data RETURN = ls_return.

BAPI_PROFITCENTER_GETDETAIL CALL FUNCTION 'BAPI_PROFITCENTER_GETDETAIL' EXPORTING PROFITCENTER = p_pt1759-PROFIT_CTR CONTROLLINGAREA = GR_BL_INFTY_1759->GV_KOKRS DATE = p1759-begda IMPORTING PROFITCENTER_DETAIL = ls_profitcentre_detail RETURN = ls_return.

BAPI_COSTCENTER_GETDETAIL CALL FUNCTION 'BAPI_COSTCENTER_GETDETAIL' EXPORTING CONTROLLINGAREA = GR_BL_INFTY_1759->GV_KOKRS COSTCENTER = p_pt1759-KOSTL DATE = p1759-begda IMPORTING NAME = p_PIQ_Q1759-COSTCTR_NAME RETURN = ls_return.

PSPNUM_INTERN_TO_EXTERN_CONV CALL FUNCTION 'PSPNUM_INTERN_TO_EXTERN_CONV' EXPORTING EDIT_IMP = ' ' INT_NUM = p_pt1759-POSNR IMPORTING EXT_NUM = lv_POSID EXCEPTIONS OTHERS = 0.

CJPN_WBS_ELEM_READ_DECO CALL FUNCTION 'CJPN_WBS_ELEM_READ_DECO' EXPORTING I_POSID = lv_POSID IMPORTING E_OBJ_ATTRIB = ls_OBJ_ATTRIB EXCEPTIONS OTHERS = 1.

GM_GRANT_TEXT_READ CALL FUNCTION 'GM_GRANT_TEXT_READ' EXPORTING im_grant_nbr = p_pt1759-grant_nbr im_language = sy-langu IMPORTING f_shorttext = p_PIQ_Q1759-GRANT_NAME EXCEPTIONS no_text_exists = 0 text_not_maint_in_lang = 0 OTHERS = 0.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING IP_BUKRS = GR_BL_INFTY_1759->GV_BUKRS IP_FIKRS = GR_BL_INFTY_1759->GV_fmarea IP_FINCODE = p_pt1759-FINCODE IP_TEXT = 'X' IP_LANGUAGE = sy-langu IP_DATE = p1759-begda IMPORTING F_FMFINT = ls_fmfint EXCEPTIONS CUSTOMER_INVALID = 1 INPUT_ERROR = 2 MASTER_DATA_NOT_FOUND = 3 FINUSE_NOT_DEFINED = 4 DATE_NOT_FOUND = 5 OTHERS = 6.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING I_FIKRS = GR_BL_INFTY_1759->GV_fmarea I_FICTR = pt1759-fistl I_LANGUAGE = SY-LANGU I_DATE = p1759-begda I_FLAG_TEXT = 'X' IMPORTING E_F_FMFCTRT = lS_FUNDS_CTR_TEXT EXCEPTIONS INPUT_ERROR = 1 MASTER_DATA_NOT_FOUND = 2 HIERARCHY_DATA_NOT_FOUND = 3 OTHERS = 4.

AC_FAREA_TEXT_READ CALL FUNCTION 'AC_FAREA_TEXT_READ' EXPORTING ID_FUNC_AREA = p_pt1759-fkber ID_LANGU = SY-LANGU IMPORTING ES_TFKBT = lS_TFKBT.

FAGL_SEGMENT_READ_TEXT CALL FUNCTION 'FAGL_SEGMENT_READ_TEXT' EXPORTING ID_SEGMENT = p_pt1759-segment IMPORTING ED_TEXT = p_PIQ_Q1759-segment_txt EXCEPTIONS ERROR_SEGMENT_NOT_EXISTS = 1 TEXT_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 MP1759F01 or its description.