RFIDCN_SUMB16 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 RFIDCN_SUMB16 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!
RE_FI_SPEC_GL_CLASS CALL FUNCTION 'RE_FI_SPEC_GL_CLASS' EXPORTING i_bukrs = cs_post_data-wbukrs i_umskz = cs_post_data-wfattd i_koart = cs_post_data-wkoart IMPORTING e_shb_immo = lv_shb_immo.
RE_FI_SPEC_GL_CLASS CALL FUNCTION 'RE_FI_SPEC_GL_CLASS' EXPORTING i_bukrs = cs_post_data-wbukrs i_umskz = cs_post_data-wfatta i_koart = cs_post_data-wkoart IMPORTING e_shb_immo = lv_shb_immo.
POSTING_INTERFACE_DOCUMENT CALL FUNCTION 'POSTING_INTERFACE_DOCUMENT' EXPORTING i_tcode = cs_post_data-wtcode IMPORTING e_subrc = lv_subrc e_msgid = sy-msgid e_msgty = sy-msgty e_msgno = sy-msgno e_msgv1 = sy-msgv1 e_msgv2 = sy-msgv2 e_msgv3 = sy-msgv3 e_msgv4 = sy-msgv4 TABLES t_ftpost = ftpost t_blntab = xblntab t_fttax = fttax EXCEPTIONS account_missing = 01 company_code_missing = 02 posting_key_invalid = 03 posting_key_missing = 04 record_type_invalid = 05 transaction_code_invalid = 06.
POSTING_INTERFACE_END * CALL FUNCTION 'POSTING_INTERFACE_END'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.