SAP Reports / Programs

RSIWB096_BATCH SAP ABAP Report - Retrofit Itself







RSIWB096_BATCH 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 RSIWB096_BATCH 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 RSIWB096_BATCH. "Basic submit
SUBMIT RSIWB096_BATCH AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB096_BATCH 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: IDRESULT = D .
Selection Text: AREA = D .
Title: Retrofit Itself
Text Symbol: 044 = with Value:
Text Symbol: 043 = Folder in ORBITT Online Translation:
Text Symbol: 041 = Job Count
Text Symbol: 040 = Job Name
Text Symbol: 039 = with Transport Request
Text Symbol: 038 = to
Text Symbol: 037 = Release: from
Text Symbol: 036 = Retrofit Translations (language-dependent) Option:
Text Symbol: 035 = "All Languages"
Text Symbol: 034 = "All Languages <> German and English"
Text Symbol: 033 = "German - English Only"
Text Symbol: 032 = "For Folders Only" -
Text Symbol: 031 = "For Folders and Info Objects" -
Text Symbol: 030 = "For Info Objects Only" -
Text Symbol: 029 = Retrofit of Owner Namespace - Option:
Text Symbol: 028 = - New:
Text Symbol: 027 = Country:
Text Symbol: 026 = Release:
Text Symbol: 025 = Enhancement:
Text Symbol: 024 = - Old:
Text Symbol: 023 = Retrofit Contents (language-independent):
Text Symbol: 022 = Logs with ID &1
Text Symbol: 021 = Application log cannot be started
Text Symbol: 020 = Number of Transported LOIOs with the New Owner Namespace:
Text Symbol: 019 = Number of Transported PHIOs:
Text Symbol: 018 = Process completed successfully
Text Symbol: 017 = Number of Info Objects with New Owner Namespace:
Text Symbol: 016 = Transport Request for Change of Owner Namespace:
Text Symbol: 015 = LOIOs New Owner Namespace:
Text Symbol: 014 = Number of Migrated PHIOs:
Text Symbol: 013 = Errors:
Text Symbol: 011 = Transport Request for Migrated PHIOs:
Text Symbol: 009 = There are no migrated PHIOs. Process cancelled.
Text Symbol: 006 = Info objects have been determined for the selected folders
Text Symbol: 004 = Process started





Text Symbol: 003 = Selected Folder:
Text Symbol: 002 = Job for ID:
Text Symbol: 001 = from


INCLUDES used within this REPORT RSIWB096_BATCH

INCLUDE IWBCONST.
INCLUDE: FSIWBF01, FSIWBF03,
INCLUDE: FSIWBF01, FSIWBF03,

RSIWB096_BATCHF01.


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