SAP Reports / Programs

CNV_MDS_READ_MAINIMP_BUFFER SAP ABAP Report - Program CNV_MDS_READ_MAINIMP_BUFFER







CNV_MDS_READ_MAINIMP_BUFFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program reads transports from a transport buffer and writes the transport numbers into table DMC_MDS_IU_BUFF with key piece list = 'IUUC_MAINIMP_BUFFER'...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 CNV_MDS_READ_MAINIMP_BUFFER 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_MDS_READ_MAINIMP_BUFFER. "Basic submit
SUBMIT CNV_MDS_READ_MAINIMP_BUFFER AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MDS_READ_MAINIMP_BUFFER 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_FILE = Filename
Selection Text: P_TRANS = Transport directory
Title: Program CNV_MDS_READ_MAINIMP_BUFFER
Text Symbol: 001 = was already read
Text Symbol: 002 = Starting buffer extraction
Text Symbol: 003 = tpparam_path_not_found - error while trying to tp param path
Text Symbol: 004 = trkorr_read_error - error while reading buffer
Text Symbol: 005 = No TA list available
Text Symbol: 006 = TA list available
Text Symbol: 007 = Display log
Text Symbol: 008 = TA list was written to dmc_mds_iu_buff. Number of rows: &
Text Symbol: 009 = with piece list '&'
Text Symbol: 010 = Following TAs from file
Text Symbol: 011 = not available
Text Symbol: S01 = Transport buffer
Text Symbol: S02 = Customer transports


INCLUDES used within this REPORT CNV_MDS_READ_MAINIMP_BUFFER

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_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 0.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = gs_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_profile EXCEPTIONS OTHERS = 0.

DMC_MDS_GET_TRKORR_FROM_BUFFER CALL FUNCTION 'DMC_MDS_GET_TRKORR_FROM_BUFFER' EXPORTING im_filename = i_filename im_buffer_path = i_buffer_path TABLES ex_it_trkorr = lt_xpras_trkorr EXCEPTIONS tpparam_path_not_found = 1 trkorr_read_error = 2.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gv_log_handle i_msgty = p_msgty i_text = p_msg EXCEPTIONS OTHERS = 0.



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