FMCA_FICA_ARCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for archiving contract accounts from Contract Accounts Receivable and Payable (FI-CA) using the
If you would like to execute this report or see the full code listing simply enter FMCA_FICA_ARCH into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FICAARCHBDT - BDT Contract Account Archiving
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: Archive Contract Accounts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_FICA_ARCH - Archive Contract Accounts FMCA_FICA_ARCH - Archive Contract Accounts FMCA_FDT_INCL_TRACE_MACROS - Include FDT_INCL_TRACE_MACROS FMCA_FDT_INCL_MESSAGE_MACROS - Include FDT_INCL_MESSAGE_MACROS FMCA_FDT_INCL_LEAN_TRACE_PARSE - Include FDT_INCL_LEAN_TRACE_PARSE FMCA_FDT_INCL_CODE_GENERATION - Include FDT_INCL_CODE_GENERATION