FMCFCF30 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 FMCFCF30 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!
FC_FIELD_PROPERTIES_UPDATE CALL FUNCTION 'FC_FIELD_PROPERTIES_UPDATE'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-d01.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW'.
FC_FIELD_PROPERTIES_UPDATE CALL FUNCTION 'FC_FIELD_PROPERTIES_UPDATE'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-fc1.
DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = ls_tf91f-viewn state = 'M' IMPORTING dd25v_wa = ls_dd25v.
DDIF_VIEW_PUT CALL FUNCTION 'DDIF_VIEW_PUT' EXPORTING name = ls_tf91f-viewn dd25v_wa = ls_dd25v.
DDIF_VIEW_ACTIVATE CALL FUNCTION 'DDIF_VIEW_ACTIVATE' EXPORTING name = ls_tf91f-viewn auth_chk = ' '.
DDIF_DTEL_ACTIVATE CALL FUNCTION 'DDIF_DTEL_ACTIVATE' EXPORTING name = ls_tf90q-ndtel auth_chk = ' ' prid = ld_prid.
DD_DTEL_DEL CALL FUNCTION 'DD_DTEL_DEL' EXPORTING rollname = ls_tf90q-ndtel del_state = 'M' prid = ld_prid.
DD_DTEL_CROSSREF CALL FUNCTION 'DD_DTEL_CROSSREF' EXPORTING dtelname = ld_rolnm TABLES out_tab = lt_reftab.
FC_FIELD_PROPERTIES_UPDATE CALL FUNCTION 'FC_FIELD_PROPERTIES_UPDATE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = id_msgid msgty = id_msgty msgv1 = ld_msgv1 msgv2 = ld_msgv2 msgv3 = ld_msgv3 msgv4 = ld_msgv4 txtnr = id_msgno.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.