RNUMKAT3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates a material proposal for an organizational unit...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 RNUMKAT3 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONMG - 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: SE_WERKS = Plant
Selection Text: SE_TESTM = Test Mode
Selection Text: SE_RELE = Released only
Selection Text: SE_MATNR = Material
Selection Text: SE_MATKL = Material Group
Selection Text: SE_MANF = Evaluate Material Requisition
Selection Text: SE_KOSTL = Cost Center
Selection Text: SE_KOKRS = Controlling Area
Selection Text: SE_KATID = Material Catalog
Selection Text: SE_HICNT = Number of Material Proposals
Selection Text: SE_EINRI = Institution
Selection Text: SE_COEP = Evaluate CO Documents
Selection Text: SE_CATA = Evaluate Catalogs
Selection Text: SE_ANPOE = Requesting Nursing OU
Selection Text: AUSENDDT = Evaluation End
Selection Text: AUSBEGDT = Evaluation Start
Selection Text: ALVDVAR = Layout
Title: IS-H: Create Material Proposal for Organizational Units
Text Symbol: T12 = Recreate Extract Only
Text Symbol: T11 = Read CO Documents
Text Symbol: T10 = Read Catalogs
Text Symbol: T09 = Read Material Requisitions
Text Symbol: T08 = Test Mode
Text Symbol: T05 = Released Requisitions Only
Text Symbol: T04 = Other Data
Text Symbol: T03 = Selection Type
Text Symbol: T02 = Selection Details
Text Symbol: T01 = Data Selection
Text Symbol: S04 = To
Text Symbol: S02 = Evaluation Period
Text Symbol: S01 = Institution
Text Symbol: 003 = Test Mode: No Changes in Database!
Text Symbol: 002 = Number of Data Records:
Text Symbol: 001 = No. of Data Records Deleted:
INCLUDE: RNSSTABL,
MNMMCNST,
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = repid einri = se_einri no_message = off messagetype = 'E' auto_leave = off.
ISH_MAT_REQUISITION_GETLIST call function 'ISH_MAT_REQUISITION_GETLIST' exporting ss_einri = se_einri ss_anfoe = '*' ss_anpoe = '*' ss_begdt = p_start ss_enddt = p_end ss_read_toapprove = read_toapprove ss_read_torequest = read_torequest ss_read_requested = read_requested ss_read_partly_delivered = read_partly_delivered ss_read_compete_delivered = read_compete_delivered * SS_READ_OBJ_OU = * SS_READ_OBJ_CASE = ' ' importing ss_requisitionlist = req[] tables ss_ranpoe = se_anpoe.
ISH_MAT_REQUISITION_GETDETAIL call function 'ISH_MAT_REQUISITION_GETDETAIL' exporting ss_einri = se_einri ss_object = req-objct ss_lnrlm = req-lnrlm importing ss_requisition = detail.
ISH_MAT_CATALOG_GETDETAIL call function 'ISH_MAT_CATALOG_GETDETAIL' exporting ss_anfoe = detail-anfoe ss_anpoe = detail-anpoe ss_key = material_key importing ss_item = material.
OBJECT_NUMBER_READ_KS call function 'OBJECT_NUMBER_READ_KS' exporting kokrs = se_kokrs kostl = se_kostl importing objnr = objnr exceptions others = 0.
ISH_MAT_CATALOG_GETDETAIL call function 'ISH_MAT_CATALOG_GETDETAIL' exporting ss_anfoe = space ss_anpoe = se_anpoe-low ss_key = material_key importing ss_item = material ss_errors = error.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = afield-ref_tabname tables x031l_tab = x031l_tab exceptions not_found = 1 others = 2.
HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'NA' "Nachrichten dokname = dokname * DOKTITLE = ' ' * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' msg_var_1 = messages_alv-msgv1 msg_var_2 = messages_alv-msgv2 msg_var_3 = messages_alv-msgv3 msg_var_4 = messages_alv-msgv4 * called_by_cuaprog = repid * called_by_cuastat = 'INLI' tables links = dummy_links exceptions object_not_found = 1 sapscript_error = 2 others = 3.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = se_einri ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt verbegdt = rnstat-verbegdt verenddt = rnstat-verenddt * title_lin1 = rnstat-title_lin1 * title_lin2 = rnstat-title_lin2 line_size = rnstat-line_size repid = rnstat-repid uline = off exceptions others = 1.
REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing es_layout = es_layout et_fieldcat = et_fieldcat[] * ET_SORT = * ET_FILTER = * ES_LIST_SCROLL = * ES_VARIANT = exceptions no_infos = 1 program_error = 2 others = 3.
ISH_ALV_FOOTER CALL FUNCTION 'ISH_ALV_FOOTER' EXPORTING i_width = w it_lines = it_lines.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = hlpvar i_save = 'A' importing e_exit = gs_exit es_variant = gs_variant exceptions not_found = 1 program_error = 2 others = 3.
ISH_MAT_CATALOG_GETLIST call function 'ISH_MAT_CATALOG_GETLIST' exporting ss_anfoe = space ss_anpoe = ioe-orgid tables ss_keys = catalog_keys.
ISH_MAT_CATALOG_GETDETAIL call function 'ISH_MAT_CATALOG_GETDETAIL' exporting ss_anfoe = space ss_anpoe = ioe-orgid ss_key = catalog_keys importing ss_item = material.
ISH_MAT_PROPOSAL_GETLIST CALL FUNCTION 'ISH_MAT_PROPOSAL_GETLIST' EXPORTING SS_EINRI = se_einri * SS_ANFOE = SS_ANPOE = ioe-orgid * SS_READ_CAREUNIT_MAT = 'X' * SS_READ_CENTRAL_MAT = 'X' * SS_USE_EXTRACT = 'X' * IMPORTING * O_VALID_DATE = * O_VALID_TIME = TABLES * SS_KEYS = * SS_RNMM03 = SS_NMHIT = nmhit .
ISH_MAT_CATALOG_GETDETAIL call function 'ISH_MAT_CATALOG_GETDETAIL' exporting ss_anfoe = space ss_anpoe = ioe-orgid ss_key = wa_catalog_keys importing ss_item = material.
call function 'ISH_MAT_CATALOG_GETDETAIL' exporting ss_anfoe = space ss_anpoe = wa_matanf_sum-orgid ss_key = material_key importing ss_item = material.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid is_layout = gs_layout it_fieldcat = xfield[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_save = 'A' is_variant = gs_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = tables t_outtab = nmhit_alv.
ISH_MAT_REQUISITION_ACTIVE call function 'ISH_MAT_REQUISITION_ACTIVE' exporting ss_anfoe = space ss_anpoe = iorgid_extr-orgid exceptions not_active = 1 orgid_not_found = 2 store_not_found = 3 others = 4.
ISH_MAT_PROPOSAL_EXTRACT_BUILD call function 'ISH_MAT_PROPOSAL_EXTRACT_BUILD' exporting ss_einri = se_einri ss_anpoe = iorgid_extr-orgid.
ISH_MAT_REQUISITION_ACTIVE call function 'ISH_MAT_REQUISITION_ACTIVE' exporting ss_anfoe = space ss_anpoe = se_anpoe-low exceptions not_active = 1 orgid_not_found = 2 store_not_found = 3 others = 4.
ISH_GRAPHIC_ORGID_SELECT call function 'ISH_GRAPHIC_ORGID_SELECT' exporting einri = se_einri fazuw = space importing selected_orgid = p_orgid exceptions others = 5.
ISH_GET_CONFIG_OF_EVENT call function 'ISH_GET_CONFIG_OF_EVENT' exporting einri = se_einri event = 'HCO001' importing e_tn02a = tn02a * E_TN02E = * E_TN02K = e_tn02s = tn02s exceptions others = 6.
ISH_READ_COST_CENTER * CALL FUNCTION 'ISH_READ_COST_CENTER' * .
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = 'A' changing cs_variant = gs_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.
ISH_MAT_PROPOSAL_GETLIST * CALL FUNCTION 'ISH_MAT_PROPOSAL_GETLIST' * EXPORTING * ss_einri = se_einri * ss_anpoe = se_anpoe-low * ss_use_extract = ' ' * TABLES * ss_nmhit = lt_nmhit.
ISH_MAT_CATALOG_GETLIST call function 'ISH_MAT_CATALOG_GETLIST' exporting ss_anfoe = space ss_anpoe = se_anpoe-low tables ss_catalog = catalog.
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 RNUMKAT3 or its description.
RNUMKAT3 - IS-H: Create Material Proposal for Organizational Units RNUMKAT3 - IS-H: Create Material Proposal for Organizational Units RNUMKAT2 - IS-H MM: Check Consistency of Catalogs, Proposals, and Closets RNUMKAT2 - IS-H MM: Check Consistency of Catalogs, Proposals, and Closets RNUMKAT1 - IS-H MM: Print Material Catalog RNUMKAT1 - IS-H MM: Print Material Catalog