SAP Reports / Programs

SAPFACUS SAP ABAP Report - Form Routines for User Exits of View Cluster







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


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


Text pool values


Title: Form Routines for User Exits of View Cluster


INCLUDES used within this REPORT SAPFACUS

INCLUDE LSVCMCOD.
INCLUDE FACUSF01.


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:

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.



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 SAPFACUS or its description.