MIOLXF76 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 MIOLXF76 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!
PM_PARTNER_LENGTH CALL FUNCTION 'PM_PARTNER_LENGTH' EXPORTING parnr_imp = l_parnr parvw = l_parvw * NRART = IMPORTING parnr_exp = l_parnr * NRART_EXP = EXCEPTIONS parvw_and_nrart_inital = 01 invalid_parvw = 02.
PM_PARTNER_VALUE_REQUEST CALL FUNCTION 'PM_PARTNER_VALUE_REQUEST' EXPORTING parnr_imp = dy_parnr repid = l_repid parvw_field = 'DY_PARVW' IMPORTING parnr_exp = dy_parnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MIOLXF76 - documentation and ABAP source code MIOLXF75 - documentation and ABAP source code MIOLXF74 - Forms for time zone support for notiication action list MIOLXF73 - Form for time zone support in notification list MIOLXF72 - documentation and ABAP source code MIOLXF71 - documentation and ABAP source code