SAP Reports / Programs | Financials | Financial Supply Chain Management | Analyzer(FIN-FSCM-TRM-AN) SAP FIN

FRMFCF51 SAP ABAP INCLUDE - Risikomanagement: Generierung von Pseudo-Feldern







FRMFCF51 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 FRMFCF51 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FRMFCF51. "Basic submit
SUBMIT FRMFCF51 AND RETURN. "Return to original report after report execution complete
SUBMIT FRMFCF51 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Risikomanagement: Generierung von Pseudo-Feldern


INCLUDES used within this REPORT FRMFCF51

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING * KEY_SEL = '*' * USG_SEL = '*' * TIM_SEL = '*' TABNM = C_FICT_FIELDS-PRODH_DEF STATE = 'A' APPLC = I_APPLC FUNC = 'DDIC' IMPORTING GOT_STATE = L_STATE TABLES FIELD_TAB = LT_PRODH EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.

DD_DTEL_CROSSREF CALL FUNCTION 'DD_DTEL_CROSSREF' EXPORTING DTELNAME = L_FICT_FIELD-ROLNM IMPORTING REFNR = L_REFNR TABLES OUT_TAB = LT_DEPTAB.

RKC_FIELDS_ACTIVATE CALL FUNCTION 'RKC_FIELDS_ACTIVATE' EXPORTING I_APPLC = I_APPLC I_SYSTP = I_SYSTP_USER * I_T_MSG = * IMPORTING * E_CHTAB_ACTIVATED = * E_GEN_CHTAB_ACTIVATED = * E_NO_OBJECTS_FOUND = * E_T_TAB_CNV = CHANGING C_T_FIE = LT_ACT_FIELDS * C_T_ATR = EXCEPTIONS ERROR_IN_ACTIVATION = 1 OTHERS = 2.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING ROLNM = I_ROLNM STATE = I_STATE IMPORTING CDIROL = E_DTEL GOT_STATE = E_STATE EXCEPTIONS OTHERS = 4.

DDIF_DOMA_PUT CALL FUNCTION 'DDIF_DOMA_PUT' EXPORTING NAME = L_DD01V-DOMNAME DD01V_WA = L_DD01V EXCEPTIONS DOMA_NOT_FOUND = 1 NAME_INCONSISTENT = 2 DOMA_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

RKE_MODIFY_TADIR_ENTRY CALL FUNCTION 'RKE_MODIFY_TADIR_ENTRY' EXPORTING I_OBJECT = 'DOMA' I_OBJ_NAME = L_DD01V-DOMNAME * I_AUTHOR = SY-UNAME I_DEVCLASS = IKCG-IKCGR_CUS-DEVCL I_GENFLAG = 'X'.

DDIF_DTEL_PUT CALL FUNCTION 'DDIF_DTEL_PUT' EXPORTING NAME = L_DD04V-ROLLNAME DD04V_WA = L_DD04V EXCEPTIONS DTEL_NOT_FOUND = 1 NAME_INCONSISTENT = 2 DTEL_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

RKE_MODIFY_TADIR_ENTRY CALL FUNCTION 'RKE_MODIFY_TADIR_ENTRY' EXPORTING I_OBJECT = 'DTEL' I_OBJ_NAME = L_DD04V-ROLLNAME * I_AUTHOR = SY-UNAME I_DEVCLASS = IKCG-IKCGR_CUS-DEVCL I_GENFLAG = 'X'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FRMFCF51 or its description.