SAP Reports / Programs

RKE_REMOVE_REFERENCES SAP ABAP Report - Use Profitability Segment Numbers with CHACO







RKE_REMOVE_REFERENCES 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_REMOVE_REFERENCES 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_REMOVE_REFERENCES. "Basic submit
SUBMIT RKE_REMOVE_REFERENCES AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_REMOVE_REFERENCES 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: GA_ERKRS = Operating Concern
Selection Text: G_ACC = Financial Accounting
Selection Text: G_BIL = Billing Data
Selection Text: G_CO = Controlling
Selection Text: G_CSTCH = Customizing changed
Selection Text: G_DEL = Deliveries
Selection Text: G_DERIVE = Call up Derivation
Selection Text: G_LOCK = Lock Operating Concern
Selection Text: G_MISC = Other Tables
Selection Text: G_MM = Materials Management
Selection Text: G_OPA = Settlement Rules
Selection Text: G_PACKET = Read by Package
Selection Text: G_PCA = Profit Center Accounting
Selection Text: G_REAL = Update Run
Selection Text: G_SLS = Sales documents
Selection Text: G_TEST = Test Run
Title: Use Profitability Segment Numbers with CHACO
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: 117 = No Controlling Area for Company Code:
Text Symbol: 118 = Neither Company Code Nor Controlling Area Found
Text Symbol: 119 = Inconsistent CO-Area from Table:
Text Symbol: 120 = and Org. Data:
Text Symbol: 121 = Controlling Area
Text Symbol: 122 = is not active





Text Symbol: 123 = is not assigned
Text Symbol: 124 = Operating Concern
Text Symbol: 125 = No. of Prof.Segment Numbers in System w/o CE4 Record:
Text Symbol: 126 = % of Profability Segments Used in Segment Table
Text Symbol: 127 = % of Profability Segments Used in Acct Assignment Table
Text Symbol: 128 = Test Run
Text Symbol: 129 = Profitability Segmnts in the Segment Table Used Out of
Text Symbol: 130 = Prof.Segments in the Acct Assignment Table Used Out of
Text Symbol: 131 = Prof.Segments in the Segment Table Not Used Out of
Text Symbol: 132 = Prof. Segments in Acct Assignment Table Not Used Out of
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: 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
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: 205 = Execute
Text Symbol: 204 = No
Text Symbol: 203 = Yes
Text Symbol: 202 = Do you really want to execute the program?
Text Symbol: 165 = No Search in Table
Text Symbol: 164 = Customizing changed :
Text Symbol: 140 = Read Table:
Text Symbol: 116 = Company Code from Sales Org:
Text Symbol: 115 = is 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: 110 = determinable
Text Symbol: 109 = No Company Code for Plant


INCLUDES used within this REPORT RKE_REMOVE_REFERENCES

INCLUDE RKE_REO_SCAN_TOP.


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:

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-202 text_option1 = text-203 text_option2 = text-204 titel = text-205 importing answer = g_answer.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = I_WORK-TABLE TABLES FIELDTAB = XT_DFIES EXCEPTIONS OTHERS = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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