SAP Reports / Programs

RCCULC01 SAP ABAP Report - Transfer Basic Data --> SAP Configurator







RCCULC01 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 RCCULC01 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 RCCULC01. "Basic submit
SUBMIT RCCULC01 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCULC01 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_DATUV = Validity date
Selection Text: PM_KBNAM = Name of dependency
Selection Text: PM_KLART = Class type
Selection Text: PM_KLASS = Object type (class=X)
Selection Text: PM_LANGU = Language
Selection Text: PM_MATNR = Material/class
Selection Text: PM_O_FIL = Transfer dependency
Selection Text: PM_O_LST = Display dependency
Selection Text: PM_PATH = Path
Selection Text: PM_STLAL = Alternative
Selection Text: PM_STLAN = Application
Selection Text: PM_TECHV = Technical status
Selection Text: PM_WERKS = Plant
Title: Transfer Basic Data --> SAP Configurator
Text Symbol: 001 = Start object --------------------------------------------------------------
Text Symbol: 002 = BOM --------------------------------------------------------
Text Symbol: 003 = Output --------------------------------------------------------------------


INCLUDES used within this REPORT RCCULC01

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_BOM_EXPLOSION_MAT CALL FUNCTION 'CS_BOM_EXPLOSION_MAT' EXPORTING ALTVO = ' ' AUFSW = ' ' AUSKZ = ' ' BAGRP = ' ' BEIKZ = ' ' BESSL = ' ' BREMS = ' ' CAPID = 'DIS1' DATUV = PM_DATUV EMENG = X_EMENG ERSKZ = ' ' ERSSL = ' ' MBWLS = ' ' MTNRV = OBJECT_HIER_ACT-ITEM_KEY MEHRS = ' ' POSTP = ' ' SANKO = ' ' SANFR = ' ' SANKA = ' ' SANIN = ' ' SANVS = ' ' SCHGT = ' ' STLAL = PM_STLAL STLAN = PM_STLAN WERKS = PM_WERKS TABLES STB = STB EXCEPTIONS MATERIAL_NOT_FOUND = 4 NO_PLANT_DATA = 8 NO_BOM_FOUND = 12 NO_SUITABLE_BOM_FOUND = 16 ALT_NOT_FOUND = 20.

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING CLASS = CLASS CLASSNUMBER = DUMMY_CLASSNUMBER CLASSTYPE = PM_KLART DESCRIPTION_ONLY = SPACE IMPORTING CLASS_DESCRIPTION = PARM_CLASS_DESCRIPTION XKLAH = XKLAH.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MAKT TABLES SEQMAT01 = DUMMY.

CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING CLASS = DUMMY_CLASS CLASSNUMBER = KSSK-CLINT CLASSTYPE = PM_KLART IMPORTING XKLAH = XKLAH.

CUKD_GET_RELATIONS_FOR_OBJECT CALL FUNCTION 'CUKD_GET_RELATIONS_FOR_OBJECT' EXPORTING OBJECTKEY = OBJECT_HIER-KNOBJ TABLE = 'STPO' TABLES CUKDTB = XKDTB EXCEPTIONS NO_RELATION_FOUND = 01.

CUKD_GET_KNOWLEDGE CALL FUNCTION 'CUKD_GET_KNOWLEDGE' EXPORTING KNOWLEDGE_TYPE = SPACE RELATION = XKDTB-KNNAM RELATION_NR = XKDTB-KNINR TABLES KNOWLEDGE_TAB = XSOURCE EXCEPTIONS NO_KNOWLEDGE_FOUND = 01 NO_RELATION_FOUND = 02.

CTCV_PREPARE_VALUES_TO_DISPLAY CALL FUNCTION 'CTCV_PREPARE_VALUES_TO_DISPLAY' EXPORTING ALIGN = 'NO' CONDENSE = 'NO' DECIMALPOINT = '.'



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