SAP Reports / Programs

RCS00140 SAP ABAP Report - Information on Creating of BOM Items







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


Text pool values


Title: Information on Creating of BOM Items
Text Symbol: 220 = Table
Text Symbol: 230 = Key
Text Symbol: 240 = Field
Text Symbol: 250 = Text
Text Symbol: 260 = Change
Text Symbol: 270 = Table
Text Symbol: 280 = Key
Text Symbol: 290 = Field
Text Symbol: 300 = Deleted
Text Symbol: 310 = Created
Text Symbol: 320 = Text Changes For
Text Symbol: 330 = With Key
Text Symbol: 340 = Changed
Text Symbol: 350 = Deleted
Text Symbol: 360 = Record Created
Text Symbol: 370 = Record Deleted
Text Symbol: 380 = Text Change
Text Symbol: 600 = Field no longer defined in table
Text Symbol: 610 = Change cannot be displayed
Text Symbol: 900 = Old:
Text Symbol: 902 = New:
Text Symbol: 905 = No items found
Text Symbol: 002 = Plant
Text Symbol: 003 = Usage
Text Symbol: 004 = Bill of Material
Text Symbol: 005 = Alternative
Text Symbol: 006 = Equipment
Text Symbol: 007 = BOM Category
Text Symbol: 008 = BOM Group
Text Symbol: 009 = Description
Text Symbol: 010 = --------------------------------------------------------------------------------
Text Symbol: 020 = Item Number
Text Symbol: 021 = Component
Text Symbol: 022 = Quantity
Text Symbol: 023 = Unit of Measure
Text Symbol: 024 = Item Category
Text Symbol: 025 = Alternative BOM





Text Symbol: 026 = Valid From
Text Symbol: 027 = Valid To
Text Symbol: 028 = Created On
Text Symbol: 029 = Created By
Text Symbol: 030 = Component Description
Text Symbol: 101 = No Items Found
Text Symbol: 102 = Read Error
Text Symbol: 210 = Object ID


INCLUDES used within this REPORT RCS00140

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:

GET_STPO CALL FUNCTION 'GET_STPO' EXPORTING all = 'X' alter = ' ' datub = max_grg datuv = min_grg no_buffer = ' ' set = 'X' valid = ' ' TABLES add_wa = istar wa = stpob EXCEPTIONS call_invalid = 01 end_of_table = 02 get_without_set = 03 key_incomplete = 04 key_invalid = 05 no_record_found = 06.

DD_GET_DD03P CALL FUNCTION 'DD_GET_DD03P' EXPORTING defstatus = 'A' langu = sy-langu noincl = ' ' refresh = 'X' status = 'M' tabname = name TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_value = 1 OTHERS = 2.

T418_READ_WITH_POTPR CALL FUNCTION 'T418_READ_WITH_POTPR' EXPORTING postp = stpob-postp potpr = stpob-potpr IMPORTING struct = ls_t418 flg_cls_item = flg_cls_item EXCEPTIONS no_entry_postp = 1 no_entry_potpr = 2.

DOCUMENT_READ_CS_EXTRACT CALL FUNCTION 'DOCUMENT_READ_CS_EXTRACT' EXPORTING ddokar = stpob-dokar ddoknr = stpob-doknr ddoktl = stpob-doktl ddokvr = stpob-dokvr IMPORTING ecsxdoc = csxdoc EXCEPTIONS no_document = 01.

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING class = stpob-class classnumber = clint classtype = stpob-klart language = sy-langu date = stpob-datuv mode = 'S' IMPORTING class_description = clstx ret_code = ret_code EXCEPTIONS no_valid_sign = 3.



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