RFBIBLT0 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 RFBIBLT0 into the relevant SAP transactions such as SE38 or SE80
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: BL_COUNT = No.of documents per session
Selection Text: DATUM = Date
Selection Text: DS_NAME = File name
Selection Text: GR_COUNT = Number of batch input sessions
Selection Text: GR_NAME1 = Name of first session
Selection Text: GR_NAME2 = Name of further sessions
Selection Text: KOART = Account type
Selection Text: MANDT = Client
Selection Text: TCODE = Transaction code
Selection Text: USNAM = User
Title: Test Data for RFBIBL00
Text Symbol: 001 = Remove the STOP statement in line 00770 after
Text Symbol: 002 = copying the report.
Text Symbol: 003 = Batch Input Test: Documents
Text Symbol: 004 = Test Data Created for Batch Input
Text Symbol: 005 = Name of Sequential File:
Text Symbol: 006 = Session(s) Created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = ds_name EXCEPTIONS OTHERS = 1.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = xs_log IMPORTING E_LOG_HANDLE = es_log_handle EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = gs_log_handle I_MSGTY = gc_i I_PROBCLASS = gc_4 I_TEXT = iv_text EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING E_S_DISPLAY_PROFILE = is_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = is_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_LIST_APPEND = 'X' I_S_DISPLAY_PROFILE = is_display_profile I_T_LOG_HANDLE = gt_log_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.