SAPFANBW 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 SAPFANBW 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.
Title: Form Routines for User Exits of View Cluster
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
ANBW_SET_NAVIGATION_DATA CALL FUNCTION 'ANBW_SET_NAVIGATION_DATA' EXPORTING I_BUKRS = LD_BUKRS I_ANLN1 = LD_ANLN1 I_ANLN2 = LD_ANLN2 I_AFABE = LD_AFABE.
AA_CUS_TOTAL_TO_LOCAL_TOTAL CALL FUNCTION 'AA_CUS_TOTAL_TO_LOCAL_TOTAL' EXPORTING i_total = wa_vcl_total changing e_ls_total = LT_TOTAL.
AA_CUS_LOCAL_TOTAL_TO_TOTAL CALL FUNCTION 'AA_CUS_LOCAL_TOTAL_TO_TOTAL' EXPORTING i_ls_total = lt_total changing e_total = wa_vcl_total.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPFANBW - Form Routines for User Exits of View Cluster SAPFANBW - Form Routines for User Exits of View Cluster SAPFAMYO1 - Database Accesses SMYOTREE SAPFAMYO1 - Database Accesses SMYOTREE SAPFACUS - Form Routines for User Exits of View Cluster SAPFACUS - Form Routines for User Exits of View Cluster