FIN_LDB_BRF_VIEW_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to regenerate database objects and external views in the Data Dictionary...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FIN_LDB_BRF_VIEW_GENERATE 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.
Selection Text: P_GEN = Generate
Title: Generation View for Logical Database BRF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIN_H_VIEWS_GENERATE_ALL CALL FUNCTION 'FIN_H_VIEWS_GENERATE_ALL' EXPORTING i_check_exist = ' ' EXCEPTIONS generation_error = 1 OTHERS = 2.
FAGL_VIEWS_GENERATE_ALL CALL FUNCTION 'FAGL_VIEWS_GENERATE_ALL' EXPORTING i_all_clients = 'X' id_gen_views = ' ' id_gen_org_info = 'X' EXCEPTIONS system_error = 1 generation_error = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FIN_LDB_BRF_VIEW_GENERATE - Generation View for Logical Database BRF FIN_LDB_BRF_VIEW_GENERATE - Generation View for Logical Database BRF FIN_FSSC_SR_REPORT_TOP - Include FIN_FSSC_SR_REPORT_TOP FIN_FSSC_SR_REPORT_F01 - Include FIN_FSSC_SR_REPORT_F01 FIN_FSSC_SR_FI_REPORT_TOP - Include FIN_FSSC_SR_FI_REPORT_TOP FIN_FSSC_SR_FI_REPORT_F01 - Include FIN_FSSC_SR_FI_REPORT_F01