SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Package Tools(BC-DWB-TOO-PAK) SAP BC

SAPRAKB_COMP_CHECK SAP ABAP Report - Program SAPRAKB_CHECKTRKORR







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


Text pool values


Title: Program SAPRAKB_CHECKTRKORR
Text Symbol: 024 = Changble
Text Symbol: 025 = Partially Frozen
Text Symbol: 026 = Obsol.
Text Symbol: 027 = Frozen
Text Symbol: 028 = Released
Text Symbol: 029 = Where-Used List
Text Symbol: 030 = Where-Used List
Text Symbol: 031 = Processing to run in the background?
Text Symbol: 032 = Status
Text Symbol: 033 = Check Compatibility Again
Text Symbol: 034 = Do You Want to Continue Anyway?
Text Symbol: 035 = Should possible inconsistencies be corrected?
Text Symbol: T01 = Display Objects with Undefined Results
Text Symbol: T02 = Display Compatibly-Changed Objects
Text Symbol: T03 = Display Incompatibly-Changed Objects
Text Symbol: T04 = Objects with Undefined Results
Text Symbol: T05 = Compatibly Changed Objects
Text Symbol: T06 = Incompatibly Changed Objects
Text Symbol: T07 = Versioned Check Results
Text Symbol: T08 = Object Type
Text Symbol: T09 = Object Name
Text Symbol: T10 = Compatibility Status
Text Symbol: 001 = Compatibility specifications were changed
Text Symbol: 002 = Do you wish to store the data?
Text Symbol: 003 = Comments
Text Symbol: 004 = Orig. System
Text Symbol: 005 = Expert
Text Symbol: 006 = Change approved by
Text Symbol: 007 = Standard
Text Symbol: 008 = Delete the following project?
Text Symbol: 009 = Delete a Project
Text Symbol: 010 = Frozen Subcomponents
Text Symbol: 011 = Transmit Objects
Text Symbol: 012 = Delete object list?
Text Symbol: 013 = Deletion of Objectlists
Text Symbol: 014 = No project selected yet
Text Symbol: 015 = Only Internal Usage





Text Symbol: 016 = Compatibility Text
Text Symbol: 017 = Display Changes
Text Symbol: 018 = Display Changes
Text Symbol: 019 = System (old)
Text Symbol: 020 = Version (old)
Text Symbol: 021 = System (new)
Text Symbol: 022 = Version (new)
Text Symbol: 023 = Check Result


INCLUDES used within this REPORT SAPRAKB_COMP_CHECK

INCLUDE RAKB_COMP_CHECKTOP . " GLOBAL DATA
INCLUDE RAKB_COMP_CHECK_0100_O01.
INCLUDE RAKB_COMP_CHECK_0100_I01.
INCLUDE RAKB_COMP_CHECK_F01.
INCLUDE RAKB_COMP_CHECK_0100_C01.
INCLUDE RAKB_COMP_CHECK_0200_O01.
INCLUDE RAKB_COMP_CHECK_0200_I01.
INCLUDE RAKB_COMP_CHECK_0200_EVT.
INCLUDE RAKB_COMP_CHECK_0300_O01.
INCLUDE RAKB_COMP_CHECK_0300_I01.
INCLUDE RAKB_COMP_CHECK_0400_O01.
INCLUDE RAKB_COMP_CHECK_0400_I01.
INCLUDE RAKB_COMP_CHECK_0110.
INCLUDE RAKB_COMP_CHECK_0120_O01.
INCLUDE RAKB_COMP_CHECK_0130.
INCLUDE RAKB_COMP_CHECK_0140.


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