SAPSSVCD 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 SAPSSVCD 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: View Cluster definition maintenance subroutine pool
Text Symbol: 001 = Can only be edited ;;-->002
Text Symbol: 002 = via transaction Generate ;;-->003
Text Symbol: 003 = table maintenance dialog. ;;
Text Symbol: 004 = Edit
Text Symbol: 005 = Display
Text Symbol: 006 = Edit view cluster definition
Text Symbol: 007 = 'I' (Include)
Text Symbol: 008 = 'F' (Function group)
Text Symbol: P01 = View cluster activation log
Text Symbol: P02 = View cluster & activation log
Text Symbol: 010 = Navigation in View cluster
Text Symbol: 011 = Delete navigation subscreens from maintenance screens?
INCLUDE LSVCMCOD.
INCLUDE SSVCDTOP.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = text-001 textline2 = text-002 textline3 = text-003 text_option1 = text-004 text_option2 = text-005 titel = text-006 * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer.
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'OBJIMP' langu = sy-langu TABLES dd07v_tab = domain_importable EXCEPTIONS illegal_input = 1 OTHERS = 2.
VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = 'V_VCLDIR' TABLES excl_cua_funct = exclf.
VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = 'V_VCLSTRUC' TABLES excl_cua_funct = exclf.
VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = 'V_VCLSTDEP' TABLES excl_cua_funct = exclf.
VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING object = 'V_VCLMF' TABLES excl_cua_funct = exclf.
VIEW_GET_DEVCLASS_STATE CALL FUNCTION 'VIEW_GET_DEVCLASS_STATE' EXPORTING dev_class = tadir-devclass IMPORTING transport_possible = vcld_transp_kind EXCEPTIONS OTHERS = 1.
VIEW_GET_DEVCLASS_STATE CALL FUNCTION 'VIEW_GET_DEVCLASS_STATE' EXPORTING dev_class = tadir-devclass IMPORTING transport_possible = transp_kind EXCEPTIONS OTHERS = 1.
VIEW_GET_DEVCLASS_STATE CALL FUNCTION 'VIEW_GET_DEVCLASS_STATE' EXPORTING dev_class = tadir-devclass IMPORTING transport_possible = transp_kind EXCEPTIONS OTHERS = 1.
VIEW_GET_DEVCLASS_STATE CALL FUNCTION 'VIEW_GET_DEVCLASS_STATE' EXPORTING dev_class = tadir_wa-devclass IMPORTING transport_possible = vcld_transp_kind EXCEPTIONS not_found = 1 OTHERS = 2.
OBJ_GENERATE CALL FUNCTION 'OBJ_GENERATE' EXPORTING iv_korrnum = vcl_corr_number iv_objectname = vclname iv_objecttype = 'C' iv_maint_mode = sobj_maint_mode EXCEPTIONS illegal_call = 1 object_not_found = 2 generate_error = 3 transport_error = 4 OTHERS = 5.
OBJ_SET_IMPORTABLE CALL FUNCTION 'OBJ_SET_IMPORTABLE' EXPORTING iv_korrnum = vcl_corr_number iv_objectname = vclname iv_objecttype = 'C' iv_importable = vcl_importable EXCEPTIONS object_not_defined = 1 invalid = 2 transport_error = 3 object_enqueue_failed = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPSSVCD - View Cluster definition maintenance subroutine pool SAPSSVCD - View Cluster definition maintenance subroutine pool SAPSSPC0 - For Maintenance Dialog - Customizing SAPSSPC0 - For Maintenance Dialog - Customizing SAPSSBRA - Subprograms for Selecting Industry-related Short Texts SAPSSBRA - Subprograms for Selecting Industry-related Short Texts