FRMFCF40 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 FRMFCF40 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!
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = FM_TKEF-ROLNM STATE = 'M' * LANGU = ' ' IMPORTING * GOTSTATE = DD04V_WA = L_DD04V EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
RKC_GET_RETAB_REFIE CALL FUNCTION 'RKC_GET_RETAB_REFIE' EXPORTING CHTAB = FM_ENTRY-CHTAB RETAB_INP = FM_ENTRY-RETAB REFIE_INP = FM_ENTRY-REFIE REFIL_INP = FM_ENTRY-REFIL IMPORTING RETAB = FM_ENTRY-RETAB REFIE = FM_ENTRY-REFIE REFIL = FM_ENTRY-REFIL REFLL = FM_ENTRY-REFLL EXCEPTIONS OTHERS = 4.
RKC_GET_VIEW CALL FUNCTION 'RKC_GET_VIEW' EXPORTING CHTAB = FM_ENTRY-CHTAB TVDIR_CHECK = 'X' IMPORTING VIEWN = FM_ENTRY-VIEWN.
RKE_DELETE_FIELD_TABLE CALL FUNCTION 'RKE_DELETE_FIELD_TABLE' EXPORTING ERKRS = LT_ERKRS.
RKE_ASSESSMENT_TEXTS_UPDATE CALL FUNCTION 'RKE_ASSESSMENT_TEXTS_UPDATE' EXPORTING I_ERKRS = LT_ERKRS.
RKC_GET_SYSTYPE CALL FUNCTION 'RKC_GET_SYSTYPE' IMPORTING SYS_TYPE = G_SYSTP.
RKE_WRITE_MSG_LIST CALL FUNCTION 'RKE_WRITE_MSG_LIST' EXPORTING MSG = L_MSG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRMFCF40 - erweiterte Tabellenpflege untere Ebene FRMFCF310 - documentation and ABAP source code FRMFCF31 - Risikomanagement: delete-Routinen für Feldkataloge FRMFCF30 - erweiterte Tabellenpflege untere Ebene FRMFCF210 - documentation and ABAP source code FRMFCF21 - Risikomanagement: update-Routinen für Feldkataloge