SAP Reports / Programs

RCCSBIST SAP ABAP Report - Display of Batch Input Data from Sequential File (for RCSBI040)_







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

OS46 - Edit transfer file (long text)_


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 RCCSBIST. "Basic submit
SUBMIT RCCSBIST AND RETURN. "Return to original report after report execution complete
SUBMIT RCCSBIST 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: LOG_NAM = Logical File Name
Title: Display of Batch Input Data from Sequential File (for RCSBI040)_
Text Symbol: 027 = Long Text of BOM Item
Text Symbol: 026 = Long Text of Alternative BOM
Text Symbol: 025 = Long Text of BOM Header
Text Symbol: 024 = Save?
Text Symbol: 023 = No
Text Symbol: 022 = Yes
Text Symbol: 021 = Data was changed
Text Symbol: 020 = Save Data File?
Text Symbol: 015 = BOM Subitem
Text Symbol: 014 = Unknown
Text Symbol: 013 = & Transactions in File &
Text Symbol: 012 = BOM Item
Text Symbol: 011 = BOM Header
Text Symbol: 010 = New Folder
Text Symbol: 005 = Location of File to Be Imported
Text Symbol: 004 = Read File from Presentation Server
Text Symbol: 003 = Server Name
Text Symbol: 002 = Read File from External Application Server
Text Symbol: 001 = Read File from Application Server


INCLUDES used within this REPORT RCCSBIST

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = log_nam IMPORTING file_name = ds_name EXCEPTIONS file_not_found = 04 OTHERS = 08.

TH_SELECT_SERVER CALL FUNCTION 'TH_SELECT_SERVER' EXPORTING services = msxxlist-msgtypes IMPORTING server = server EXCEPTIONS no_server_list_received = 04 no_server_selected = 08.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = msxxlist-msgtypes TABLES list = server_tab.

CS_BI_GET_BOM_FILE_REMOTE_HOST CALL FUNCTION 'CS_BI_GET_BOM_FILE_REMOTE_HOST' DESTINATION server EXPORTING bom_filename = ds_name log_filename = log_nam "n 1524781 TABLES bom_file = pc_data_tab EXCEPTIONS logical_filename_not_found = 01 "n 1524781 validation_failed = 02 "n 1524781 open_failure = 04 file_contains_no_data = 08.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_logfile_ldm CHANGING PHYSICAL_FILENAME = ds_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2.

BI_EDIT_DATA CALL FUNCTION 'BI_EDIT_DATA' EXPORTING list_title = title alter_allowed = konst_x create_tables_statement = konst_x IMPORTING save_pressed = l_saved TABLES disp_data = datedit CHANGING data_altered = altered EXCEPTIONS no_tables_statement = 1 OTHERS = 2.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "JA Sicherungspopup EXPORTING defaultoption = '1' textline2 = 'Datenfile zurückschreiben?'(020) textline1 = 'Die Daten wurden geändert'(021) text_option1 = 'Ja'(022) text_option2 = 'Nein'(023) titel = 'Sichern ?'(024) IMPORTING answer = antwort EXCEPTIONS OTHERS = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_logfile_ldm CHANGING PHYSICAL_FILENAME = ds_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2.

CLBA_UPDATE_FILE_REMOTE_HOST CALL FUNCTION 'CLBA_UPDATE_FILE_REMOTE_HOST' DESTINATION server EXPORTING file_name = ds_name TABLES data_tab = datedit EXCEPTIONS open_failure = 1 OTHERS = 2.



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