FI_FCMTX is a standard Executable ABAP Report 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 FI_FCMTX 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: Program for Object Type FINCALMTX: Financial Calendar Manual Job
Text Symbol: 001 = Text $TXT not found or selection error
Text Symbol: 002 = Short title
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_FINCAL_TEXT_DISPLAY CALL FUNCTION 'FI_FINCAL_TEXT_DISPLAY' EXPORTING I_TEXTNAME = OBJECT-KEY-TEXTNAME EXCEPTIONS TEXTSELECT_FAILED = 01 TEXTREAD_FAILED = 02 TEXT_NOT_FOUND = 03.
FI_FINCAL_TEXT_SELECT_TITLE CALL FUNCTION 'FI_FINCAL_TEXT_SELECT_TITLE' EXPORTING I_TEXTNAME = OBJECT-KEY-TEXTNAME IMPORTING E_TITLE = SHORTTITLE EXCEPTIONS TEXTSELECT_FAILED = 01 TEXT_NOT_FOUND = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FI_FCMTX - Program for Object Type FINCALMTX: Financial Calendar Manual Job FI_FCMTX - Program for Object Type FINCALMTX: Financial Calendar Manual Job FI_ELBANK_WRI - Archiving of Electronic Bank Data: Write Program FI_ELBANK_WRI - Archiving of Electronic Bank Data: Write Program FI_ELBANK_DEL - Archiving of Electronic Bank Data: Deletion Program FI_ELBANK_DEL - Archiving of Electronic Bank Data: Deletion Program