SAP Reports / Programs | Basis Components | Installation Tools | LM Automation Runtime Framework(BC-INS-CTC-RT) SAP BC

SCTC_VMA_SUPPORT SAP ABAP Report - Support Function(s) for View Maintenance Adapter







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


Text pool values


Title: Support Function(s) for View Maintenance Adapter
Text Symbol: 001 = Delete BC Set
Text Symbol: 002 = Delete currently created BC Set &1?
Text Symbol: 003 = Activation Log


INCLUDES used within this REPORT SCTC_VMA_SUPPORT

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:

SDIXML_DOM_TO_SCREEN CALL FUNCTION 'SDIXML_DOM_TO_SCREEN' EXPORTING document = li_document title = 'Input' "#EC NOTEXT EXCEPTIONS no_document = 1 others = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = d100_param_struc CHANGING ct_fieldcat = lt_record_alv_fc[] EXCEPTIONS others = 1.

SCTC_IF_SET_SINGLE_PARAMETER CALL FUNCTION 'SCTC_IF_SET_SINGLE_PARAMETER' EXPORTING paramtype = d100_param_type param_structure = d100_param_struc xml_value = d100_xml_value * xml_xvalue = d100_xml_xvalue transport_request = d100_transp_req raise_exception = d100_exception TABLES return = lt_result EXCEPTIONS others = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BAPIRET2' CHANGING ct_fieldcat = lt_result_fc EXCEPTIONS others = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = 'Activation Log'(003) i_screen_start_column = 5 i_screen_start_line = 3 i_screen_end_column = 100 i_screen_end_line = 15 it_fieldcat = lt_result_fc tables t_outtab = lt_result.

SCPR_DB_ATTR_GET_LIST CALL FUNCTION 'SCPR_DB_ATTR_GET_LIST' TABLES proftypes = lt_proftype reftypes = lt_reftype moddates = lt_moddate modifiers = lt_modifier profout = lt_profout EXCEPTIONS others = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = lv_del_title text_question = lv_del_question display_cancel_button = ' ' IMPORTING answer = lv_del_answer EXCEPTIONS others = 0.

SCPR_PRSET_DB_DELETE CALL FUNCTION 'SCPR_PRSET_DB_DELETE' EXPORTING profid = ls_profout-id proftype = 'GEN' del_local_tadir = 'X' 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 SCTC_VMA_SUPPORT or its description.