RFIDSAU_TD_MAIN_F01 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 RFIDSAU_TD_MAIN_F01 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.
Title: Include RFIDSAU_TD_MAIN_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = pv_bukrs IMPORTING e_t001 = cs_bukrsdata EXCEPTIONS system_error = 1 OTHERS = 2.
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING i_bukrs = pv_bukrs f_t093c = cs_t093c IMPORTING f_t093c = cs_t093c EXCEPTIONS not_found = 1 OTHERS = 2.
T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_t093 IMPORTING f_t093 = ls_t093 EXCEPTIONS not_found = 1 OTHERS = 2.
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING i_bukrs = lv_bukrs f_t093c = ls_t093c IMPORTING f_t093c = ls_t093c EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AFABER' value_org = 'S' TABLES value_tab = lt_f4afaber return_tab = lt_return.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDSAU_TD_MAIN_F01 - Include RFIDSAU_TD_MAIN_F01 RFIDSAU_TD_MAIN_EH - Include RFIDSAU_TD_MAIN_EH RFIDSAU_TD_MAIN - Tax Depreciation of Fixed Assets (KSA) RFIDSAU_TD_MAIN - Tax Depreciation of Fixed Assets (KSA) RFIDRE - documentation and ABAP source code RFIDPT_VCLUSTER_FORMS - Program RFIDPT_VCLUSTER_FORMS