SAP Reports / Programs

UMC_CHART_MODIFICATION SAP ABAP Report - Program UMC_CHART_MODIFICATION







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


Text pool values


Selection Text: P_VMEASS = D .
Selection Text: P_VGSEQS = D .
Selection Text: P_VDTRES = D .
Selection Text: P_SCARDS = D .
Selection Text: P_MEASS = D .
Selection Text: P_GSEQS = D .
Selection Text: P_FRAMES = D .
Selection Text: P_VMEAS = Preview Measure
Selection Text: P_VGSEQ = Preview Graphic List
Selection Text: P_VDTREE = Preview Value Driver Tree
Selection Text: P_SELVDT = Value Driver Tree
Selection Text: P_SELMC = Management Cockpit
Selection Text: P_SELBS = Balanced Scorecard
Selection Text: P_SCARD = Preview Scorecard
Selection Text: P_MEAS = Preview Measure
Selection Text: P_GSEQ = Preview Graphic List
Selection Text: P_FRNAME = Preview Frame
Title: Program UMC_CHART_MODIFICATION
Text Symbol: T03 = Value Driver Tree
Text Symbol: T02 = Balanced Scorecard
Text Symbol: T01 = Management Cockpit
Text Symbol: T00 = Application


INCLUDES used within this REPORT UMC_CHART_MODIFICATION

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:

XSLT_MAINTENANCE CALL FUNCTION 'XSLT_MAINTENANCE' EXPORTING i_operation = 'MODI_ACT' i_xslt_attributes = g_xslt_attr i_xslt_source = l_xslt i_gen_flag = 'X' i_suppress_corr_insert = 'X' i_suppress_tree_placement = 'X' IMPORTING e_xslt_attributes = g_xslt_attr e_error_list = l_xslt_errs EXCEPTIONS not_existing = 2 error_occured = 5 syntax_errors = 6 OTHERS = 10.

XSLT_MAINTENANCE CALL FUNCTION 'XSLT_MAINTENANCE' EXPORTING i_operation = 'CREA_ACT' i_xslt_attributes = g_xslt_attr i_xslt_source = l_xslt i_gen_flag = 'X' i_suppress_corr_insert = 'X' i_suppress_tree_placement = 'X' IMPORTING e_xslt_attributes = g_xslt_attr e_error_list = l_xslt_errs EXCEPTIONS invalid_name = 1 error_occured = 5 syntax_errors = 6 OTHERS = 10.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = 'Transformation anwenden'(001) textline1 = 'Sind Sie sicher, das Sie die aktuelle Transformation'(002) textline2 = 'auf alle ausgewählten Charts anwenden wollen ?'(003) cancel_display = space IMPORTING answer = l_answer.

XSLT_MAINTENANCE CALL FUNCTION 'XSLT_MAINTENANCE' EXPORTING i_operation = 'DELETE' i_xslt_attributes = g_xslt_attr i_gen_flag = 'X' i_suppress_corr_insert = 'X' i_suppress_tree_placement = 'X'.

UMM_FRAME_GET CALL FUNCTION 'UMM_FRAME_GET' EXPORTING i_frname = p_frname IMPORTING e_cust_xml = ld_cust_xml * e_mapping_xml = EXCEPTIONS frame_not_found = 1 no_authority = 2 object_locked = 3 OTHERS = 4.

UMM_FRAME_GET CALL FUNCTION 'UMM_FRAME_GET' EXPORTING i_frname = ld_frname IMPORTING es_framedata = ls_framedata e_cust_xml = ld_cust_xml e_mapping_xml = ld_mapping_xml EXCEPTIONS frame_not_found = 1 no_authority = 2 object_locked = 3 OTHERS = 4.

UMM_FRAME_UPDATE CALL FUNCTION 'UMM_FRAME_UPDATE' EXPORTING is_framedata = ls_framedata i_cust_xml = ld_xml i_mapping_xml = ld_mapping_xml i_update_blob = abap_true i_update_header = abap_true i_update_cockpit_status = abap_false EXCEPTIONS frame_not_found = 1 no_authority = 2 object_locked = 3 no_update_requested = 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 UMC_CHART_MODIFICATION or its description.