FMCA_ARCH_FBTF_WRITE 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 FMCA_ARCH_FBTF_WRITE 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.
INCLUDE FMCA_ARCH_FBTF_TYPES.
INCLUDE FKK_ARCH_BASE_WRITE.
INCLUDE ARCH_WRITE_PRG_STANDARD2.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_LINE_DETAIL CALL FUNCTION 'ARCHIVE_PROTOCOL_LINE_DETAIL'.
FMCA_GET_ARC_FORM_BUNDLE CALL FUNCTION 'FMCA_GET_ARC_FORM_BUNDLE' EXPORTING iv_case_guid = r_guid[] iv_taxpayer = r_gpart[] iv_account = r_vkont[] iv_reg_id = r_vtref[] iv_reg_type = r_subap[] iv_bu_id_type = r_bu_id[] iv_taxpayer_id = r_bu_no[] iv_revenue_type = r_abtyp[] iv_fbtyp = r_fbtyp[] iv_fbnum = r_fbnum[] iv_period_key = r_persl[] TABLES t_dfmca_forms = lt_dfmca_forms EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMCA_ARCH_FBTF_WRITE - FMCAARCHFBTFWRITE FMCA_ARCH_FBTF_TYPES - FMCAARCHFBTFTYPES FMCA_ARCH_FBTF_READ - Include FKK_ARCH_STPY_READ FMCAFUSR - WFIS: Declaration of Communication Structures (Customer Area) FMCAFTOP - WFIS: Declaration of Communication Structures (MCA = Activity) FMCAFOBIS_DERIVE_PARTNER_FRF01 - FMCAFOBISDERIVEPARTNERFRF01