SAP Reports / Programs | Logistics - General | Logistics Basic Data | Plant Master(LO-MD-PL) SAP LO

RWBTRAIM SAP ABAP Report - Import plant







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

WBTI - Import plants (file transfer)


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 RWBTRAIM. "Basic submit
SUBMIT RWBTRAIM AND RETURN. "Return to original report after report execution complete
SUBMIT RWBTRAIM 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: TESTRUN = Test Run
Selection Text: JOB = Job
Selection Text: FILENAME = File Name
Title: Import plant
Text Symbol: T08 = Background
Text Symbol: T07 = No plant found
Text Symbol: T06 = Object tables:
Text Symbol: T05 = Table
Text Symbol: T04 = Transp. table
Text Symbol: T03 = table content targ.
Text Symbol: T02 = Table content source
Text Symbol: T01 = Test run
Text Symbol: T00 = Imported objects
Text Symbol: P03 = No
Text Symbol: P02 = Yes
Text Symbol: P01 = This transaction is obsolete and should not be used. For more information, see SAP Note 737239. Do you want to continue?
Text Symbol: P00 = Obsolete Transaction
Text Symbol: E90 = File is empty:
Text Symbol: E40 = Plant &1 is an external plant already
Text Symbol: C04 = Job
Text Symbol: C03 = Test Run
Text Symbol: 209 = ImportedPlant
Text Symbol: 208 = Imported
Text Symbol: 207 = Objects
Text Symbol: 206 = Tgt
Text Symbol: 205 = Source
Text Symbol: 204 = Object Table for
Text Symbol: 202 = Import
Text Symbol: 201 = Successful
Text Symbol: 200 = Incomplete
Text Symbol: 001 = Test
Text Symbol: 000 = Enter a selection criterion


INCLUDES used within this REPORT RWBTRAIM

INCLUDE RW$BTRA1 .
INCLUDE RWBTRADRC.
INCLUDE RWBTRAEX_ALVF01.


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_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Obsolete Transaktion'(P00) * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = 'this transaction is obsolete and should not be used. Please see note 737239 for further information. Do you want to continue?'(P01)

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = C_LOG_FILENAME including_dir = 'X' IMPORTING emergency_flag = l_emergency file_name = FILENAME EXCEPTIONS others = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = C_LOG_FILENAME CHANGING physical_filename = FILENAME EXCEPTIONS OTHERS = 1.



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