SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2CLIM_APIVS_SAMPLE_CATINFO SAP ABAP Report - Program RN2CLIM_APIVS_SAMPLE_CATINFO







RN2CLIM_APIVS_SAMPLE_CATINFO 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 RN2CLIM_APIVS_SAMPLE_CATINFO 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 RN2CLIM_APIVS_SAMPLE_CATINFO. "Basic submit
SUBMIT RN2CLIM_APIVS_SAMPLE_CATINFO AND RETURN. "Return to original report after report execution complete
SUBMIT RN2CLIM_APIVS_SAMPLE_CATINFO 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: P_TIME = Time on Key Date
Selection Text: P_SEX = Sex (1 Male 2 Female)
Selection Text: P_POS = ID of Catalog Item
Selection Text: P_GBDAT = Birthdate
Selection Text: P_EINRI = Institution
Selection Text: P_DATE = Key Date
Selection Text: BCHID = ID of Catalog
Title: Program RN2CLIM_APIVS_SAMPLE_CATINFO
Text Symbol: 033 = Value Range
Text Symbol: 032 = Cat'lg Information
Text Symbol: 031 = Birthdate:
Text Symbol: 030 = Sex:
Text Symbol: 025 = Area From:
Text Symbol: 024 = Types
Text Symbol: 023 = To:
Text Symbol: 022 = Age From:
Text Symbol: 021 = Sex:
Text Symbol: 017 = Errors Found:
Text Symbol: 012 = Catalog Item
Text Symbol: 011 = Pair:
Text Symbol: 010 = Time to Interruption (Hr):
Text Symbol: 009 = Unit:
Text Symbol: 008 = Data Type:
Text Symbol: 007 = Deleted:
Text Symbol: 006 = Replace:
Text Symbol: 005 = Selectable:
Text Symbol: 004 = Group:
Text Symbol: 003 = Page:
Text Symbol: 002 = Item:
Text Symbol: 001 = Catalog:


INCLUDES used within this REPORT RN2CLIM_APIVS_SAMPLE_CATINFO

No INCLUDES are used within this REPORT code!


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:

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_dyname dynumb = l_dynumb TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_dynpfield-fieldvalue IMPORTING output = p_einri.



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