RM06BBIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to display or change batch input files for purchase requisitions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RM06BBIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OMHT - Display Requisition Transfer File
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.
Selection Text: OS_NAME = Physical file name
Selection Text: MIN_LINE = Output transactions from no.
Selection Text: MAX_LINE = Output transactions up to no.
Selection Text: LDS_NAME = Logical file name
Selection Text: KZ_PRF = Make preliminary check
Title: Data Transfer: Requisition: Display/Change Content of Sequential File
Text Symbol: 851 = or
Text Symbol: 850 = Transactions/checks
Text Symbol: 813 = Presentation server
Text Symbol: 812 = Application server
Text Symbol: 810 = Server name
Text Symbol: 809 = Filing location of file to be imported
Text Symbol: 808 = Read file from external application server
Text Symbol: 806 = Read file from application server
Text Symbol: 033 = Info
Text Symbol: 031 = Trans.
Text Symbol: 030 = Unknown
Text Symbol: 026 = Service Specs Outline
Text Symbol: 025 = Service line account assignment
Text Symbol: 024 = Service line
Text Symbol: 023 = Text ID &
Text Symbol: 022 = Component
Text Symbol: 021 = Item
Text Symbol: 020 = New session
Text Symbol: 019 = Acct.assgt
Text Symbol: 011 = I--- More transactions exist
Text Symbol: 010 = -E- Incorrect record sequence or record type
Text Symbol: 006 = Save?
Text Symbol: 005 = No
Text Symbol: 004 = Yes
Text Symbol: 003 = Data changed
Text Symbol: 002 = Save data file?
Text Symbol: 001 = & transactions of file &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = d020s-prog dynumb = d020s-dnum TABLES dynpfields = dynp_value_tab EXCEPTIONS invalid_abapworkarea = 04 invalid_dynprofield = 08 invalid_dynproname = 12 invalid_dynpronummer = 16 invalid_request = 20 no_fielddescription = 24 undefind_error = 28.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' "#EC * EXPORTING def_filename = space def_path = os_name mask = mask mode = 'O' title = text-005 IMPORTING filename = os_name * RC = DUMMY EXCEPTIONS inv_winsys = 04 no_batch = 08 selection_cancel = 12 selection_error = 16.
FILE_LOGFILE_ALIAS_PAI call function 'FILE_LOGFILE_ALIAS_PAI' exporting ed_logfile_appl = lds_name_new changing cd_logfile = lds_name exceptions others = 1.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = lds_name IMPORTING file_name = ds_name EXCEPTIONS file_not_found = 01.
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.
BI_EDIT_DATA CALL FUNCTION 'BI_EDIT_DATA' EXPORTING list_title = title alter_allowed = alter_allowed create_tables_statement = x nodata_sign = nodata display_only_data = ' ' TABLES disp_data = datedit CHANGING data_altered = altered EXCEPTIONS no_tables_statement = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING defaultoption = '1' textline2 = 'Datenfile zurückschreiben?'(002) textline1 = 'Die Daten wurden geändert'(003) text_option1 = 'Ja'(004) text_option2 = 'Nein'(005) titel = 'Sichern ?'(006) 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 = lds_name TABLES data_tab = datedit EXCEPTIONS open_failure = 1 OTHERS = 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.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = msxxlist-msgtypes TABLES list = server_tab.
CLBA_CLASSIF_FILE_REMOTE_HOST call function 'CLBA_CLASSIF_FILE_REMOTE_HOST' destination server exporting file_name = ds_name logical_filename = lds_name TABLES classif_file = pc_data_tab EXCEPTIONS open_failure = 04 file_contains_no_data = 08.
CLBA_CLASSIF_FILE_REMOTE_HOST call function 'CLBA_CLASSIF_FILE_REMOTE_HOST' destination server exporting file_name = ds_name tables classif_file = pc_data_tab exceptions open_failure = 04 file_contains_no_data = 08.
FUNCTION_IMPORT_INTERFACE call function 'FUNCTION_IMPORT_INTERFACE' exporting funcname = 'CLBA_UPDATE_FILE_REMOTE_HOST' tables exception_list = lt_excep_pa export_parameter = lt_export_pa import_parameter = lt_import_pa tables_parameter = lt_tables_pa exceptions error_message = 1 function_not_found = 2 invalid_name = 3 others = 4.
FUNCTION_IMPORT_INTERFACE call function 'FUNCTION_IMPORT_INTERFACE' exporting funcname = 'CLBA_CLASSIF_FILE_REMOTE_HOST' tables exception_list = lt_excep_pa export_parameter = lt_export_pa import_parameter = lt_import_pa tables_parameter = lt_tables_pa exceptions error_message = 1 function_not_found = 2 invalid_name = 3 others = 4.
FILE_LOGFILE_ALIAS_F4 call function 'FILE_LOGFILE_ALIAS_F4' exporting ed_logfile_appl = lds_name_new ed_parameter_name = 'LDS_NAME' changing cd_logical_file = lds_name.
FILE_LOGFILE_ALIAS_PBO call function 'FILE_LOGFILE_ALIAS_PBO' exporting ed_logfile_appl = lds_name_new ed_parameter_name = 'LDS_NAME' changing cd_logfile_param = lds_name.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06BBIS - Data Transfer: Requisition: Display/Change Content of Sequential File RM06BBIS - Data Transfer: Requisition: Display/Change Content of Sequential File RM06BBII - Initializations for BTCI: Purchasing Info RM06BBII - Initializations for BTCI: Purchasing Info RM06BBIE - Create Sequential Dataset for Batch Input: Purchase Requisition RM06BBIE - Create Sequential Dataset for Batch Input: Purchase Requisition