SAP Reports / Programs | Basis Components | Basis Components | Replacing standard texts with industry specific texts(BC-DOC-RIT) SAP BC

RSBRAN03 SAP ABAP Report - Distribution of Industry Texts







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


Text pool values


Activation of Terminology Changes
Title: Distribution of Industry Texts
Text Symbol: 029 = Interfaces regenerated
Text Symbol: 030 = No. of old BRATEXT entries deleted:
Text Symbol: 031 = Screens
Text Symbol: 032 = User interfaces
Text Symbol: 033 = Data elements
Text Symbol: 034 = Report programs
Text Symbol: 035 = Tables
Text Symbol: 036 = Total
Text Symbol: 037 = Number of Objects Processed
Text Symbol: 038 = No. of objects changed/not changed
Text Symbol: 039 = Start Time
Text Symbol: 040 = Exit
Text Symbol: 041 = Language
Text Symbol: 042 = Industry
Text Symbol: 043 = Following screens were not generated:
Text Symbol: 044 = Runtime
Text Symbol: 045 = Number of texts to be swapped
Text Symbol: 046 = No texts available
Text Symbol: 047 = End of Processing
Text Symbol: 048 = Difference between swapped texts and those to be swapped
Text Symbol: 049 = Average of swapped texts per object
Text Symbol: 028 = The following programs were not generated:
Text Symbol: 001 = Read CUA
Text Symbol: 002 = Read dynpro
Text Symbol: 003 = Read text pool
Text Symbol: 004 = Table
Text Symbol: 005 = Master
Text Symbol: 006 = Read data element
Text Symbol: 010 = Lines
Text Symbol: 011 = CUA Conversion
Text Symbol: 012 = Dynpro conversion
Text Symbol: 013 = Textpool conversion
Text Symbol: 014 = Lines read
Text Symbol: 015 = Read error
Text Symbol: 016 = Modifications
Text Symbol: 017 = Update error





Text Symbol: 018 = Data element convers
Text Symbol: 020 = Error
Text Symbol: 021 = Records read
Text Symbol: 022 = Conversion error
Text Symbol: 023 = no conversion
Text Symbol: 024 = okay
Text Symbol: 025 = Edited, no conversion
Text Symbol: 026 = Texts converted
Text Symbol: 027 = Records not found


INCLUDES used within this REPORT RSBRAN03

No INCLUDES are used within this REPORT code!


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:

DDIF_STATE_GET CALL FUNCTION 'DDIF_STATE_GET' EXPORTING type = 'TABL' name = ibratext-tabname * ID = state = 'A' IMPORTING gotstate = gv_tabstate EXCEPTIONS illegal_input = 1 OTHERS = 2 .

PROGRAM_TCODE_SPLIT CALL FUNCTION 'PROGRAM_TCODE_SPLIT' EXPORTING program = sel-name EXCEPTIONS no_area_menu = 1 delimiter_wrong_position = 2 delimiter_wrong_number = 3 no_valid_namespace = 4 OTHERS = 5.

RS_CUA_INTERNAL_GENERATE CALL FUNCTION 'RS_CUA_INTERNAL_GENERATE' EXPORTING program = sel-name object_class = object_class generate_path = 'X' EXCEPTIONS not_found = 1 syntax_error = 2 generation_failed = 3 OTHERS = 4.

DD_DYSTAMP_TOUCH CALL FUNCTION 'DD_DYSTAMP_TOUCH' IMPORTING read_errors = i1 write_errors = i2 updates = i3 TABLES names_tab = itabl EXCEPTIONS illegal_value = 01.

RZL_READ_DIR CALL FUNCTION 'RZL_READ_DIR' EXPORTING name = ldir srvname = server TABLES file_tbl = file_list EXCEPTIONS OTHERS = 99.

INITIALIZE_PROTOCOL_WITH_FILE CALL FUNCTION 'INITIALIZE_PROTOCOL_WITH_FILE' EXPORTING file = protfilename EXCEPTIONS OTHERS = 99.

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING accept_not_init = 'X' close_file = close_flag condense = space master_langu = sy-langu open_file = open_flag TABLES xmsg = prottab EXCEPTIONS OTHERS = 99.



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