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

RN2F4_CREATE_CATALOG SAP ABAP Report - Create Catalog Template from Basic Tables







RN2F4_CREATE_CATALOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to create a catalog template...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 RN2F4_CREATE_CATALOG 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 RN2F4_CREATE_CATALOG. "Basic submit
SUBMIT RN2F4_CREATE_CATALOG AND RETURN. "Return to original report after report execution complete
SUBMIT RN2F4_CREATE_CATALOG 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_TITLE = Title
Selection Text: P_TAB5 = Table
Selection Text: P_TAB4 = Table
Selection Text: P_TAB3 = Table
Selection Text: P_TAB2 = Table
Selection Text: P_TAB1 = Table
Selection Text: P_NAME = Name
Selection Text: P_FLD5 = Field
Selection Text: P_FLD4 = Field
Selection Text: P_FLD3 = Field
Selection Text: P_FLD2 = Field
Selection Text: P_FLD1 = Field
Selection Text: P_EINRI = Institution
Title: Create Catalog Template from Basic Tables
Text Symbol: S05 = Catalog Successfully Created
Text Symbol: S04 = No Catalog Created
Text Symbol: M01 = Unknown Institution
Text Symbol: E03 = Table Field Unknown
Text Symbol: E02 = Table Unknown
Text Symbol: E01 = Error while saving catalog
Text Symbol: 005 = Short Description of Hit List
Text Symbol: 003 = Enter tables and corresponding fields
Text Symbol: 002 = Field
Text Symbol: 001 = Table


INCLUDES used within this REPORT RN2F4_CREATE_CATALOG

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:

F4_EXIT_IMPLEMENTATION * CALL FUNCTION 'F4_EXIT_IMPLEMENTATION' * EXPORTING * object = p_exit * suppress_selection = ' ' * display_only = ' ' * IMPORTING * RESULT = p_exit.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_table all_types = 'X' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 1 OTHERS = 2 .

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_16 = g_uuid.



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