SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

MN1MATVOLDI01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT MN1MATVOLDI01

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:

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.



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