SAP Reports / Programs | Logistics - General | Logistics Basic Data | Bills of Material(LO-MD-BOM) SAP LO

RCS15NN1 SAP ABAP INCLUDE - Include for Where-Used List Reports (BOMs)







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


Text pool values


Title: Include for Where-Used List Reports (BOMs)


INCLUDES used within this REPORT RCS15NN1

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:

CS_VLIST_BLOCK_FIELD_DOCU CALL FUNCTION 'CS_VLIST_BLOCK_FIELD_DOCU' EXPORTING lstid = list_id profl = act_profil.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = bom_txid language = ltb-ltxsp name = txt_key object = bom_txobj IMPORTING "HGB057558 header = txhdr "HGB057558 TABLES lines = txt.

TEXT_INCLUDE_REPLACE CALL FUNCTION 'TEXT_INCLUDE_REPLACE' "HGB057558 EXPORTING "HGB057558 header = txhdr "HGB057558 TABLES "HGB057558 lines = txt. "HGB057558

FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' "note 310574 EXPORTING "note 310574 *d FORMATWIDTH = 41 "note 310574 FORMATWIDTH = 40 "note 667950 LINEWIDTH = 40 "note 875961 TABLES "note 310574 LINES = TXT. "note 310574

IS_SUBMIT_TO_MEMORY call function 'IS_SUBMIT_TO_MEMORY' "note 486930 importing "note 486930 flag = ex2mm "note 486930 exceptions "note 486930 others = 4. "note 486930

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = act_repid TABLES selection_table = inp_sel EXCEPTIONS not_found = 01 no_report = 02.

GET_KDST CALL FUNCTION 'GET_KDST' EXPORTING all = ' ' no_buffer = ' ' set = 'X' TABLES wa = wa_kd EXCEPTIONS call_invalid = 1 end_of_table = 2 get_without_set = 3 key_incomplete = 4 key_invalid = 5 no_record_found = 6 OTHERS = 7.

CJPN_GET_WBS_ELEMENT CALL FUNCTION 'CJPN_GET_WBS_ELEMENT' EXPORTING i_pspnr = prjcat-pspnr IMPORTING e_prps = tmp_prps EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

CONVERT_TEXT CALL FUNCTION 'CONVERT_TEXT' EXPORTING FORMAT_TYPE = 'ASCII' TABLES foreign = txt itf_lines = txt.

CONVERT_TEXT CALL FUNCTION 'CONVERT_TEXT' EXPORTING FORMAT_TYPE = 'ASCII' TABLES foreign = txt itf_lines = txt.



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