SAP Reports / Programs

RPCDMVI0 SAP ABAP Report - Report for controlling the form print data







RPCDMVI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for print data check of the DM modules and 101 Form...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 RPCDMVI0 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

PC00_M15_RPCDMVI0 - Report for data check


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 RPCDMVI0. "Basic submit
SUBMIT RPCDMVI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDMVI0 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 for controlling the form print data
Text Symbol: 030 = is GREATER than the value allowed
Text Symbol: 031 = has an assignment ERROR of the print coordinates OFFSET and/or LENGTH
Text Symbol: 032 = contains errors in the indicator and/or description offset
Text Symbol: 033 = ** No formal errors have been found in the offset and in the lines **
Text Symbol: 034 = ******************LIST OF THE FORMAL ERRORS FOUND IN THE OFFSET AND IN THE LINES******** **********
Text Symbol: 035 = No form transferred!
Text Symbol: 036 = the value is GREATER than the maximum value of characters allowed on the form line
Text Symbol: 037 = Form lines consistency OK!
Text Symbol: 038 = Error: Table T5ITN2 with Condition:
Text Symbol: 039 = Field:
Text Symbol: 040 = must have the table WPBP as value
Text Symbol: 041 = Attention the indicator
Text Symbol: 042 = is entered in the table T5ITNP with different line numbers!
Text Symbol: 043 = must have an evaluated logical operator
Text Symbol: 044 = Attention the contribution indicator
Text Symbol: 045 = is not contained in table T5ITNT for the form
Text Symbol: 046 = Attention the contribution indicator
Text Symbol: 047 = must have an evaluated OFFSET field in the table T5ITNP
Text Symbol: 049 = is not contained in table T5ITNP for the form
Text Symbol: 050 = must have as logical operator = or <>
Text Symbol: 051 = Attention the field
Text Symbol: 052 = with condition:
Text Symbol: 053 = should only be numeric in the table T5ITN2
Text Symbol: 029 = The initial line number in the section
Text Symbol: 001 = Section
Text Symbol: 002 = Indicator
Text Symbol: 003 = Description
Text Symbol: 004 = Field
Text Symbol: 005 = W.T.
Text Symbol: 006 = Sign
Text Symbol: 007 = Name of the condition applied
Text Symbol: 008 = Column
Text Symbol: 009 = Length
Text Symbol: 010 = Line
Text Symbol: 011 = Content type
Text Symbol: 012 = Print flag
Text Symbol: 013 = Tab. / Value





Text Symbol: 014 = C.T.
Text Symbol: 019 = : for this type of text content it is necessary to set the print flag on 'N' and to specify the no. of
Text Symbol: 020 = : for this type of text content it is necessary to specify the line number
Text Symbol: 021 = : for the this type of text content it is necessary to set the print flag on 'N'
Text Symbol: 022 = For the form
Text Symbol: 023 = in the section
Text Symbol: 024 = the indicator
Text Symbol: 025 = the line value is GREATER than the maximum value allowed
Text Symbol: 026 = the line value is SMALLER than the minimum value allowed
Text Symbol: 027 = In the section
Text Symbol: 028 = the final line number is GREATER than the expected line number of the page


INCLUDES used within this REPORT RPCDMVI0

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:

No SAP FUNCTION MODULES are executed within this report code!



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