SAP Reports / Programs

/BOFU/R_FC_FDT_GENERATE SAP ABAP Report - /BOFU/RFCFDTGENERATE







/BOFU/R_FC_FDT_GENERATE 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 /BOFU/R_FC_FDT_GENERATE 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 /BOFU/R_FC_FDT_GENERATE. "Basic submit
SUBMIT /BOFU/R_FC_FDT_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT /BOFU/R_FC_FDT_GENERATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_T_PRP2 = Table: Property Set
Selection Text: P_T_PROP = Table: Property Set
Selection Text: P_T_NDT2 = Table: Node Data
Selection Text: P_T_NDT = Table: Node Data
Selection Text: P_TRKORR = D .
Selection Text: P_S_PWA = Structure: Property Set WA
Selection Text: P_S_PROP = Structure: Property Set
Selection Text: P_S_NWA = Structure: BO Prof. Map WA
Selection Text: P_S_NDP = Structure: Node Properties
Selection Text: P_S_ATP = Structure: Attribute Prps.
Selection Text: P_S_ASP = Structure: Association Prps.
Selection Text: P_S_ACP = Structure: Action Properties
Selection Text: P_NODE = Node Name
Selection Text: P_GEN_NF = Generate Node Profile
Selection Text: P_GEN_DO = Generate Data Objects
Selection Text: P_GEN_BF = Generate BO Prof. Selector
Selection Text: P_G9 = Generate
Selection Text: P_G8 = Generate
Selection Text: P_G7 = Generate
Selection Text: P_G6 = Generate
Selection Text: P_G5 = Generate
Selection Text: P_G4 = Generate
Selection Text: P_G3 = Generate
Selection Text: P_G2 = Generate
Selection Text: P_G11 = Generate
Selection Text: P_G10 = Generate
Selection Text: P_G1 = Generate
Selection Text: P_F_NPFC = Function: Node Profile
Selection Text: P_F_BPFC = Function: BO Prof. Selector
Selection Text: P_E_KEY = Element: Key
Selection Text: P_EX_RT2 = Expression: Retrieve BO Data
Selection Text: P_EX_RT = Expression: Retrieve BO Data
Selection Text: P_BO = BO Name
Selection Text: P_APPL = Application
Text Symbol: T04 = Node Profile
Text Symbol: T03 = BO Profile Selector
Text Symbol: T02 = Data Objects
Text Symbol: T01 = BRFplus: Generation Options





Text Symbol: I01 = @0S@ Option "Generate" indicates Generate BRF+ Object or Use Existing


INCLUDES used within this REPORT /BOFU/R_FC_FDT_GENERATE

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:

TR_PRESENT_REQUESTS_SEL_POPUP CALL FUNCTION 'TR_PRESENT_REQUESTS_SEL_POPUP' EXPORTING iv_organizer_type = 'W' is_selection = ls_trkorr_sel IMPORTING es_selected_request = ls_trkorr_hdr.



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 /BOFU/R_FC_FDT_GENERATE or its description.