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

RCSNN001 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RCSNN001

INCLUDE RCSROU00.


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:

BOM_HIERARCHY CALL FUNCTION 'BOM_HIERARCHY' "YHG058186 EXPORTING WERKS = PM_WERKS "YHG058186 DATUV = PM_DATUV "YHG058186 *del GBRAZ = PM_GBRAZ "YHG058186"YHG139715 LTEXT = PM_LTEXT "YHG058186 POSTP = PM_POSTP "YHG058186 TMAT = SELPOOL "YHG058186 TABLES "YHG058186 STL = STB "YHG058186 MAT = MATCAT. "YHG124829

CLFC_OBJECTS_FROM_CLASS CALL FUNCTION 'CLFC_OBJECTS_FROM_CLASS' EXPORTING CLASS = LCL_CLASS date = pm_datuv "note 159716 *del TYPE = LCL_KLART "YHG130360 CLASSTYPE = LCL_KLART "YHG130360 TOP_DOWN = 'X' TABLES OBJECTS = CL_OBJTAB EXCEPTIONS NOT_FOUND = 01.

CS_VLIST_BLOCK_FIELD_DOCU CALL FUNCTION 'CS_VLIST_BLOCK_FIELD_DOCU' EXPORTING LSTID = LIST_ID PROFL = ACT_PROFIL.

CLMO_CLASS_OBJECT_MAINTAIN CALL FUNCTION 'CLMO_CLASS_OBJECT_MAINTAIN' "HGB201256 EXPORTING "HGB201256 activity = '2' "HGB201256 CLASSTYPE = stb-klart "HGB201256 CLASSNAME = stb-class "HGB201256 SKIP = 'X' "HGB201256 . "HGB201256

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

CLFC_GET_PROFILE CALL FUNCTION 'CLFC_GET_PROFILE' EXPORTING LISTID = list_id PROFILE = act_profil IMPORTING SIZE = c_prfsz TABLES T_PROFILE = XDPROF EXCEPTIONS EMPTY_PROFILE = 01 LISTID_NOT_FOUND = 02 NO_VALID_LISTID = 03 NO_VALID_PROFILE = 04 PROFILE_NOT_FOUND = 05 PROFILE_NOT_IN_LISTID = 06.

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.

GET_GLOBALS_FROM_SLVC_FULLSCR CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' "note 539856 IMPORTING "note 539856 E_GRID = cur_custcont "note 539856 exceptions "note 539856 others = 1 . "note 539856

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.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING RETURN = MTCOR MATDATEN = MC29M TABLES SEQMAT01 = DUMMYTAB EXCEPTIONS MATERIAL_NOT_FOUND = 4 PLANT_NOT_FOUND = 8 .

ECM_PROCESSOR_INIT CALL FUNCTION 'ECM_PROCESSOR_INIT' EXPORTING TOPMATNR = LKL_MATNR "HGB142493 E_TECHS = LKL_TECHS DEFAULT_TECHS = 'X' FREIG_KALKULATION = 'X' FREIG_PLANUNG = 'X' FREIG_FERTIGUNG = 'X' FREIG_EINGABEBEREIT = 'X' BATCHLAUF = SYST-BATCH TABLES VALID_OR_INVALID = CCVAL PARAMETER = PARAM OUTPUT_PARAMETER = ECM_SL "HGB059252 EXCEPTIONS exit_in_dynpro = 4 "HGB195880 OTHERS = 0.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' "note 353640 EXPORTING SCHLUESSEL = MTCOM "note 353640 IMPORTING RETURN = MTCOR "note 353640 MATDATEN = MC29S "note 353640 TABLES SEQMAT01 = DUMMYTAB "note 353640 EXCEPTIONS MATERIAL_NOT_FOUND = 4 "note 353640 PLANT_NOT_FOUND = 8 . "note 353640



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