SAP Reports / Programs

/ISDFPS/DISP_OPEN_MMDOCS_FORCE SAP ABAP Report - Display Open MM Documents of a Force Element







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


Text pool values


Selection Text: DATE = Planned Delivery Date from
Selection Text: OBJID = Object ID
Selection Text: VERB = Demand Source View
Selection Text: VERS = Supplier View
Title: Display Open MM Documents of a Force Element
Text Symbol: 001 = Force Element
Text Symbol: 002 = View
Text Symbol: 003 = Supplier View
Text Symbol: 004 = Demand Source View
Text Symbol: 005 = Further Selection Parameters
Text Symbol: 006 = Select Force Element


INCLUDES used within this REPORT /ISDFPS/DISP_OPEN_MMDOCS_FORCE

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = g_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb perform_input_conversion = 'X' TABLES dynpfields = dynp_tab.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = g_plvar otype = 'O' seark = lv_seark win_title = text-006 IMPORTING sel_object = ls_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

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

/ISDFPS/GET_OPEN_MMDOCS_FORCE CALL FUNCTION '/ISDFPS/GET_OPEN_MMDOCS_FORCE' EXPORTING im_objid = lv_objid im_selection_date = date IMPORTING et_open_pos_receiving_view = lt_open_pos_rec_view et_open_pos_supplying_view = lt_open_pos_sup_view EXCEPTIONS initial_objid = 1 invalid_objid = 2 OTHERS = 3.

/ISDFPS/DISP_OPEN_MMDOCS_FORCE CALL FUNCTION '/ISDFPS/DISP_OPEN_MMDOCS_FORCE' EXPORTING it_open_positions = lt_open_pos iv_grid_title = lv_grid_title iv_objid = lv_objid.



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 /ISDFPS/DISP_OPEN_MMDOCS_FORCE or its description.