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

DMC_CWB_CREATE_CONV_OBJECT SAP ABAP Report - MWB: Create CWB conversion object(s)







DMC_CWB_CREATE_CONV_OBJECT 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 DMC_CWB_CREATE_CONV_OBJECT 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_MWB - CWB / MWB coupling


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 DMC_CWB_CREATE_CONV_OBJECT. "Basic submit
SUBMIT DMC_CWB_CREATE_CONV_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_CWB_CREATE_CONV_OBJECT 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_SPROJ = D Subproject
Selection Text: P_PROJ = D Project
Selection Text: P_POOL = Load relevant tables
Selection Text: P_PACKID = D CWB Package Number
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_KORRNR = D Request/Task (Release 3.0)
Selection Text: P_DEVCL = D Package
Selection Text: P_DEST = RFC Destination of CWB Data
Selection Text: P_CREATE = Create Conversion Object
Selection Text: P_APPL = D Application
Title: MWB: Create CWB conversion object(s)
Text Symbol: TBR = Reload tables
Text Symbol: STP = Work Steps
Text Symbol: STG = Settings
Text Symbol: SEQ = Loading Sequence
Text Symbol: P02 = Migration objects are created...
Text Symbol: P01 = Relevant tables are loaded...
Text Symbol: MTC = Create mass transfer
Text Symbol: HLP = Srch help
Text Symbol: D04 = No
Text Symbol: D03 = Y
Text Symbol: D02 = Do you really want to replace all existing entries with the uploaded tables?
Text Symbol: D01 = Delete entries DMC_MT_TABLES
Text Symbol: CTS = CTS Transport Connection


INCLUDES used within this REPORT DMC_CWB_CREATE_CONV_OBJECT

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:

DMCMON_MAINTAIN_MASS_TRANSFER CALL FUNCTION 'DMCMON_MAINTAIN_MASS_TRANSFER'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-p01.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d01 text_question = text-d02 text_button_1 = text-d03 icon_button_1 = 'ICON_OKAY' text_button_2 = text-d04 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = '' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-p02.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' DESTINATION p_dest IMPORTING packid = p_packid EXCEPTIONS active_package_not_found = 10 OTHERS = 20.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'ID' IMPORTING dfies_wa = field_wa.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'DESCR' IMPORTING dfies_wa = field_wa.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = dyname dynpnr = dynum dynprofield = 'P_MT_ID' window_title = text-hlp value_org = 'S' TABLES value_tab = value_tab field_tab = field_tab EXCEPTIONS parameter_error = 10 no_values_found = 20 OTHERS = 30.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RFCDES' lfieldname = 'RFCDEST' IMPORTING dfies_wa = field_wa.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = dyname dynpnr = dynum dynprofield = 'P_DEST' window_title = text-hlp value_org = 'S' TABLES value_tab = value_tab field_tab = field_tab EXCEPTIONS parameter_error = 10 no_values_found = 20 OTHERS = 30.



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