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

CS_XXX_CHECK SAP ABAP INCLUDE - CSXXXCHECK







CS_XXX_CHECK 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 CS_XXX_CHECK 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 CS_XXX_CHECK. "Basic submit
SUBMIT CS_XXX_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT CS_XXX_CHECK 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 CS_XXX_CHECK

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:

CLMA_CLASS_EXIST call function 'CLMA_CLASS_EXIST' exporting class = i_class classnumber = i_clint classtype = i_klart language = sy-langu date = i_datuv mode = 'S' importing class_description = e_clstx not_valid = e_cls_val_err no_active_status = e_cls_stat_err no_authority_select = e_cls_auth_err ret_code = hlp_ret_code xklah = klah_tmp exceptions no_valid_sign = 3.

T006_READ call function 'T006_READ' exporting flg_error = 'X ' flg_text = ' ' msehi = i_meins spras = sy-langu importing struct = t006_tmp exceptions no_entry = 1 others = 2.

DIMENSION_CHECK call function 'DIMENSION_CHECK' exporting dimid = i_dimid msehi = i_msehi exceptions dimension_check_failed = 01 unit_not_valid = 02 others = 03.

DIMENSION_GET call function 'DIMENSION_GET' exporting amount_of_substance = 0 electric_current = 0 length = 0 luminous_intensity = 0 mass = 0 temperature = 0 time = 0 importing dimid = tmp_dimls exceptions dimension_not_found = 01.

DIMENSION_GET_FOR_UNIT call function 'DIMENSION_GET_FOR_UNIT' exporting unit = i_msehi importing dimension = e_dimid exceptions unit_not_found = 01.

CONVERSION_EXIT_NUMCV_INPUT call function 'CONVERSION_EXIT_NUMCV_INPUT' exporting input = c_field importing output = c_field.

DOCNUMBER_CHECK_IN_EXIT call function 'DOCNUMBER_CHECK_IN_EXIT' exporting ex_doknr = c_doknr ex_dokar = i_dokar importing doknr = c_doknr exceptions others = 1.

DOCUMENT_READ_CS_EXTRACT call function 'DOCUMENT_READ_CS_EXTRACT' exporting ddokar = i_dokar ddoknr = c_doknr ddoktl = c_doktl ddokvr = c_dokvr importing ecsxdoc = e_csxdoc exceptions no_document = 01.

MATERIAL_UNIT_FIND_30 call function 'MATERIAL_UNIT_FIND_30' exporting kzall = cs_check-cross matnr = i_matnr meinh = i_meinh meins = i_meins importing kzexi = tmp_kzexi exceptions material_not_found = 1 others = 2.

MATERIAL_UNIT_CONVERSION call function 'MATERIAL_UNIT_CONVERSION' exporting input = i_input kzmeinh = i_kzmeinh matnr = i_matnr meinh = i_meinh meins = i_meins importing output = e_output exceptions conversion_not_found = 01 overflow = 05 others = 09.

UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = hlp_menge unit_in = i_meinh unit_out = i_frtme importing output = hlp_menge exceptions conversion_not_found = 01 division_by_zero = 02 overflow = 05 others = 06.

UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = hlp_menge unit_in = i_meinh unit_out = i_meins importing output = hlp_menge exceptions conversion_not_found = 01 division_by_zero = 02 overflow = 05 others = 06.

UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = hlp_menge unit_in = i_meinh unit_out = i_ausme importing output = hlp_menge exceptions conversion_not_found = 01 division_by_zero = 02 overflow = 05 others = 06.

CP_MC_MESSAGE_COLLECT call function 'CP_MC_MESSAGE_COLLECT' exceptions message_not_collected = 1 others = 2.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = mtcom *d importing return = mtcor "note 700734 importing return = e_mtcor "note 700734 matdaten = e_mc29m exceptions material_not_found = 1 plant_not_found = 2 lock_on_material = 3 lock_on_plant = 4 lock_system_error = 5 others = 6.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = mtcom importing return = e_mtcor matdaten = e_mc29s exceptions material_not_found = 1 plant_not_found = 2 lock_on_material = 3 lock_on_plant = 4 lock_system_error = 5 others = 6.

SI_UNIT_GET call function 'SI_UNIT_GET' exporting dimension = i_dimid importing si_unit = e_msehi exceptions dimension_not_found = 01.

UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = i_input unit_in = i_unit_in unit_out = i_unit_out importing output = e_output exceptions conversion_not_found = 01 division_by_zero = 02 input_invalid = 03 output_invalid = 04 overflow = 05 type_invalid = 06 units_missing = 07 unit_in_not_found = 08 unit_out_not_found = 09.

UNIT_CORRESPONDENCE_CHECK





call function 'UNIT_CORRESPONDENCE_CHECK' exporting unit_in = i_unit_in unit_out = i_unit_out exceptions dimensions_are_different = 01 unit_in_not_found = 02 unit_out_not_found = 03.

BOM_BOMOK_PROVIDE call function 'BOM_BOMOK_PROVIDE' exporting i_stlty = cs_check-stlty_wbs i_pspnr = i_pspnr i_matnr = i_matnr i_separator = l_slash importing e_bomok = e_bomok.



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