SAPFACUS 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 SAPFACUS 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.
INCLUDE FACUSF01.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS NOT_ACTIVE = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
0ATR_TA1TVB_COMPLETE_CHECK CALL FUNCTION '0ATR_TA1TVB_COMPLETE_CHECK' EXPORTING I_MESSAGE_STORE = 'X' * I_INIT_MESS_HANDLER = 'X' TABLES T_TA1TVB = LT_TA1TVB T_TA1TV = LT_TA1TV EXCEPTIONS ERROR_OCCURRED = 1 OTHERS = 2.
FIAA_TA1TVB_CHECK CALL FUNCTION 'FIAA_TA1TVB_CHECK' EXPORTING I_MSG_SHOW = 'X' IMPORTING E_POPUP_COMMAND = ld_ok_code TABLES T_TA1TVB = LT_TA1TVB EXCEPTIONS A_MESSAGES_BUFFERED = 1 ERROR_MESSAGES_BUFFERED = 2 WARNING_MESSAGES_BUFFERED = 3 OTHERS = 4 .
VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = VCL_STRUC_TAB-OBJECT tables excl_cua_funct = LT_FUNCTION EXCEPTIONS OBJECT_NOT_FOUND = 1 VIEWCLUSTER_NOT_ACTIVE = 2 OTHERS = 3.
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TITLEBAR = TEXT-P01 * TEXT_QUESTION = LV_TEXT * TEXT_BUTTON_1 = TEXT-020 "Yes, edit it * "ICON_BUTTON_1 = 'ICON_CHANGE' * TEXT_BUTTON_2 = TEXT-021 "No, only display * "ICON_BUTTON_2 = 'ICON_DISPLAY' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = 'ICON_MESSAGE_WARNING' * IV_QUICKINFO_BUTTON_1 = TEXT-020 "Yes * IV_QUICKINFO_BUTTON_2 = TEXT-021 "No * IMPORTING * ANSWER = CV_ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPFACUS - Form Routines for User Exits of View Cluster SAPFACUS - Form Routines for User Exits of View Cluster SAPFACCG - FI Summarization Structure Layout SAPFACCG - FI Summarization Structure Layout SAPFACC1 - Program for Testing the FI Services of the FI/CO Interface (SD-FI) SAPFACC1 - Program for Testing the FI Services of the FI/CO Interface (SD-FI)