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

MP175000 SAP ABAP dialog Program - PD Module Pool for Infotype 1750







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


Text pool values


Title: PD Module Pool for Infotype 1750
Text Symbol: 005 = Time Limit
Text Symbol: X01 = System Fields
Text Symbol: X02 = Global HR Fields
Text Symbol: X03 = Global Parameters PPPAR
Text Symbol: X04 = Global Parameters PPHDR/PPHDX/DEF
Text Symbol: X05 = Field Symbols
Text Symbol: X06 = --> empty


INCLUDES used within this REPORT MP175000

INCLUDE MPH5ATOP. "HEADER
INCLUDE FHVIEW00. "USER-VIEW
INCLUDE MPHPBO00. "OUTPUT
INCLUDE MPHPAI00. "INPUT
INCLUDE MP1750O1.
INCLUDE MP1750I1.


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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING dynpnr = lv_dynnr dynpprog = lv_repid retfield = 'TIMELIMIT' value_org = 'S' stepl = lv_line window_title = text-005 TABLES value_tab = lt_timelimits return_tab = lt_return_tab dynpfld_mapping = lt_map EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = p_pv_repid dynumb = p_pv_dynnr TABLES dynpfields = p_pt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

CATT_ADD_TO_TIME CALL FUNCTION 'CATT_ADD_TO_TIME' EXPORTING idate = lt2_gt_view-endda itime = lv_endtime stdaz = lv_stdaz IMPORTING edate = lv_begda etime = lv_begtime.

CATT_ADD_TO_TIME * CALL FUNCTION 'CATT_ADD_TO_TIME' * EXPORTING * idate = lt2_gt_view-endda * itime = lv_endtime * stdaz = lv_stdaz * IMPORTING * edate = lv_begda * etime = lv_begtime.

HRIQ_READ_INFTY_NNNN CALL FUNCTION 'HRIQ_READ_INFTY_NNNN' EXPORTING infty = '1750' TABLES innnn = lt_1750 objects = lt_hrobject EXCEPTIONS nothing_found = 1 OTHERS = 2.



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