SAP Reports / Programs

DMC_SHOW_CONVOBJ_DATA SAP ABAP Report - Display conversion object Data







DMC_SHOW_CONVOBJ_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generated include for enhancement - SVR - 14...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 DMC_SHOW_CONVOBJ_DATA 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 DMC_SHOW_CONVOBJ_DATA. "Basic submit
SUBMIT DMC_SHOW_CONVOBJ_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_SHOW_CONVOBJ_DATA 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_ANLZ = Analysis
Selection Text: P_ANLZ1 = Critical Selection Parameters
Selection Text: P_ANLZ2 = Std Access plans & Precalcs
Selection Text: P_ANLZ3 = Non global rules
Selection Text: P_APPL = Application Name
Selection Text: P_COBJ = Conversion Object
Selection Text: P_CRAD = Conversion object
Selection Text: P_DISP = Display
Selection Text: P_ID = Precalculation/Access Plan Id
Selection Text: P_PROJ = Project
Selection Text: P_PTNHD = SHOW portion data for Acc.Plan
Selection Text: P_SPROJ = Sub-project
Selection Text: P_SRAD = Sub project
Title: Display conversion object Data
Text Symbol: 065 = of precalculcation
Text Symbol: 064 = No non standard access plans for this migration object
Text Symbol: 063 = differs from standard blocksize
Text Symbol: 062 = of access plan
Text Symbol: 061 = No precalculations are defined for this migration object
Text Symbol: 060 = No access plans are defined for this migration object
Text Symbol: 059 = Non standard access plan information:
Text Symbol: 058 = No critical selection parameters
Text Symbol: 057 = is at position
Text Symbol: 056 = Critical selection parameter information:
Text Symbol: 055 = Migration Object:
Text Symbol: 054 = Subproject doesnt contain any migration objects
Text Symbol: 053 = Analysis For
Text Symbol: 052 = Plese enter valid migration object name
Text Symbol: 051 = Plese enter valid sub project name
Text Symbol: 050 = Please enter valid project name
Text Symbol: 066 = No non standard precalculations for this migration object
Text Symbol: 067 = Non global rules information:
Text Symbol: 068 = No non global rules used for this migration object
Text Symbol: 069 = @3T@
Text Symbol: 070 = @3S@
Text Symbol: 071 = RULE:
Text Symbol: 072 = Migration of
Text Symbol: 073 = Using





Text Symbol: 074 = Parameters:
Text Symbol: 075 = Coding
Text Symbol: 076 = _rule_
Text Symbol: 077 = FORM
Text Symbol: 078 = ENDFORM
Text Symbol: 079 = for migration object
Text Symbol: 080 = Precalculation ID:
Text Symbol: 081 = Access Plan ID:
Text Symbol: T01 = Position Cursor on a Line
Text Symbol: 049 = Please select the at least one type of analysis
Text Symbol: 024 = Blocksize:
Text Symbol: 023 = Selection Parameter:
Text Symbol: 022 = Precalculations:
Text Symbol: 021 = Other fields are transferred with Rule MOVE
Text Symbol: 020 = All the fields are transferred with Rule MOVE
Text Symbol: 019 = Rule Parameters:
Text Symbol: 018 = Data Path Type
Text Symbol: 017 = Cardinality Sender
Text Symbol: 016 = Cardinality Receiver
Text Symbol: 015 = Relation
Text Symbol: 014 = Rule:
Text Symbol: 013 = End of Record -
Text Symbol: 012 = After Loop -
Text Symbol: 011 = Begin of Record -
Text Symbol: 010 = Begin of Loop -
Text Symbol: 009 = Structure Relations
Text Symbol: 008 = End of Processing -
Text Symbol: 007 = Begin of Processing -
Text Symbol: 006 = Begin of Transaction -
Text Symbol: 005 = End of Transaction -
Text Symbol: 004 = Receiver Structure
Text Symbol: 003 = Sender Structure
Text Symbol: 002 = Structure Hierarchy
Text Symbol: 025 = State:
Text Symbol: 048 = Rule Coding Off
Text Symbol: 047 = Rule Coding On
Text Symbol: 046 = Analyze
Text Symbol: 045 = Choose the scenario
Text Symbol: 044 = Migration object details





Text Symbol: 043 = Portion
Text Symbol: 042 = Access Plans:
Text Symbol: 041 = Static delimitations:
Text Symbol: 040 = Rules for Structure
Text Symbol: 039 = Field Relations
Text Symbol: 038 = Foreign keys
Text Symbol: 037 = not yet created
Text Symbol: 036 = Precalculation/Access Plan
Text Symbol: 035 = All access plans of this precalculation have been calculated
Text Symbol: 034 = FAILED =
Text Symbol: 033 = Standard Access Plans:
Text Symbol: 032 = Portion delimitation:
Text Symbol: 031 = No Values Maintained
Text Symbol: 030 = FINISHED =
Text Symbol: 029 = Precalculation is being calculated
Text Symbol: 028 = IN_PROCESS =
Text Symbol: 027 = Precalculation is created, but not yet calculated
Text Symbol: 026 = CALCULATED =


INCLUDES used within this REPORT DMC_SHOW_CONVOBJ_DATA

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:

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = lc_reltype value = l_reltype_val langu = sy-langu texts_only = 'X' IMPORTING dd07v_wa = gs_dd07v EXCEPTIONS OTHERS = 0.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = lc_dptype value = l_dptype_val langu = sy-langu texts_only = 'X' IMPORTING dd07v_wa = gs_dd07v 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 DMC_SHOW_CONVOBJ_DATA or its description.