SAP Reports / Programs

CNV_00001_SHOW_MAPPING_HISTORY SAP ABAP Report - Display history of mapping uploads







CNV_00001_SHOW_MAPPING_HISTORY 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_00001_SHOW_MAPPING_HISTORY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_00001_MAP_HIST - Display upload history


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_00001_SHOW_MAPPING_HISTORY. "Basic submit
SUBMIT CNV_00001_SHOW_MAPPING_HISTORY AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_00001_SHOW_MAPPING_HISTORY 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: GP_PACK = Package number
Selection Text: GP_TABLE = Mapping table name
Selection Text: GP_USER = User
Title: Display history of mapping uploads
Text Symbol: 001 = Additional information
Text Symbol: 043 = Information


INCLUDES used within this REPORT CNV_00001_SHOW_MAPPING_HISTORY

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:

CNV_00001_IS_USER_EXPERT CALL FUNCTION 'CNV_00001_IS_USER_EXPERT' IMPORTING PD_EXPERT = GD_EXPERT EXCEPTIONS OTHERS = 1.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GP_PACK EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING P_PACK = GP_PACK IMPORTING P_RES = GD_RES EXCEPTIONS PACKAGE_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SY-CPROG I_CALLBACK_PF_STATUS_SET = '__SET__PF__STATUS' I_CALLBACK_USER_COMMAND = '__USER__COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT TABLES T_OUTTAB = GT_HISTORY_DISP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CNV_00001_MAPPING_UPLOAD_HIST CALL FUNCTION 'CNV_00001_MAPPING_UPLOAD_HIST' EXPORTING PD_PACKID = GP_PACK PD_TABNAME = GP_TABLE PD_USERNAME = GP_USER IMPORTING PT_FIELDCAT = GT_FIELDCAT PS_LAYOUT = GS_LAYOUT TABLES PT_HISTORY = GT_HISTORY EXCEPTIONS NO_ACTIVE_PACKAGE = 1 PACKAGE_DOES_NOT_EXIST = 2 OTHERS = 3.

CNV_00001_POPUP_DISPLAY_TEXT CALL FUNCTION 'CNV_00001_POPUP_DISPLAY_TEXT' EXPORTING P_TITLE = TEXT-001 TABLES PT_TEXT = LT_TLINE EXCEPTIONS OTHERS = 1.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING ID = 'DT' LANGU = SY-LANGU OBJECT = GC_DOCU_LEGEND TABLES LINE = LT_DOCU EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5.

CNV_00001_POPUP_DISPLAY_TEXT CALL FUNCTION 'CNV_00001_POPUP_DISPLAY_TEXT' EXPORTING P_TITLE = TEXT-043 TABLES PT_TEXT = LT_DOCU EXCEPTIONS OTHERS = 1.



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