RJHCNTENTF01 is a standard ABAP INCLUDE 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 RJHCNTENTF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_CNTENT_VARIANTS_GET CALL FUNCTION 'ISM_CNTENT_VARIANTS_GET' EXPORTING PV_UNAME = PV_UNAME IMPORTING PT_TJHCNTENT_VART = LT_TJHCNTENT_VART.
ISM_CNTENT_ACTIVATE CALL FUNCTION 'ISM_CNTENT_ACTIVATE'.
ISM_CNTENT_IMPORT CALL FUNCTION 'ISM_CNTENT_IMPORT' IMPORTING PV_ENTRIES = LS_RJHCNTENT-ENTRIES.
ISM_CNTENT_ICON_FOR_ENTRY_GET CALL FUNCTION 'ISM_CNTENT_ICON_FOR_ENTRY_GET' EXPORTING PV_REPORT = LS_RJHCNTENT-REPORT PV_REPORT_VARIANT = LS_RJHCNTENT-REPORT_VARIANT PV_ENTRIES = LS_RJHCNTENT-ENTRIES IMPORTING PV_ICON = LS_RJHCNTENT-ICON.
ISM_CNTENT_DEACTIVATE CALL FUNCTION 'ISM_CNTENT_DEACTIVATE'.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'RJHCNTENT' CHANGING CT_FIELDCAT = PT_FIELDCAT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJHCNTENTF01 - documentation and ABAP source code RJHCNTENTD01 - documentation and ABAP source code RJHCNTENT - IS-M: Number of Entries MiniApp RJHCNTENT - IS-M: Number of Entries MiniApp RJHCM_ORDER_UPDATE - IS-M/AM: Credit Management: Structure Credit Data for Orders RJHCM_ORDER_UPDATE - IS-M/AM: Credit Management: Structure Credit Data for Orders