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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2F4_CREATE_CATALOG - Create Catalog Template from Basic Tables RN2F4_CREATE_CATALOG - Create Catalog Template from Basic Tables RN2F4_ADMIN_HIT_TREE - Management of Catalog Templates and Hit Lists RN2F4_ADMIN_HIT_TREE - Management of Catalog Templates and Hit Lists RN2DWS_LO_CONFIG - Docu. Work Station Layout Configuration RN2DWS_LO_CONFIG - Docu. Work Station Layout Configuration