SAPSCFC 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 SAPSCFC 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: Event subroutines for the view maintenance (view cluster)
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
CFC_EVENT_DATA_GET CALL FUNCTION 'CFC_EVENT_DATA_GET' EXPORTING i_objap = g_objap i_event = g_event IMPORTING e_event_data = c_event.
CFC_EVENT_CONSISTENCY_CHECK CALL FUNCTION 'CFC_EVENT_CONSISTENCY_CHECK' EXPORTING i_objap = lt_events_for_objap-objap i_event = lt_events_for_objap-event it_event_fct = lt_event_fct[] EXCEPTIONS error_message = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPSCFC - Event subroutines for the view maintenance (view cluster) SAPSCFC - Event subroutines for the view maintenance (view cluster) SAPSAIAV - Form Routines for View Cluster Maint. of Interest in AIAV SAPSAIAV - Form Routines for View Cluster Maint. of Interest in AIAV SAPSAA_HELP - Help Assistant (System Administration) SAPSAA_HELP - Help Assistant (System Administration)