SAP Reports / Programs | Cross-Application Components | Classification | Characteristics(CA-CL-CHR) SAP CA

RCCTBISC SAP ABAP Report - Display and Change Batch Input Data for Characteristics from Seq. File







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

CT22 - Maint. Seq. File for Characteristics


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 RCCTBISC. "Basic submit
SUBMIT RCCTBISC AND RETURN. "Return to original report after report execution complete
SUBMIT RCCTBISC 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 and Change Batch Input Data for Characteristics from Seq. File
Text Symbol: 001 = Read file from application server
Text Symbol: 002 = Read file from external application server
Text Symbol: 003 = Server name
Text Symbol: 004 = Read file from presentation server
Text Symbol: 005 = Location of file to be imported
Text Symbol: 010 = New session
Text Symbol: 011 = Characteristic
Text Symbol: 012 = Characteristic Values
Text Symbol: 013 = & transactions of file &
Text Symbol: 014 = Unknown
Text Symbol: 020 = Write data file?
Text Symbol: 021 = The data has been changed
Text Symbol: 022 = Yes
Text Symbol: 023 = No
Text Symbol: 024 = Save?


INCLUDES used within this REPORT RCCTBISC

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:

TR_GET_SAPR3_TYPE CALL FUNCTION 'TR_GET_SAPR3_TYPE' IMPORTING DEVTYPE = lF_SAP_SYSTEM TABLES TT_CVERS = lit_FLAGS_CVERS EXCEPTIONS OTHERS = 0.

FILE_LOGFILE_ALIAS_PBO CALL FUNCTION 'FILE_LOGFILE_ALIAS_PBO' EXPORTING ed_logfile_appl = gc_logfile ed_parameter_name = 'LOG_NAM' CHANGING cd_logfile_param = log_nam.

FILE_LOGFILE_ALIAS_PBO CALL FUNCTION 'FILE_LOGFILE_ALIAS_PBO' EXPORTING ed_logfile_appl = gc_logfile CHANGING cd_logfile_param = log_nam.

FILE_LOGFILE_ALIAS_PAI CALL FUNCTION 'FILE_LOGFILE_ALIAS_PAI' EXPORTING ed_logfile_appl = gc_logfile CHANGING cd_logfile = log_nam EXCEPTIONS OTHERS = 1.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = log_nam use_presentation_server = data_frn IMPORTING file_name = ds_name EXCEPTIONS file_not_found = 1 OTHERS = 2.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = log_nam CHANGING physical_filename = ds_name EXCEPTIONS OTHERS = 1.

FILE_LOGFILE_ALIAS_PAI CALL FUNCTION 'FILE_LOGFILE_ALIAS_PAI' EXPORTING ed_logfile_appl = gc_logfile CHANGING cd_logfile = log_nam EXCEPTIONS OTHERS = 1.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = log_nam use_presentation_server = data_frn IMPORTING file_name = ds_name EXCEPTIONS file_not_found = 1 OTHERS = 2.

FILE_LOGFILE_ALIAS_F4 CALL FUNCTION 'FILE_LOGFILE_ALIAS_F4' EXPORTING ed_logfile_appl = gc_logfile ed_parameter_name = 'LOG_NAM' CHANGING cd_logical_file = log_nam.

FILE_LOGFILE_F4 CALL FUNCTION 'FILE_LOGFILE_F4' IMPORTING id_logical_file = log_nam EXCEPTIONS OTHERS = 1.

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.

CTB1_GET_DATA_FROM_REMOTE_HOST CALL FUNCTION 'CTB1_GET_DATA_FROM_REMOTE_HOST' DESTINATION SERVER EXPORTING FILE_NAME = DS_NAME logical_filename = log_nam TABLES file_contents = pc_data_tab EXCEPTIONS logical_filename_not_found = 01 validation_failed = 02 open_failure = 04 file_contains_no_data = 08.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = log_nam CHANGING physical_filename = ds_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 4.

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.

CLBA_UPDATE_FILE_REMOTE_HOST CALL FUNCTION 'CLBA_UPDATE_FILE_REMOTE_HOST' DESTINATION server EXPORTING file_name = ds_name logical_filename = log_nam 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 RCCTBISC or its description.