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

SSVCDF04 SAP ABAP INCLUDE - Modify view maintenance screen for view cluster







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


Text pool values


Title: Modify view maintenance screen for view cluster


INCLUDES used within this REPORT SSVCDF04

No INCLUDES are used within this REPORT code!


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:

VIEW_GET_DEVCLASS_STATE CALL FUNCTION 'VIEW_GET_DEVCLASS_STATE' EXPORTING dev_class = tadir-devclass IMPORTING transport_possible = tr_possible EXCEPTIONS OTHERS = 1.

TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING wi_object = e071-object wi_objname = e071-obj_name wi_pgmid = e071-pgmid IMPORTING we_lockable_object = lockable we_locked = lockflag we_lock_task = lock_korrnum we_lock_task_user = user we_object_editable = editflag we_possible_user_edit_task = edit_korrnum EXCEPTIONS OTHERS = 01.

TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING wi_object = e071-object wi_objname = e071-obj_name wi_pgmid = e071-pgmid IMPORTING we_lockable_object = lockable we_locked = lockflag we_lock_task = lock_korrnum we_lock_task_user = user we_object_editable = editflag we_possible_user_edit_task = edit_korrnum EXCEPTIONS empty_key = 01 no_systemname = 02 no_systemtype = 03 unallowed_lock_order = 04.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'SYST' iv_cli_dep = space IMPORTING ev_order = task_no ev_task = task_sub_no EXCEPTIONS invalid_category = 01 no_correction_selected = 02.

TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING pi_korrnum = e071-trkorr wi_e071 = e071 TABLES wt_e071k = e071k_tab EXCEPTIONS tr_check_obj_error = 01 tr_not_owner = 02 no_authorization = 03 OTHERS = 04.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-010 * DIAGNOSE_OBJECT = ' ' text_question = text-011 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' userdefined_f1_help = 'SE54_VCL_DELETE_SUBSCR' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS OTHERS = 1.



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