SAP Reports / Programs | Cross-Application Components | Classification | Characteristics(CA-CL-CHR) SAP CA

RCCTUT01 SAP ABAP Report - Update Overwritten Values from Global Characteristic







RCCTUT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to make mass changes to overwritten characteristic values...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCCTUT01 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 RCCTUT01. "Basic submit
SUBMIT RCCTUT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCTUT01 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: CHARACT = Characteristic
Title: Update Overwritten Values from Global Characteristic
Text Symbol: 001 = Type
Text Symbol: 002 = Class
Text Symbol: 003 = Class description
Text Symbol: 004 = Characteristic value
Text Symbol: 005 = Description
Text Symbol: 006 = L
Text Symbol: 010 = Characteristic


INCLUDES used within this REPORT RCCTUT01

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:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 1.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'. "SM_536115

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING ID = TEXT_ID LANGUAGE = ALL_LANGUAGES NAME = NAME OBJECT = TEXT_OBJECT TABLES SELECTIONS = COPY_HEADER.

COPY_TEXTS CALL FUNCTION 'COPY_TEXTS' TABLES TEXTS = TEXTS EXCEPTIONS OTHERS = 1.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING ID = TEXT_ID LANGUAGE = ALL_LANGUAGES NAME = NAME OBJECT = TEXT_OBJECT TABLES SELECTIONS = DELETE_HEADER.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = DELETE_HEADER-TDID LANGUAGE = DELETE_HEADER-TDSPRAS NAME = DELETE_HEADER-TDNAME OBJECT = DELETE_HEADER-TDOBJECT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'. "SM_536115

CLSE_SELECT_CABN_VIA_NAME CALL FUNCTION 'CLSE_SELECT_CABN_VIA_NAME' EXPORTING CHARACTERISTIC = CHARACT TABLES T_CABN = CABN_N EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLSE_SELECT_CABNT CALL FUNCTION 'CLSE_SELECT_CABNT' EXPORTING LANGUAGE = SY-LANGU TABLES IN_CABN = R_CHARACT T_CABNT = CABNT_N EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLSE_SELECT_CAWN CALL FUNCTION 'CLSE_SELECT_CAWN' TABLES IN_CABN = R_CHARACT T_CAWN = CAWN_N EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLSE_SELECT_CAWNT CALL FUNCTION 'CLSE_SELECT_CAWNT' TABLES IN_CABN = R_CHARACT T_CAWNT = CAWNT_N EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLSE_SELECT_USR01 CALL FUNCTION 'CLSE_SELECT_USR01' IMPORTING DECIMAL_SIGN = DECIMALPOINT EXCEPTIONS OTHERS = 1.

CTCV_PREPARE_VALUES_TO_DISPLAY CALL FUNCTION 'CTCV_PREPARE_VALUES_TO_DISPLAY' EXPORTING CONDENSE = C_YES DECIMALPOINT = DECIMALPOINT STRING_WITH_BASEUNIT = C_YES STRUCTURE_CABN = CABN_N STRUCTURE_CAWN = CAWN_N IMPORTING STRING = CAWN_N-ATWRT EXCEPTIONS OVERFLOW = 1 OTHERS = 2.

CLSE_SELECT_CAWN CALL FUNCTION 'CLSE_SELECT_CAWN' EXPORTING BYPASSING_BUFFER = C_MARK TABLES IN_CABN = R_CHARACT T_CAWN = CAWN_O EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLSE_SELECT_CAWNT CALL FUNCTION 'CLSE_SELECT_CAWNT' EXPORTING BYPASSING_BUFFER = C_MARK TABLES IN_CABN = R_CHARACT T_CAWNT = CAWNT_O EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CTCV_PREPARE_VALUES_TO_DISPLAY CALL FUNCTION 'CTCV_PREPARE_VALUES_TO_DISPLAY' EXPORTING CONDENSE = C_YES DECIMALPOINT = DECIMALPOINT STRING_WITH_BASEUNIT = C_YES STRUCTURE_CABN = CABN_N STRUCTURE_CAWN = CAWN_O IMPORTING STRING = CAWN_O-ATWRT EXCEPTIONS OVERFLOW = 1 OTHERS = 2.

CUKD_COPY_ALLOCATION CALL FUNCTION 'CUKD_COPY_ALLOCATION' EXPORTING ALLOCATION_NUMBER_OLD = CAWN_I-KNOBJ TABLE = TABLE IMPORTING ALLOCATION_NUMBER_NEW = CAWN_I-KNOBJ EXCEPTIONS ECM_NUMBER_NOT_FOUND = 1 ECM_NUMBER_NOT_FOR_DEPS = 2 NO_ALLOCATION_FOUND = 3 DATE_IN_PAST = 4 OTHERS = 5.

ENQUEUE_ECKSSKXE CALL FUNCTION 'ENQUEUE_ECKSSKXE' EXPORTING KLART = CLASS_TAB-KLART CLASS = CLASS_TAB-CLASS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

CUKD_DELETE_ALLOCATION





CALL FUNCTION 'CUKD_DELETE_ALLOCATION' EXPORTING ALLOCATION_NUMBER = CAWN_O-KNOBJ TABLE = TABLE EXCEPTIONS ERROR = 1 ECM_NUMBER_NOT_FOUND = 2 ECM_NUMBER_NOT_FOR_DEPS = 3 ECM_NEEDED = 4 DATE_IN_PAST = 5 OTHERS = 6.



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