SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Management(PP-PI-PMA) SAP PP

RCIIC002 SAP ABAP Report - Settings for Process Management: Copy Between Plants







RCIIC002 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 RCIIC002 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

O20C - ProcMgmt: Copy Settings betw. Plants


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 RCIIC002. "Basic submit
SUBMIT RCIIC002 AND RETURN. "Return to original report after report execution complete
SUBMIT RCIIC002 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: SEQ = Control Recipe Destination
Selection Text: PLNT_OLD = Copy from Plant
Selection Text: PLNT_NEW = to plant
Selection Text: MESS = Process Message Categories
Selection Text: INST = Process Instruction Categories
Selection Text: GRMS = Charact. Groups for Messages
Selection Text: GRFT = Charact. Grps for Instructions
Selection Text: DEST = Message Destinations
Title: Settings for Process Management: Copy Between Plants
Text Symbol: 600 = Instruction Cat.
Text Symbol: 410 = Selection
Text Symbol: 405 = S
Text Symbol: 400 = Destination
Text Symbol: 350 = Charact. Group ;;
Text Symbol: 311 = Description
Text Symbol: 310 = Description
Text Symbol: 300 = Message Cat. ;;
Text Symbol: 211 = To Plant
Text Symbol: 210 = From Plant
Text Symbol: 105 = Characteristic Groups for Messages/Instructions
Text Symbol: 104 = Message Destinations
Text Symbol: 103 = Message/Instr. Cats
Text Symbol: 102 = Control Recipe Destination
Text Symbol: 019 = Assignment of ProcInstructions:
Text Symbol: 018 = No.
Text Symbol: 017 = Item
Text Symbol: 016 = Process Instructions to Be Generated:
Text Symbol: 015 = Destination-Specific Target Fields:
Text Symbol: 014 = Assignments of Destination-Specific Target Fields
Text Symbol: 013 = Destination Assignments:
Text Symbol: 012 = Characteristics Assignments:
Text Symbol: 011 = Objects Already Existing in Target Plant:
Text Symbol: 010 = Copied Objects:
Text Symbol: 009 = Characteristics Groups for Process Instructions:
Text Symbol: 008 = Characteristics Groups for Process Messages:
Text Symbol: 005 = Message Destinations:
Text Symbol: 003 = Ctrl Rec.Destinations:
Text Symbol: 002 = Process Instruction Categories:





Text Symbol: 001 = Process Message Categories:


INCLUDES used within this REPORT RCIIC002

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:

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING IV_NO_SHOW_OPTION = ON TABLES WT_KO200 = WT_KO200 WT_E071K = WT_E071K EXCEPTIONS OTHERS = 1.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING IV_NO_SHOW_OPTION = ON TABLES WT_KO200 = WT_KO200 WT_E071K = WT_E071K EXCEPTIONS OTHERS = 1.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING IV_NO_SHOW_OPTION = ON TABLES WT_KO200 = WT_KO200 WT_E071K = WT_E071K EXCEPTIONS OTHERS = 1.

CIIC_PM_SETTINGS_INSERT_DB CALL FUNCTION 'CIIC_PM_SETTINGS_INSERT_DB' IN UPDATE TASK TABLES XTC50 = XTC50 XTC51 = XTC51 XTC55 = XTC55 XTC50T = XTC50T XTC51T = XTC51T XTC55T = XTC55T XTC50C = XTC50C XTC50D = XTC50D XTC50P = XTC50P XTC52 = XTC52 XTC57 = XTC57 XTC52A = XTC52A XTC53 = XTC53.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXCEPTIONS OTHERS = 1.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' EXPORTING FEATURE_NAME = ATNAM LANGUAGE = SY-LANGU IMPORTING FEATURE_NAME = ATBEZ EXCEPTIONS NO_FEATURE_FOUND = 03 OTHERS = 07.

COC1_FEATURE_CHECK CALL FUNCTION 'COC1_FEATURE_CHECK' EXPORTING FEATURE_NEUTRAL_NAME = P_STC50C-ATNAM IMPORTING FEATURE_ID = L_ATINN VALUE_ASSIGNMENT_WITH_LONGTEXT = L_FLG_LONGTEXT EXCEPTIONS INVALID_CLASS_TYPE = 1 MISSING_FEATURE_INFORMATION = 2 NO_FEATURE_FOUND = 3 NO_FEATURE_VALID = 4 NO_LANGUAGE = 5 OTHERS = 6.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = LOC_ID_NEW LANGUAGE = STC50T-SPRAS NAME = TEXT_NAME_OLD2 OBJECT = LOC_OBJECT IMPORTING HEADER = TEXTHEAD TABLES LINES = TEXTL EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = LOC_ID_OLD LANGUAGE = STC50T-SPRAS NAME = TEXT_NAME_OLD1 OBJECT = LOC_OBJECT IMPORTING HEADER = TEXTHEAD TABLES LINES = TEXTL EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = LOC_ID_NEW LANGUAGE = STC50T-SPRAS NAME = TEXT_NAME_NEW1 OBJECT = LOC_OBJECT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = LOC_ID_OLD LANGUAGE = STC50T-SPRAS NAME = TEXT_NAME_NEW2 OBJECT = LOC_OBJECT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

TEXT_COPY CALL FUNCTION 'TEXT_COPY' EXPORTING ID_NEW = LOC_ID_NEW ID_OLD = LOC_ID SPRAS_OLD = STC50T-SPRAS LTSCH_NEW = TEXT_NAME_NEW2 LTSCH_OLD = TEXT_NAME_OLD OBJECT_OLD = LOC_OBJECT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING OBJNAME = TAB_NAME-TAB BEGIN = 'X' OBJTYPE = 'T' TABLES DDOBJECTS = DDOBJECTS.

VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING OBJNAME = TAB_NAME-TAB BEGIN = ' ' OBJTYPE = 'T' TABLES DDOBJECTS = DDOBJECTS.



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