SAP Reports / Programs

RNUMINFO SAP ABAP Report - IS-H MM: Info Report Materials for IS-H Material Requisition







RNUMINFO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This is a test report that is not released for general use...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 RNUMINFO 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 RNUMINFO. "Basic submit
SUBMIT RNUMINFO AND RETURN. "Return to original report after report execution complete
SUBMIT RNUMINFO 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: SE_WERKS = D Plant
Selection Text: SE_ORGID = D Requesting Nursing OU
Selection Text: SE_MTART = D Material Type
Selection Text: SE_MATNR = D Material
Selection Text: SE_KATID = D Catalog
Selection Text: PXCHPF = D Batch Management Requirement
Selection Text: PLVORM = D DF at Client Level
Selection Text: PERNAM = D Created By
Selection Text: PAENAM = D Changed By
Title: IS-H MM: Info Report Materials for IS-H Material Requisition
Text Symbol: XCH = Batch Mgmt Req. Ind.
Text Symbol: SM4 = Material Selection
Text Symbol: SM3 = List Type
Text Symbol: SM2 = Material Type
Text Symbol: SM1 = Material
Text Symbol: S01 = Institution
Text Symbol: MT3 = No Qty Update
Text Symbol: MT2 = Quantity Update
Text Symbol: MT1 = All Mat. Types
Text Symbol: LVM = MARA Deletion Flag
Text Symbol: LS6 = Materials with More that 1 UoM
Text Symbol: LS5 = OUs with a Care Unit Storage Location
Text Symbol: LS4 = OUs that Can Request One Material
Text Symbol: LS3 = Materials List
Text Symbol: LS2 = Material Catalogs for OUs
Text Symbol: LS1 = Materials for One OU
Text Symbol: E02 = List type allows only 1 mat.
Text Symbol: E01 = List type allows only 1 OU


INCLUDES used within this REPORT RNUMINFO

INCLUDE RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.


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:

CONVERSION_EXIT_MATN1_OUTPUT call function 'CONVERSION_EXIT_MATN1_OUTPUT' exporting input = se_matnr-low importing output = txtmat.

ISH_READ_NORG call function 'ISH_READ_NORG' exporting * EINRI = ' ' orgid = p_orgid importing norg_e = wanorg exceptions others = 1.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = se_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_READ_MARA call function 'ISH_READ_MARA' exporting matnr = p_matnr importing e_makt = wamakt e_mara = wamara exceptions no_matnr_found = 1 no_matnr_text_found = 2 others = 3.

T134T_SINGLE_READ call function 'T134T_SINGLE_READ' exporting materialart = wamara-mtart sprache = sy-langu importing wt134t = wt134t exceptions others = 1.

MCP_BESTAND_LESEN call function 'MCP_BESTAND_LESEN' exporting matnr = p_matnr werks = p_werks importing best = p_mminfo-matbst.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'ISH_MM_INFO' changing ct_fieldcat = it_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = 'ISH_MM_INFO' tables dfies_tab = idfies exceptions others = 1.

MARM_GENERIC_READ_WITH_MATNR call function 'MARM_GENERIC_READ_WITH_MATNR' exporting matnr = waselmarc-matnr tables marm_tab = imarm exceptions others = 1.



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