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

N1TESTMATV SAP ABAP Report - Test Program for the Material Consumption







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


Text pool values


Selection Text: ORGID = Performing Organizational Unit
Selection Text: LEIST = Service
Selection Text: EINRI = Institution
Title: Test Program for the Material Consumption
Text Symbol: I10 = Transfer Code..:
Text Symbol: I01 = EINR LNRLS ERBOE ER-DATUM MATNR WERK MENGE EH MATTEXT
Text Symbol: 008 = Number of Levels
Text Symbol: 007 = Save dyn. mat.propsl
Text Symbol: 006 = Process Background
Text Symbol: 005 = Seq. Service Number
Text Symbol: 004 = Simple Selection
Text Symbol: 003 = Selection Criteria
Text Symbol: 002 = Performing OU
Text Symbol: 001 = Institution


INCLUDES used within this REPORT N1TESTMATV

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:

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING EINRI = EINRI ERBKZ = 'X' FAZUW = '*' PFZUW = '*' ANFKZ = '*' NO_BAUID = 'X' IMPORTING SELECTED_ORGID = ORGID EXCEPTIONS BAUID_NOT_IN_NBAU = 1 EINRI_NOT_IN_TN01 = 2 NO_HIERARCHY = 3 ORGID_NOT_IN_NORG = 4 OTHERS = 5.

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 = 'N1TESTMATV' 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.

ISHMED_MATERIALVORSCHLAG CALL FUNCTION 'ISHMED_MATERIALVORSCHLAG' EXPORTING EINRI = EINRI ORGID = ORGID LNRLS = LNRSV SELKZ = SELKZ DKLKZ = DKLKZ LEVKZ = LEVKZ DYMKZ = DYLKZ IMPORTING FCODE = UCOMM TABLES INLEI = I_NLEI EMATV = OMATV EXCEPTIONS NO_OP_OE = 1 NO_INPUT = 2 NO_FOUND = 3 OTHERS = 4.

RS_TREE_GET_INPUT CALL FUNCTION 'RS_TREE_GET_INPUT' TABLES INPUTINFO = INPUTINF EXCEPTIONS * BEGIN BODEN M. ANFID 9974



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