SAP Reports / Programs

RKE_CHACO_WRITE_CUSTOMIZING SAP ABAP Report - Convert Prof. Segments in Sender Table: Save Customizing Assignments







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


Text pool values


Title: Convert Prof. Segments in Sender Table: Save Customizing Assignments
Text Symbol: 110 = determinable
Text Symbol: 109 = No Company Code for Plant
Text Symbol: 108 = Not in CE4
Text Symbol: 107 = Search Table
Text Symbol: 106 = & of Prof. Segments Not Used in the Segment Table
Text Symbol: 105 = % of Prof. Segments Not Used in the Acct Assignment Table
Text Symbol: 104 = Table with Errors
Text Symbol: 103 = Error
Text Symbol: 102 = Prof. Segment Numbers Not in Acct
Text Symbol: 101 = AcctAssignmnt Nos Not in CE4
Text Symbol: 100 = Prof. Segment Numbers Not in CE4
Text Symbol: 006 = Only Reactivate Used Prof. Segments
Text Symbol: 005 = Tables to be Processed
Text Symbol: 004 = Options
Text Symbol: 003 = Prof. Segment Number Interval
Text Symbol: 002 = Operating Concern
Text Symbol: 001 = Program Mode
Text Symbol: 129 = Profitability Segmnts in the Segment Table Used Out of
Text Symbol: 128 = Test Run
Text Symbol: 127 = % of Profability Segments Used in Acct Assignment Table
Text Symbol: 126 = % of Profability Segments Used in Segment Table
Text Symbol: 125 = No. of Prof.Segment Numbers in System w/o CE4 Record:
Text Symbol: 124 = Operating Concern
Text Symbol: 123 = not assigned
Text Symbol: 122 = is not active
Text Symbol: 121 = Controlling Area
Text Symbol: 120 = and Org. Data:
Text Symbol: 119 = Inconsistent CO-Area from Table:
Text Symbol: 118 = Neither Company Code Nor Controlling Area Found
Text Symbol: 117 = No Controlling Area for Company Code:
Text Symbol: 116 = Company Code from Sales Org:
Text Symbol: 115 = not available
Text Symbol: 114 = Sales Organization:
Text Symbol: 113 = different
Text Symbol: 112 = and Company Code:
Text Symbol: 111 = Company Code from Plant:
Text Symbol: 147 = Invalidate Unused Segments in





Text Symbol: 146 = Clean Up Identical CE4 Records:
Text Symbol: 145 = Inconsistent
Text Symbol: 144 = For ProfSegmt
Text Symbol: 143 = No. of Duplicates:
Text Symbol: 142 = Check Identical CE4 Segments:
Text Symbol: 141 = Identification of Identical CE4 Segmnts:
Text Symbol: 140 = Read Table:
Text Symbol: 139 = UpdateRun -Identical Segmnts:
Text Symbol: 138 = Test Run -Identical Segments:
Text Symbol: 137 = Operating Concern Lock
Text Symbol: 136 = Only Reactivate
Text Symbol: 135 = Read by Package
Text Symbol: 134 = Save Memory
Text Symbol: 133 = Test Run
Text Symbol: 132 = Prof. Segments in Acct Assignment Table Not Used Out of
Text Symbol: 131 = Prof.Segments in the Segment Table Not Used Out of
Text Symbol: 130 = Prof.Segments in the Acct Assignment Table Used Out of
Text Symbol: 164 = Customizing changed :
Text Symbol: 163 = Derive
Text Symbol: 162 = Determine Type of Prof. Analysis:
Text Symbol: 161 = Read Segments:
Text Symbol: 160 = Search in All Selected Tables:
Text Symbol: 159 = Check References
Text Symbol: 158 = Reactivate Used Inactive Profitability Segments
Text Symbol: 157 = Invalidate Profitability Segments
Text Symbol: 156 = Results of the Run:
Text Symbol: 155 = Inconsistencies in Master Data:
Text Symbol: 154 = Inconsistencies in Segment Table:
Text Symbol: 153 = Program Parameter :
Text Symbol: 152 = Only Account-Based Prof. Analysis Active for
Text Symbol: 151 = Costing-Based and Account-Based Active for
Text Symbol: 150 = Only Costing-Based Prof. Analysis Active for
Text Symbol: 149 = Referenced in
Text Symbol: 148 = Reactivate Unused Segments in


INCLUDES used within this REPORT RKE_CHACO_WRITE_CUSTOMIZING

INCLUDE RKE_REO_SCAN_TOP.
INCLUDE RKE_REO_SCAN_ASSIGNMENTS.
INCLUDE RKE_REO_OUTPUT_FOR_SCAN.


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:






No SAP FUNCTION MODULES are executed within this report code!



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