RFIDTRBOE1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In some countries, you are required by law to keep written records of a number of types of transactions involving bills of exchange and postdated checks...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 RFIDTRBOE1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTR03 - Bill of Exchange Transactions
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: PDF = PDF
Selection Text: PSCRIPT = Script
Selection Text: P_BANKN = Interim Account
Selection Text: P_BLDAT = Document Date
Selection Text: P_BUDAT = Posting Date
Selection Text: P_PORT1 = Bill of Exchange/Check Portf.
Selection Text: P_PORT2 = New Portfolio
Selection Text: P_PORT3 = Portfolio for Bounced Bills
Selection Text: P_PORT4 = Old Portfolio
Selection Text: P_UMSKZ = Sp. G/L Ind. for Bounced Bills
Selection Text: P_VARI = Layout
Selection Text: P_WAERS = Currency
Selection Text: S_ACCOU = Drawee's Bank Account
Selection Text: S_BANKK = Drawee's Bank
Selection Text: S_ZFBDT = Due Date
Selection Text: S_XREF3 = Reference Key 3
Selection Text: S_XREF2 = Reference Key 2
Selection Text: S_XREF1 = Reference Key 1
Selection Text: S_WRBTR = Amount
Selection Text: S_PORT1 = Bill of Exchange Portfolio
Selection Text: S_LIFNR = Vendor
Selection Text: S_KUNNR = Customer
Selection Text: S_GSBER = Business Area
Selection Text: S_FILKD = Branch Account
Selection Text: S_BORDR = Transaction Record
Selection Text: S_BOENO = Bill of Exchange/Check Number
Selection Text: S_BELNR = Document Number
Title: Bill of Exchange Transactions
Text Symbol: 057 = Warning
Text Symbol: 056 = Do you want to continue processing?
Text Symbol: 055 = No
Text Symbol: 054 = Yes
Text Symbol: 053 = Type of Output
Text Symbol: 052 = Selecting items ...
Text Symbol: 051 = Amount in LC 3
Text Symbol: 050 = LC3 Amount
Text Symbol: 049 = Amount in LC 2
Text Symbol: 048 = LC2 Amount
INCLUDE RFIDTRBOE1_GLOBAL_DATA.
INCLUDE RSDBCOM4.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1A'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1B'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1C'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1D'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1E'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1F'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1G'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1H'.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-043 text_object = 'RFIDTRRB1I'.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = gs_t001-bukrs component = '**' IMPORTING active_component = gf_country EXCEPTIONS component_not_active = 1.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = 'X'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = 'X'.
CHECK_BORDRONUMBER CALL FUNCTION 'CHECK_BORDRONUMBER' EXPORTING i_nriv = gs_nriv i_bordro = bkpf-xblnr EXCEPTIONS not_included = 1 invalid_bordro = 2.
CHECK_BORDRONUMBER CALL FUNCTION 'CHECK_BORDRONUMBER' EXPORTING i_nriv = gs_nriv i_bordro = bkpf-xblnr EXCEPTIONS not_included = 1 invalid_bordro = 2.
ENQUEUE_EFBKPF CALL FUNCTION 'ENQUEUE_EFBKPF' EXPORTING mode_bkpf = 'X' belnr = bsis-belnr bukrs = bsis-bukrs gjahr = bsis-gjahr _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2.
call function 'READ_IBAN_FROM_DB' "NR1421096 exporting i_banks = gs_t001-land1 i_bankl = gt_wtab-bank i_bankn = gf_accou i_bkont = '' importing e_iban = gt_wtab-iban.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_buffer_active = ' ' i_callback_program = g_repid it_fieldcat = gt_fieldcat[] it_special_groups = gt_sp_group[] is_layout = gs_layout i_callback_pf_status_set = g_status i_save = g_save is_variant = g_variant it_events = gt_events[] TABLES t_outtab = gt_wtab.
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 RFIDTRBOE1 or its description.
RFIDTRBOE1 - Bill of Exchange Transactions RFIDTRBOE1 - Bill of Exchange Transactions RFIDTAX_MATERIAL_CHECK_TOP - Include RFIDTAX_MATERIAL_CHECK_TOP RFIDTAX_MATERIAL_CHECK_F01 - Include RFIDTAX_MATERIAL_CHECK_F01 RFIDTAX_MATERIAL_CHECK - Product Tax Customizing Check RFIDTAX_MATERIAL_CHECK - Product Tax Customizing Check