SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

SAPSSVCD SAP ABAP Report - View Cluster definition maintenance subroutine pool







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


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


Text pool values


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?


INCLUDES used within this REPORT SAPSSVCD

INCLUDE LSVCMCOD.
INCLUDE SSVCDTOP.


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:

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.



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