MSEDMESTYPF02 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 MSEDMESTYPF02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDI_PROCCODE_OUT_GET_USAGELIST call function 'EDI_PROCCODE_OUT_GET_USAGELIST' exporting proccode_out = evco tables edp12_tab = partner_out_tab exceptions others = 0.
EDI_PROCCODE_IN_GET_USAGELIST call function 'EDI_PROCCODE_IN_GET_USAGELIST' exporting proccode_in = evci tables edp21_tab = partner_in_tab exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MSEDMESTYPF02 - documentation and ABAP source code MSEDMESTYPF01 - documentation and ABAP source code MSEDMESTYPC01 - documentation and ABAP source code MSEDIPARTNERTOP - documentation and ABAP source code MSEDIPARTNERO02 - documentation and ABAP source code MSEDIPARTNERO01 - documentation and ABAP source code