FILA_HELP_EXPORT_SYS_CUS_TABS 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 FILA_HELP_EXPORT_SYS_CUS_TABS 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: Transfer of System Customizing Entries via RFC to Another System
INCLUDE IFILA_HELP.
No SAP DATABASE tables are accessed within this REPORT code!
FILA_HELP_SYS_CUS_TABS_IMPORT CALL FUNCTION 'FILA_HELP_SYS_CUS_TABS_IMPORT' DESTINATION PA_SYSID EXPORTING ID_MANDT = PA_MANDT TABLES IT_TFILA_GF_000 = GT_TFILA_GF_000 IT_TFILA_GF_000M = GT_TFILA_GF_000M IT_TFILA_GF_000MT = GT_TFILA_GF_000MT IT_TFILA_GF_000P = GT_TFILA_GF_000P IT_TFILA_GF_000PT = GT_TFILA_GF_000PT IT_TFILA_GF_001 = GT_TFILA_GF_001 IT_TFILA_GF_001A = GT_TFILA_GF_001A IT_TFILA_GF_001M = GT_TFILA_GF_001M IT_TFILA_GF_001S = GT_TFILA_GF_001S IT_TFILA_GF_001ST = GT_TFILA_GF_001ST IT_TFILA_GF_003 = GT_TFILA_GF_003 IT_TFILA_GF_003RB = GT_TFILA_GF_003RB IT_TFILA_GF_003RM = GT_TFILA_GF_003RM IT_TFILA_GF_100 = GT_TFILA_GF_100.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FILA_HELP_EXPORT_SYS_CUS_TABS - Transfer of System Customizing Entries via RFC to Another System FILA_HELP_EXPORT_SYS_CUS_TABS - Transfer of System Customizing Entries via RFC to Another System FILA_HELP_EXPORT_LAE_CRM_TABS - Transferred from CRM Table Entries via RFC to Another System FILA_HELP_EXPORT_LAE_CRM_TABS - Transferred from CRM Table Entries via RFC to Another System FILA_HELP_EXPORT_CUST_CUS_TABS - Transfer of Customizing Table Entries via RFC to Another System FILA_HELP_EXPORT_CUST_CUS_TABS - Transfer of Customizing Table Entries via RFC to Another System