RFIDTRBOE1_GENERAL_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_GENERAL_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!
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = p_budat i_periv = gs_t001-periv IMPORTING e_gjahr = year EXCEPTIONS OTHERS = 1.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = range object = 'TRBORDRO' quantity = 1 toyear = year subobject = l_bukrs IMPORTING number = l_bordro quantity = anzahl returncode = okcode.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.
DEQUEUE_EFBKPF CALL FUNCTION 'DEQUEUE_EFBKPF' EXPORTING mode_bkpf = 'X' bukrs = fs_bukrs gjahr = fs_gjahr belnr = fs_belnr _scope = '2'.
ENQUEUE_EFBKPF CALL FUNCTION 'ENQUEUE_EFBKPF' EXPORTING mode_bkpf = 'X' belnr = fs_belnr bukrs = fs_bukrs gjahr = fs_gjahr _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = gtext.
ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' TABLES ENQ = ENQ EXCEPTIONS OTHERS = 1.
ENQUE_READ CALL FUNCTION 'ENQUE_READ' TABLES ENQ = ENQ.
ENQUEUE_EFSKB1A CALL FUNCTION 'ENQUEUE_EFSKB1A' EXPORTING mode_skb1 = 'X' mandt = sy-mandt bukrs = fs_bukrs saknr = fs_saknr _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2 Others = 3.
DEQUEUE_EFSKB1A CALL FUNCTION 'DEQUEUE_EFSKB1A' EXPORTING mode_skb1 = 'X' mandt = sy-mandt bukrs = fs_bukrs saknr = fs_saknr _scope = '2'.
DET_VALUE_DATE_FROM_VORGANG CALL FUNCTION 'DET_VALUE_DATE_FROM_VORGANG' EXPORTING I_BLDAT = ff_valut I_BUDAT = ff_valut i_bukrs = fs_bukrs I_FAEDT = ff_valut i_hbkid = fs_hbkid i_hktid = fs_hktid i_vorga = 'TAKAS' IMPORTING E_VALUT = ls_valut EXCEPTIONS CAL_ID_NOT_FOUND = 1 NOT_FOUND_IN_T012C = 2 OTHERS = 3.
DET_VALUE_DATE_FROM_VORGANG CALL FUNCTION 'DET_VALUE_DATE_FROM_VORGANG' EXPORTING I_BLDAT = ff_valut I_BUDAT = ff_valut i_bukrs = fs_bukrs I_FAEDT = ff_valut i_hbkid = fs_hbkid i_hktid = fs_hktid i_vorga = '' IMPORTING E_VALUT = ls_valut EXCEPTIONS CAL_ID_NOT_FOUND = 1 NOT_FOUND_IN_T012C = 2 OTHERS = 3.
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_GENERAL_SUBROUTINES - RFIDTRBOE1GENERALSUBROUTINES RFIDTRBOE1_BATCH_INPUT - RFIDTRBOE1BATCHINPUT RFIDTRBOE1_ALV_SUBROUTINES - RFIDTRBOE1ALVSUBROUTINES RFIDTRBOE1 - Bill of Exchange Transactions RFIDTRBOE1 - Bill of Exchange Transactions RFIDTAX_MATERIAL_CHECK_TOP - Include RFIDTAX_MATERIAL_CHECK_TOP