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

SAPRAKB SAP ABAP Report - Downward-Compatible Development - Data Management







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

SAKB0 - Transfer of Released Data


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. "Basic submit
SUBMIT SAPRAKB AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRAKB 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: PRODREL = Release
Selection Text: PROD = Server Product
Title: Downward-Compatible Development - Data Management
Text Symbol: T01 = Replication Status
Text Symbol: 035 = Should uses of frozen objects also be determined?
Text Symbol: 034 = Transmission of Interface
Text Symbol: 033 = Version
Text Symbol: 032 = Do you want a completely new calculation?
Text Symbol: 031 = Freeze Objects
Text Symbol: 030 = Are these objects to be frozen?
Text Symbol: 029 = Calculate Usage Structure
Text Symbol: 028 = The test result was changed
Text Symbol: 027 = Replication of Product Definitions
Text Symbol: 026 = Details
Text Symbol: 025 = The interface was analyzed
Text Symbol: 024 = Usages
Text Symbol: 023 = Where-Used List
Text Symbol: 022 = Where-Used List of Table Fields?
Text Symbol: 021 = Object(s)
Text Symbol: 020 = Compatibility
Text Symbol: 019 = Status
Text Symbol: 018 = Type from type group or class/interface component
Text Symbol: 017 = Component
Text Symbol: 016 = Object(s) with Missing Usage Declarations
Text Symbol: 015 = Usage declaration has not yet been requested
Text Symbol: 014 = supplied on
Text Symbol: 013 = Restart transfer?
Text Symbol: 012 = Transfer already taking place.
Text Symbol: 011 = Systems for delivery
Text Symbol: 010 = Currently no data transferred.
Text Symbol: 009 = Transfer running; transferred objects.
Text Symbol: 008 = Interface already transferred.
Text Symbol: 007 = Interface has not yet been transferred.
Text Symbol: 006 = Product data was changed incorrectly.
Text Symbol: 005 = System data was changed incorrectly.
Text Symbol: 004 = Do you wish to exit transaction without save?
Text Symbol: 003 = Production descriptions were changed.
Text Symbol: 002 = Save the changes?





Text Symbol: 001 = System data was changed.


INCLUDES used within this REPORT SAPRAKB

INCLUDE RAKBTOP . " GLOBAL DATA
INCLUDE RAKB_STATUS_0200O01.
INCLUDE RAKB_USER_COMMAND_0200I01.
INCLUDE RAKB_MAIN.
INCLUDE RAKB_HELPERF01.
INCLUDE RAKB_CLASSES01.
INCLUDE RAKB_201_O01.
INCLUDE RAKB_202_O01.
INCLUDE RAKB_202_I01.
INCLUDE RAKB_201_I01.
INCLUDE RAKB_203_I01.
INCLUDE RAKB_203_O01.
INCLUDE RAKB_204_I01.
INCLUDE RAKB_204_O01.
INCLUDE RAKB_205_I01.
INCLUDE RAKB_205_O01.
INCLUDE RAKB_0300_O01.
INCLUDE RAKB_0300_I01.
INCLUDE RAKB_0310_O01.
INCLUDE RAKB_0310_I01.
INCLUDE RAKB_0210_O01.
INCLUDE RAKB_0210_I01.
INCLUDE RAKB_0400_O01.
INCLUDE RAKB_0400_I01.
INCLUDE RAKB_SAVEO01.
INCLUDE RAKB_0600.
INCLUDE RAKB_0223_O01.
INCLUDE RAKB_320.
INCLUDE RAKB_0222_O01.


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