SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_CMIS_A_HTML_REPORT SAP ABAP Report - Programe to create HTML summary for CMIS Analysis







CNV_CMIS_A_HTML_REPORT 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 CNV_CMIS_A_HTML_REPORT 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 CNV_CMIS_A_HTML_REPORT. "Basic submit
SUBMIT CNV_CMIS_A_HTML_REPORT AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_A_HTML_REPORT 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_SUB_ID = Sub Activity Id
Selection Text: P_SES_ID = Session Id
Selection Text: P_PHASE = Phase Id
Selection Text: P_PACK = Package Id
Selection Text: P_FNAME = File name
Selection Text: P_CUST = User Id
Selection Text: P_ACT_ID = Activity Id
Title: Programe to create HTML summary for CMIS Analysis
Text Symbol: 102 = No
Text Symbol: 101 = (2) Repository Analysis Comparision results:
Text Symbol: 099 = Description
Text Symbol: 097 = Item
Text Symbol: 095 = (1) System Analysis comparison results:
Text Symbol: 091 = Client
Text Symbol: 090 = System ID
Text Symbol: 089 = for
Text Symbol: 088 = Preanalysis
Text Symbol: 087 = Downloading
Text Symbol: 085 = CMIS transfer not feasible
Text Symbol: 083 = MDMP
Text Symbol: 082 = Single Code Page System
Text Symbol: 081 = Receiver System
Text Symbol: 080 = Sender System
Text Symbol: 079 = Count all
Text Symbol: 078 = Description
Text Symbol: 104 = (3) CCCC Analysis comparison results:
Text Symbol: 105 = Cross Client Customizing Tables Comparision:
Text Symbol: 107 = Count conflicting
Text Symbol: 108 = Count only in sys1
Text Symbol: 109 = Count only in sys2
Text Symbol: 110 = Count Not Comparable
Text Symbol: 111 = Count Identical
Text Symbol: 112 = List of objects:
Text Symbol: 115 = Number of Objects and Database code page Details
Text Symbol: 120 = Status
Text Symbol: 121 = STATUS
Text Symbol: 150 = Function Groups
Text Symbol: 151 = Function Modules





Text Symbol: 153 = Exists on system
Text Symbol: 201 = Enter file path to save summary report.
Text Symbol: 202 = No results found for Repository Analysis Comparision
Text Symbol: 203 = No results found for System Analysis comparison
Text Symbol: 204 = No results found for CCCC Analysis comparison
Text Symbol: 001 = Main Type
Text Symbol: 002 = Main Name
Text Symbol: 003 = Sub Type
Text Symbol: 004 = Sub Name
Text Symbol: 005 = Count Of Findings
Text Symbol: 006 = Count Of Different Versions
Text Symbol: 007 = Development Class
Text Symbol: 008 = Development Class Text
Text Symbol: 009 = Application Hierarchy
Text Symbol: 010 = Application Hierarchy Text
Text Symbol: 011 = Exist In Sender
Text Symbol: 012 = Exist In Receiver
Text Symbol: 013 = Sender Transport Request
Text Symbol: 014 = Receiver Transport Request
Text Symbol: 015 = Modified
Text Symbol: 016 = Generated
Text Symbol: 017 = Error while importing from database
Text Symbol: 018 = Comment
Text Symbol: 019 = Last Changed By
Text Symbol: 020 = Last Changed Date
Text Symbol: 021 = Last Changed Time
Text Symbol: 022 = Assigned Processor
Text Symbol: 024 = Select
Text Symbol: 026 = Hyper Link
Text Symbol: 027 = Transport Request On
Text Symbol: 051 = Table Name
Text Symbol: 052 = Available
Text Symbol: 053 = Skip
Text Symbol: 054 = Comparable
Text Symbol: 055 = State
Text Symbol: 056 = Total Entries
Text Symbol: 057 = Identical Entries
Text Symbol: 058 = Discrete Entries
Text Symbol: 059 = Different Entries





Text Symbol: 062 = Number of Customer objects
Text Symbol: 063 = Number of Modification objects
Text Symbol: 064 = Active HR Count
Text Symbol: 070 = Note Number
Text Symbol: 073 = SEVERITY
Text Symbol: 074 = DB Code Page
Text Symbol: 075 = Code Page Type
Text Symbol: 076 = Unicode System
Text Symbol: 077 = Object


INCLUDES used within this REPORT CNV_CMIS_A_HTML_REPORT

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:

No SAP FUNCTION MODULES are executed within this report code!



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