CRM_THTMLB_MIME_VERSION_COMPA7 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 CRM_THTMLB_MIME_VERSION_COMPA7 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!
CLPB_EXPORT CALL FUNCTION 'CLPB_EXPORT' TABLES DATA_TAB = BUFFER EXCEPTIONS OTHERS = 1.
CLPB_IMPORT CALL FUNCTION 'CLPB_IMPORT' * importing * empty = empty TABLES DATA_TAB = LT_BUFFER EXCEPTIONS CLPB_ERROR = 01.
EDITOR_APPLICATION CALL FUNCTION 'EDITOR_APPLICATION' EXPORTING MESSAGE = LV_MESSAGE NEW = LV_NEW APPLICATION = LV_APPL NAME = LV_BUFFER_KEY VARIED = LV_CHANGED IMPORTING FCODE = LV_XCODE CHANGED = LV_CHANGED TABLES CONTENT = LT_BUFFER.
POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = SPACE "EDIT_BUFFER TEXT_AFTER = ' wurde verändert. Vor Beenden des Editors sichern?'(G03)
CLPB_EXPORT CALL FUNCTION 'CLPB_EXPORT' TABLES DATA_TAB = LT_BUFFER EXCEPTIONS CLPB_ERROR = 01.
CLPB_EXPORT CALL FUNCTION 'CLPB_EXPORT' TABLES DATA_TAB = LT_BUFFER EXCEPTIONS CLPB_ERROR = 01.
CLPB_IMPORT CALL FUNCTION 'CLPB_IMPORT' * importing * empty = empty TABLES DATA_TAB = LT_BUFFER EXCEPTIONS CLPB_ERROR = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CRM_THTMLB_MIME_VERSION_COMPA7 - CRMTHTMLBMIMEVERSIONCOMPA7 CRM_THTMLB_MIME_VERSION_COMPA6 - CRMTHTMLBMIMEVERSIONCOMPA6 CRM_THTMLB_MIME_VERSION_COMPA5 - CRMTHTMLBMIMEVERSIONCOMPA5 CRM_THTMLB_MIME_VERSION_COMPA4 - CRMTHTMLBMIMEVERSIONCOMPA4 CRM_THTMLB_MIME_VERSION_COMPA3 - CRMTHTMLBMIMEVERSIONCOMPA3 CRM_THTMLB_MIME_VERSION_COMPA2 - CRMTHTMLBMIMEVERSIONCOMPA2