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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
N1TESTMATV - Test Program for the Material Consumption N1TESTMATV - Test Program for the Material Consumption N1TESTLMV - Test program for FB-ISHMED_NLEI_MARA_VORSCHLAG (LN1MAU01) N1TESTLMV - Test program for FB-ISHMED_NLEI_MARA_VORSCHLAG (LN1MAU01) N1SUI_OBN - Program for Object Type N1OBN : OBN Navigation N1SUI_OBN - Program for Object Type N1OBN : OBN Navigation