MN1MATVOLDI01 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 MN1MATVOLDI01 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!
ISHMED_HEAD_LEIST CALL FUNCTION 'ISHMED_HEAD_LEIST' EXPORTING SS_NLEI = MAIN_NLEI SS_N1LSSTZ = N1LSSTZ SS_OKCODE = OK-CODE SS_TARIF = GTARIF.
ISHMED_NLEI_MARA_VORSCHLAG * call function 'ISHMED_NLEI_MARA_VORSCHLAG' * exporting * einri = nlei-einri * orgid = nlei-erboe * lnrls = nlei-lnrls * savkz = on * selkz = l_selkz * varkz = off * dunkz = off * depth = i_depth * dylmz = 'X' * importing * savel = l_savel * fcode = l_fcode * tables * inlei = itn1xlei * inlei = intnlei * omatv = lt_omatv * n1matkl = lt_n1matkl * exceptions * no_op_oe = 1 * no_input = 2 * no_found = 3.
ISHMED_MATERIALVORSCHLAG CALL FUNCTION 'ISHMED_MATERIALVORSCHLAG' EXPORTING EINRI = NLEI-EINRI ORGID = NLEI-ERBOE LNRLS = NLEI-LNRLS SAVKZ = ON SELKZ = L_SELKZ VARKZ = OFF DKLKZ = OFF LEVKZ = I_DEPTH * dymkz = 'X' * PFTKZ = ' ' * MANRL = 8 * WERKL = 4 * MATXL = 20 * MSPEK = ' ' * MHITL = ' ' * BGLIN = 1 * ENLIN = 22 * BGCOL = 5 * ENCOL = 70 IMPORTING REFLS = L_SAVEL FCODE = L_FCODE TABLES * inlei = intnlei INLEI = ITN1XLEI EMATV = LT_OMATV IMAKL = RANGE_MATKL EXCEPTIONS NO_OP_OE = 1 NO_INPUT = 2 NO_FOUND = 3 OTHERS = 4.
ISHMED_SET_CUA CALL FUNCTION 'ISHMED_SET_CUA' EXPORTING SS_DYNNR = SY-DYNNR SS_REPID = SY-REPID SS_TITLENR = TITLE_NR SS_VCODE = VCODE * Anforderung 2053 Username im Fenstertitel SS_INFO1 = SY-UNAME TABLES SS_EXCL_TAB = EXCL_TAB EXCEPTIONS NO_CUA = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MN1MATVOLDI01 - documentation and ABAP source code MN1MATVOLDF01 - documentation and ABAP source code MN1MATVO01 - IS-H*MED: Planungsliste (OP-Plan) MN1MATVI01 - IS-H*MED: Planungsliste (OP-Plan) MN1MATVF01 - IS-H*MED: Planungsliste (OP-Plan) MN1LTDEF - IS-H*MED: Global definitions for the list tool (GSD variant)