RFIDTRBOE2_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 RFIDTRBOE2_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 = l_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.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = pf_budat I_BUKRS = ps_wtab-bukrs IMPORTING E_GJAHR = lf_gjahr EXCEPTIONS FISCAL_YEAR = 1 PERIOD = 2 PERIOD_VERSION = 3 POSTING_PERIOD = 4 SPECIAL_PERIOD = 5 VERSION = 6 POSTING_DATE = 7.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = lc_txtid language = sy-langu name = lf_tdname object = lc_object IMPORTING header = ls_head TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING client = sy-mandt header = ls_head savemode_direct = 'X' owner_specified = 'X' TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 object = 4.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDTRBOE2_GENERAL_SUBROUTINES - RFIDTRBOE2GENERALSUBROUTINES RFIDTRBOE2_BATCH_INPUT - RFIDTRBOE2BATCHINPUT RFIDTRBOE2_ALV_SUBROUTINES - RFIDTRBOE2ALVSUBROUTINES RFIDTRBOE2 - Reversal of Bill of Exchange Transactions RFIDTRBOE2 - Reversal of Bill of Exchange Transactions RFIDTRBOE1_QATAR - Include RFIDTRBOE1_QATAR