SAP Reports / Programs

RCS14001 SAP ABAP Report - BOM Comparison







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


Text pool values


Title: BOM Comparison
Text Symbol: 061 = Total Indicator
Text Symbol: 062 = Item Category
Text Symbol: 063 = Diff
Text Symbol: 064 = Difference Quantity
Text Symbol: 065 = Additional Information
Text Symbol: 070 = Material
Text Symbol: 071 = Plant:
Text Symbol: 072 = Usage:
Text Symbol: 073 = Alternative:
Text Symbol: 074 = Date:
Text Symbol: 075 = Change Number
Text Symbol: 076 = Order Number
Text Symbol: 077 = Order Item
Text Symbol: 078 = Document
Text Symbol: 079 = WBS Element
Text Symbol: 080 = Equipment
Text Symbol: 081 = Functional Location
Text Symbol: 082 = Required Quantity
Text Symbol: 083 = Revision Number
Text Symbol: 084 = Application
Text Symbol: 085 = Document Type
Text Symbol: 086 = Document Version
Text Symbol: 087 = Production Order
Text Symbol: 088 = Document Part?:
Text Symbol: 089 = Ident.
Text Symbol: 090 = Not Assigned
Text Symbol: 091 = Similar
Text Symbol: 092 = Comparison by Installation Pnt
Text Symbol: 093 = Comparison by Subitem Number
Text Symbol: 094 = Comparison Result
Text Symbol: 060 = ItmCat
Text Symbol: 001 = Primary BOM
Text Symbol: 002 = Secondary BOM
Text Symbol: 004 = Level
Text Symbol: 008 = Different
Text Symbol: 009 = Fields Not Relevant to Comparison
Text Symbol: 012 = Quantity





Text Symbol: 013 = Component
Text Symbol: 014 = Description
Text Symbol: 015 = Un
Text Symbol: 016 = M
Text Symbol: 022 = Field
Text Symbol: 023 = Fields Relevant to Comparison
Text Symbol: 024 = Ict
Text Symbol: 025 = Other Fields
Text Symbol: 030 = Subitems
Text Symbol: 031 = Installation Point
Text Symbol: 034 = Obj.Dependencies
Text Symbol: 041 = Quantity Difference
Text Symbol: 042 = Material BOM
Text Symbol: 043 = Order BOM
Text Symbol: 044 = WBS BOM
Text Symbol: 045 = Functional Location BOM
Text Symbol: 046 = Equipment BOM
Text Symbol: 047 = Document Structure
Text Symbol: 048 = Production Order
Text Symbol: 051 = Obj.Dependencies
Text Symbol: 055 = Object Dependencies Assignment
Text Symbol: 056 = Subitem
Text Symbol: 057 = Multiple
Text Symbol: 058 = BOM Comparison
Text Symbol: 059 = Difference


INCLUDES used within this REPORT RCS14001

INCLUDE RCS14DAT. " GLOBAL DATA
INCLUDE RCS14F02. "MBA167558
INCLUDE RCS14F03.


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:

CS_VLIST_BLOCK_FIELD_DOCU call function 'CS_VLIST_BLOCK_FIELD_DOCU' "MBA167558 exporting "MBA167558 lstid = 'SAPCSCOMP' "MBA167558 profl = bom_key-displ_list. "MBA167558



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