SAP Reports / Programs

SAP_CDE_CONVERSION_DB6 SAP ABAP Report - Report SAP_CDE_CONVERSION_DB6







SAP_CDE_CONVERSION_DB6 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 SAP_CDE_CONVERSION_DB6 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 SAP_CDE_CONVERSION_DB6. "Basic submit
SUBMIT SAP_CDE_CONVERSION_DB6 AND RETURN. "Return to original report after report execution complete
SUBMIT SAP_CDE_CONVERSION_DB6 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report SAP_CDE_CONVERSION_DB6
Text Symbol: CDE = Table is a Column-Oriented Table
Text Symbol: CHO = Conversion Request
Text Symbol: CNV = Convert
Text Symbol: DRQ = Delete Selected Tables
Text Symbol: GTB = Get Tables
Text Symbol: HLP = Help
Text Symbol: IOB = InfoObject
Text Symbol: IPR = InfoProvider
Text Symbol: LCK = Lock Object
Text Symbol: PAR = Conversion of InfoProviders and InfoObjects to Column-Oriented Tables
Text Symbol: PRO = Provider
Text Symbol: PSA = List of PSA Tables
Text Symbol: TBL = Table List
Text Symbol: TBN = Table Name
Text Symbol: TTL = Tables in Table List


INCLUDES used within this REPORT SAP_CDE_CONVERSION_DB6

INCLUDE SAP_CDE_CONV_EVTRCV_DB6.
INCLUDE SAP_CDE_CONV_EVTRCVIMPL_DB6.


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:

RSDU_FEATURE_SUPPORTED_DB6 CALL FUNCTION 'RSDU_FEATURE_SUPPORTED_DB6' EXPORTING I_FEATURE = cl_rsdb6_features=>feature_cde IMPORTING E_SUPPORTED = l_cde_supported EXCEPTIONS OTHERS = 1.

POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING MSGID = 'RS_DB_DB6' MSGTY = 'S' MSGNO = '018'.

RSD_CUBE_MULTI_GET CALL FUNCTION 'RSD_CUBE_MULTI_GET' EXPORTING I_READ_ALL = RS_C_TRUE I_CUBETYPE = 'B' I_T_CUBETYPE = l_t_cubetype IMPORTING E_T_CUBE = l_t_cube EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

RSDU_INFOCUBE_FACTTABLES CALL FUNCTION 'RSDU_INFOCUBE_FACTTABLES' EXPORTING I_INFOCUBE = l_infocube IMPORTING E_FFACTTAB = l_ffact E_EFACTTAB = l_efact EXCEPTIONS OTHERS = 0.

RSDU_GET_INFOCUBE_TABLES CALL FUNCTION 'RSDU_GET_INFOCUBE_TABLES' EXPORTING I_INFOCUBE = l_infocube I_EFACTTABLE = RS_C_FALSE I_FFACTTABLE = RS_C_FALSE I_DIMENSIONS = RS_C_TRUE I_SIDTABLES = RS_C_FALSE I_CHKTABLES = RS_C_FALSE I_INCTABLES = RS_C_FALSE I_AGGREGATES = RS_C_FALSE IMPORTING E_TH_TABLNM = l_th_tablnm EXCEPTIONS OTHERS = 0.

RSD_CUBE_IOBJ_GET CALL FUNCTION 'RSD_CUBE_IOBJ_GET' EXPORTING I_INFOCUBE = l_infocube I_OBJVERS = RS_C_OBJVERS-ACTIVE I_INCL_APPEND = RS_C_TRUE I_BYPASS_BUFFER = RS_C_FALSE I_WITH_ATR_NAV = RS_C_FALSE IMPORTING E_T_CUBE_IOBJ = l_t_cube_iobj * CHANGING * C_S_CUBE = * C_CUBETYPE = * C_BASICCUBE = EXCEPTIONS INFOCUBE_NOT_FOUND = 1 CUBE_IOBJ_NOT_FOUND = 2 ILLEGAL_INPUT = 3 OTHERS = 4 .

RSD_CHKTAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_CHKTAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = i_iobjnm IMPORTING e_chntab = l_pchktab e_chttab = l_qchktab e_sidtab = l_sidtab e_asitab = l_xsidtab e_asttab = l_ysidtab.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = l_pchktab IMPORTING SUBRC = l_subrc.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = l_qchktab IMPORTING SUBRC = l_subrc.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = l_sidtab IMPORTING SUBRC = l_subrc.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = l_xsidtab IMPORTING SUBRC = l_subrc.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = l_ysidtab IMPORTING SUBRC = l_subrc.

RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING I_IOBJNM = g_iobj IMPORTING E_S_VIOBJ = l_s_viobj EXCEPTIONS IOBJ_NOT_FOUND = 1 ILLEGAL_INPUT = 2 BCT_COMP_INVALID = 3 OTHERS = 4.

RSD_IOBJ_MULTI_GET_ONLY_DB CALL FUNCTION 'RSD_IOBJ_MULTI_GET_ONLY_DB' IMPORTING E_T_VCHA = l_t_vcha E_T_TIM = l_t_tim E_T_UNI = l_t_uni E_T_DPA = l_t_dpa EXCEPTIONS OTHERS = 0.

RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING I_IOBJNM = l_iobjnm IMPORTING E_S_VIOBJ = l_s_viobj EXCEPTIONS IOBJ_NOT_FOUND = 1 ILLEGAL_INPUT = 2 BCT_COMP_INVALID = 3 OTHERS = 4.

POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING MSGID = 'RS_DB_DB6' MSGTY = 'S' MSGNO = '025'.

RSD_CUBE_GET CALL FUNCTION 'RSD_CUBE_GET' EXPORTING I_INFOCUBE = l_infocube IMPORTING E_S_CUBE = l_s_cube E_T_CUBE_IOBJ = l_t_cube_iobj E_T_DIME = l_t_dime E_T_DIME_IOBJ = l_t_dime_iobj E_T_IC_VAL_IOBJ = l_t_ic_val_iobj EXCEPTIONS INFOCUBE_NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3.

RSD_FIELDNM_GET_FROM_IOBJNM CALL FUNCTION 'RSD_FIELDNM_GET_FROM_IOBJNM' EXPORTING i_name = l_s_odso_iobj-iobjnm IMPORTING e_ddname = l_keyfieldnm.

DB_STORAGE_GET





CALL FUNCTION 'DB_STORAGE_GET' EXPORTING dbsys = 'DB6' tabname = l_tablename indexname = ' ' source_hierarchy = l_source_hierarchy TABLES storpar = l_t_storpar EXCEPTIONS OTHERS = 0. "ignore error

DB_STORAGE_PUT CALL FUNCTION 'DB_STORAGE_PUT' EXPORTING DBSYS = 'DB6' * PRID = 0 TABNAME = i_tabinfo-tabname INDEXNAME = ' ' * USEFLAG = ' ' TABLES STORPAR = l_t_storpar * EXCEPTIONS * DB_ERROR = 1 * OTHER_ERROR = 2 * OTHERS = 3 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_dy_fie EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_dy_fie EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_dy_fie EXCEPTIONS OTHERS = 0.

RSD_IOBJ_F4 CALL FUNCTION 'RSD_IOBJ_F4' EXPORTING i_objvers = rs_c_objvers-active I_SHOW_CHA = RS_C_TRUE I_SHOW_TIM = RS_C_TRUE I_SHOW_DPA = RS_C_TRUE I_SHOW_KYF = RS_C_FALSE I_SHOW_UNI = RS_C_TRUE I_SHOW_ATR_NAV = RS_C_FALSE CHANGING c_iobjnm = g_iobj EXCEPTIONS illegal_input = 1 OTHERS = 2.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = FILENAME = ld_fullpath FILETYPE = 'ASC' TABLES DATA_TAB = tables_tab.



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