RNUMKAT0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using the material master in Materials Management, this report creates materials catalogs for material requisitions in organizational units...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNUMKAT0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONMD - Generate Material Catalogs
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: ALVDVAR = D .
Selection Text: TESTM = Test Mode
Selection Text: SE_WERKS = Plant
Selection Text: SE_MTART = Material Type
Selection Text: SE_MINMG = Minimum Quantity
Selection Text: SE_MENGE = Quantity
Selection Text: SE_MEINS = Unit of Measure
Selection Text: SE_MAXMG = Maximum Quantity
Selection Text: SE_MATNR = Material
Selection Text: SE_MATKL = Material Group
Selection Text: SE_LAEDA = Last Changed On
Selection Text: SE_KATID = Catalog
Selection Text: SE_GEART = Approval Type
Selection Text: SE_ERSDA = Created On
Selection Text: SE_ERNAM = Created By
Selection Text: SE_AENAM = Last Changed By
Title: IS-H MM: Generate Material Catalog from MARC
Text Symbol: U02 = Name ;;
Text Symbol: U01 = Case ;;
Text Symbol: T00 = Default Values
Text Symbol: S06 = Change Existing Entries
Text Symbol: S05 = Test Mode ;;
Text Symbol: S04 = To
Text Symbol: S03 = Comparison Period
Text Symbol: S02 = Evaluation Period
Text Symbol: S01 = Institution
Text Symbol: 005 = Materials
Text Symbol: 004 = Material Catalog
Text Symbol: 003 = Save selected items?
Text Symbol: 002 = Number of cases found:
Text Symbol: 001 = No data found for your selection criteria
INCLUDE RNSSTABL.
INCLUDE RNLALV00.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = hlpvar * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = 'A' importing e_exit = gs_exit es_variant = gs_variant exceptions not_found = 1 program_error = 2 others = 3.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = rnstat-repid i_callback_pf_status_set = 'KAT_PF_STATUS_SET' i_callback_user_command = 'KAT_USER_COMMAND' is_layout = kkb_layout_katalog it_fieldcat = kkb_fc_katalog * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = gs_variant it_events = events * IS_PRINT = tables t_outtab = inmkap.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Markierte Positionen sichern?'(003) titel = 'Materialkatalog'(004) importing answer = answer exceptions others = 1.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting * AUSBEGDT = '00000000' * AUSENDDT = '00000000' * EINRI = ' ' * LINE_SIZE = 84 * REPID = ' ' title_lin1 = lin1 * TITLE_LIN2 = ' ' uline = off * VERBEGDT = '00000000' * VERENDDT = '00000000' exceptions invalid_einri = 1 others = 2.
ISH_MESSAGE_HANDLER call function 'ISH_MESSAGE_HANDLER' exporting einri = '*' function = 'NMAT' mess_arbgb = 'NU' mess_coll_active = off mess_nr = '108' mess_show = on mess_typ = 'E' mess_error = on * IMPORTING * MESS_COLL_ACTIVE = * MESS_TYP = exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUMKAT0 - IS-H MM: Generate Material Catalog from MARC RNUMKAT0 - IS-H MM: Generate Material Catalog from MARC RNUMINFO - IS-H MM: Info Report Materials for IS-H Material Requisition RNUMINFO - IS-H MM: Info Report Materials for IS-H Material Requisition RNUMHIT0 - IS-H MM: Create Hit Lists for Material Requisition RNUMHIT0 - IS-H MM: Create Hit Lists for Material Requisition