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

N1MLZUOPAI SAP ABAP INCLUDE - IS-H*MED: Process after output for N1MV - maintain material proposal







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


Text pool values


Title: IS-H*MED: Process after output for N1MV - maintain material proposal


INCLUDES used within this REPORT N1MLZUOPAI

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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = d100-einri IMPORTING output = d100-einri.

ENQUEUE_EN1MLZUO CALL FUNCTION 'ENQUEUE_EN1MLZUO'.

ISHMED_NLEI_MARA_VORSCHLAG * call function 'ISHMED_NLEI_MARA_VORSCHLAG' * exporting * einri = n1mlzuo-einri * orgid = n1mlzuo-orgid * tables * inlei = inlei * omatv = omatv * exceptions * no_op_oe = 1 * no_input = 2 * no_found = 3.

ISHMED_MATERIALVORSCHLAG CALL FUNCTION 'ISHMED_MATERIALVORSCHLAG' EXPORTING einri = n1mlzuo-einri orgid = n1mlzuo-orgid repid = sy-repid * lnrls = ' ' * SAVKZ = ' ' * SELKZ = ' ' * VARKZ = ' ' * DKLKZ = ' ' * LEVKZ = 0 * dymkz = 'X' * PFTKZ = ' ' * MANRL = 8 * WERKL = 4 * MATXL = 20 * MSPEK = ' ' * MHITL = ' ' * BGLIN = 1 * ENLIN = 22 * BGCOL = 5 * ENCOL = 70 * IMPORTING * REFLS = * FCODE = TABLES inlei = inlei ematv = omatv * IMAKL = EXCEPTIONS no_op_oe = 1 no_input = 2 no_found = 3 OTHERS = 4.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMN1MLZUO' dynumb = '0200' TABLES dynpfields = dynpfields.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = outtab EXCEPTIONS tree_failure = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = '000001' depth = 1 EXCEPTIONS not_found = 1 OTHERS = 2.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SAPMN1MLZUO' callback_user_command = 'NODE_SELECT' status = 'OWN' screen_start_column = 5 screen_start_line = 1 screen_end_column = 80 screen_end_line = 15 IMPORTING f15 = f15.

ISHMED_SHOW_XLEI CALL FUNCTION 'ISHMED_SHOW_XLEI' EXPORTING ss_einri = n1mlzuo-einri ss_knotenkz = ' ' ss_n1erbri = 'X' ss_orgid = n1mlzuo-orgid ss_tarif = n1mlzuo-tarif ss_titel = 'Leistungsspektrum'(017) ss_withmark = 'J' ss_zeitr = ' ' ss_zotyp = g_zotyp ss_must_sel = ' ' ss_hitlist = 'X' ss_aktvt = 'ERB' ss_menge_input = ' ' IMPORTING e_ntpk = ntpk TABLES t_ntpk = intpk EXCEPTIONS not_found = 1 OTHERS = 2.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = outtab EXCEPTIONS tree_failure = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = '000002' depth = 1 EXCEPTIONS not_found = 1 OTHERS = 2.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SAPMN1MLZUO' callback_user_command = 'NODE_SELECT' callback_top_of_page = 'TOP_OF_PAGE' status = 'OWN' screen_start_column = 5 screen_start_line = 1 screen_end_column = 80 screen_end_line = 15 IMPORTING f15 = f15.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMN1MLZUO' dynumb = sy-dynnr TABLES dynpfields = dynpfields.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMN1MLZUO' dynumb = sy-dynnr TABLES dynpfields = dynpfields.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMN1MLZUO' dynumb = sy-dynnr TABLES dynpfields = dynpfields.

ISHMED_NLEI_KNOP_VORSCHLAG CALL FUNCTION 'ISHMED_NLEI_KNOP_VORSCHLAG' EXPORTING hirid = f_hirid selkz = selkz depth = 0 einri = n1mlzuo-einri orgid = n1mlzuo-orgid matip = 'N' IMPORTING fcode = fcode chang = f_hirid TABLES oknop = outtab1 EXCEPTIONS no_op_oe = 1 no_input = 2 no_found = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = dynpfields.



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