RFIDTRBOE1_ALV_SUBROUTINES is a standard ABAP INCLUDE 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 RFIDTRBOE1_ALV_SUBROUTINES 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = lt_events.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = WA_ALV-AUGDT i_periv = gs_t001-periv IMPORTING e_gjahr = LF_GJAHR EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-013 textline2 = text-014 titel = text-015 importing answer = gf_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-013 textline2 = text-014 titel = text-015 IMPORTING answer = gf_answer.
HISTORY_SHOW call function 'HISTORY_SHOW' exporting is_wtab = wa_alv.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_AMODAL = ' ' EXCEPTIONS OTHERS = 1.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_top_of_page.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT I_SAVE = G_SAVE IMPORTING E_EXIT = G_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDTRBOE1_ALV_SUBROUTINES - RFIDTRBOE1ALVSUBROUTINES 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