SAP Reports / Programs

RCCUBD00 SAP ABAP Report - Characteristics and Values of Configurable Material







RCCUBD00 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 RCCUBD00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CU80 - Configurable Mat. Characteristics


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


Text pool values


Selection Text: PM_DATE = Date
Selection Text: PM_KNWCH = Check object dependencies
Selection Text: PM_LANGU = Language
Selection Text: PM_MATNR = Material
Selection Text: PM_WERTE = With values
Title: Characteristics and Values of Configurable Material
Text Symbol: 001 = Obj.Dependencies
Text Symbol: 002 = Character. required
Text Symbol: 003 = Char. Inherited
Text Symbol: 004 = Desc.
Text Symbol: 005 = Class Type
Text Symbol: 020 = Object
Text Symbol: 021 = Object Name
Text Symbol: 100 = Characteristic
Text Symbol: 101 = DP
Text Symbol: 102 = CR
Text Symbol: 103 = CI
Text Symbol: 110 = Value
Text Symbol: 120 = Configurable Material
Text Symbol: 200 = Class


INCLUDES used within this REPORT RCCUBD00

INCLUDE RCCUBD00TOP.
INCLUDE RCCUBD00C01.
INCLUDE RCCUBD00O100.
INCLUDE RCCUBD00I100.
INCLUDE RCCUBD00F01.
INCLUDE RCCUBD00F02.
INCLUDE RCCUBD00F03.
INCLUDE RCCUBD00F04.


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:

CTMS_CLASS_OBJECT_DDB CALL FUNCTION 'CTMS_CLASS_OBJECT_DDB' EXPORTING class = klah-class classtype = klah-klart * language = sy-langu "585880 language = mtcom-spras "585880 objectid = obtab_mara object = cuco_objek display = x key_date = pm_date EXCEPTIONS not_found = 1 no_allocation_to_classes = 2 OTHERS = 3.

CTMS_DDB_HAS_CHARACTERISTICS CALL FUNCTION 'CTMS_DDB_HAS_CHARACTERISTICS' EXPORTING required = x optional = x inherited_only = space assigned = x unassigned = x inherited_excluding = space TABLES exp_characteristics = xapi_char EXCEPTIONS not_found = 01 no_characteristic_in_ddb = 02.

CTMS_DDB_CHAR_HAS_ATTRIBUTES CALL FUNCTION 'CTMS_DDB_CHAR_HAS_ATTRIBUTES' TABLES imp_characteristics = xapi_char exp_attributes = xapi_ch_att.

CLSE_SELECT_CABN call function 'CLSE_SELECT_CABN' exporting key_date = pm_date tables in_cabn = lt_range_atinn t_cabn = lt_cabn.

CTMS_DDB_HAS_VALUES_INTERNAL CALL FUNCTION 'CTMS_DDB_HAS_VALUES_INTERNAL' EXPORTING assigned_values = space allowed_values = x first_assigned_value = space default_values = space TABLES imp_characteristics = xapi_char exp_values = xapi_vali EXCEPTIONS not_found = 01.



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