RNUMKAT1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to print out one or more material catalogs...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 RNUMKAT1 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: DRUCKER = Printer
Selection Text: MULT_SC = Single Print Control
Selection Text: SE_EINRI = Institution
Selection Text: SO_KATID = Material Catalog
Selection Text: TERMINAL = Terminal
Selection Text: TXTEINRI = Institution
Title: IS-H MM: Print Material Catalog
Text Symbol: S05 = Test Mode ;;
Text Symbol: 001 = Print Settings
Text Symbol: 003 = Standard Form
Text Symbol: 004 = Test Print
Text Symbol: 005 = Single Print Control
Text Symbol: 010 = Printer
Text Symbol: 011 = Terminal
Text Symbol: S01 = Institution
INCLUDE RNSSTABL.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_FIND_FORMS CALL FUNCTION 'ISH_FIND_FORMS' EXPORTING EINRI = SE_EINRI PRINTER = DRUCKER ST_PRINT = SOFORT TERMINAL = TERMINAL IMPORTING ABNORMAL_END = ABBRUCH TABLES CONDITIONS = CONDITION_TAB EVENTS = EVENT_TAB FORMS = RNFOR_TAB.
ISH_PRINT_MMKAT * call function 'ISH_PRINT_MMKAT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUMKAT1 - IS-H MM: Print Material Catalog RNUMKAT1 - IS-H MM: Print Material Catalog 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