SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDTRBOE1_GENERAL_SUBROUTINES SAP ABAP INCLUDE - RFIDTRBOE1GENERALSUBROUTINES







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFIDTRBOE1_GENERAL_SUBROUTINES. "Basic submit
SUBMIT RFIDTRBOE1_GENERAL_SUBROUTINES AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDTRBOE1_GENERAL_SUBROUTINES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFIDTRBOE1_GENERAL_SUBROUTINES

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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_GENERAL_SUBROUTINES or its description.