SAP Reports / Programs | SAP Business Information Warehouse | Planning | Business Planning and Simulation(BW-PLA-BPS) SAP BW

M_UPS_CUSTOMIZING_I01 SAP ABAP INCLUDE - Include M_UPS_CUSTOMIZING_I01







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


INCLUDES used within this REPORT M_UPS_CUSTOMIZING_I01

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_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'V_UPS_TEILPLAN' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' * TABLES * DBA_SELLIST = * EXCL_CUA_FUNCT = EXCEPTIONS maintenance_prohibited = 14 OTHERS = 15.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'V_UPS_VERSION' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' * TABLES * DBA_SELLIST = * EXCL_CUA_FUNCT = EXCEPTIONS maintenance_prohibited = 14 OTHERS = 15.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'V_UPS_STATUS' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' * TABLES * DBA_SELLIST = * EXCL_CUA_FUNCT = EXCEPTIONS maintenance_prohibited = 14 OTHERS = 15.

UPS_CHECK_HIER_EXIST CALL FUNCTION 'UPS_CHECK_HIER_EXIST' EXPORTING i_teilplan = tp1 EXCEPTIONS no_hierarchy = 1 OTHERS = 2.

UPS_MAINTAIN_ATTRIBUTS CALL FUNCTION 'UPS_MAINTAIN_ATTRIBUTS' EXPORTING i_teilplan = tp1 i_version = pr1 IMPORTING es_attribute = ls_attributes EXCEPTIONS no_entry = 1 OTHERS = 2.

UPS_CHECK_HIER_EXIST CALL FUNCTION 'UPS_CHECK_HIER_EXIST' EXPORTING i_teilplan = tp1 EXCEPTIONS no_hierarchy = 1 OTHERS = 2.

UPS_OPTIONS_FOR_TEILPLAN CALL FUNCTION 'UPS_OPTIONS_FOR_TEILPLAN' EXPORTING i_teilplan = tp1 i_version = pr1 EXCEPTIONS OTHERS = 1.

UPS_CHECK_HIER_EXIST CALL FUNCTION 'UPS_CHECK_HIER_EXIST' EXPORTING i_teilplan = tp1 EXCEPTIONS no_hierarchy = 1 OTHERS = 2.

UPS_CHECK_ATTR_EXIST CALL FUNCTION 'UPS_CHECK_ATTR_EXIST' EXPORTING i_teilplan = tp1 i_version = pr1 EXCEPTIONS no_attributs = 1 OTHERS = 2.

UPS_RESET_VERSION CALL FUNCTION 'UPS_RESET_VERSION' EXPORTING i_version = pr1 i_teilplan = tp1 EXCEPTIONS OTHERS = 1.

UPS_CHECK_HIER_EXIST CALL FUNCTION 'UPS_CHECK_HIER_EXIST' EXPORTING i_teilplan = tp1 EXCEPTIONS no_hierarchy = 1 OTHERS = 2.

UPS_CHECK_ATTR_EXIST CALL FUNCTION 'UPS_CHECK_ATTR_EXIST' EXPORTING i_teilplan = tp1 i_version = pr1 EXCEPTIONS no_attributs = 1 OTHERS = 2.

UPS_STS_START_CUSTOMIZING CALL FUNCTION 'UPS_STS_START_CUSTOMIZING' EXPORTING i_teilplan = tp1 i_version = pr1 i_withnewstuff = 'X' EXCEPTIONS foreign_lock = 1 OTHERS = 2.

UPS_CHECK_HIER_EXIST CALL FUNCTION 'UPS_CHECK_HIER_EXIST' EXPORTING i_teilplan = tp1 EXCEPTIONS no_hierarchy = 1 OTHERS = 2.

UPS_CHECK_ATTR_EXIST CALL FUNCTION 'UPS_CHECK_ATTR_EXIST' EXPORTING i_teilplan = tp1 i_version = pr1 EXCEPTIONS no_attributs = 1 OTHERS = 2.

UPS_STS_GENERATE_URL CALL FUNCTION 'UPS_STS_GENERATE_URL' EXPORTING i_teilplan = tp1 i_version = pr1 EXCEPTIONS OTHERS = 1.

UPS_CHECK_HIER_EXIST CALL FUNCTION 'UPS_CHECK_HIER_EXIST' EXPORTING i_teilplan = tp1 EXCEPTIONS no_hierarchy = 1 OTHERS = 2.

UPS_CHECK_ATTR_EXIST CALL FUNCTION 'UPS_CHECK_ATTR_EXIST' EXPORTING i_teilplan = tp1 i_version = pr1 IMPORTING es_attribut = ls_attributes EXCEPTIONS no_attributs = 1 OTHERS = 2.

UPS_SEND_NEW_MAIL





CALL FUNCTION 'UPS_SEND_NEW_MAIL' EXPORTING i_version = pr1 i_teilplan = tp1 EXCEPTIONS OTHERS = 1.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount EXCEPTIONS cant_create_job = 1 OTHERS = 2.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'UPS_YS_VALUE_TP' retfield = 'TEILPLAN' dynpprog = c_main_repid dynpnr = '0100' dynprofield = 'TP1' * WINDOW_TITLE = value_org = 'S' * display = g_display TABLES value_tab = lt_value1 EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'UPS_YS_VALUE_VERSION' retfield = 'VERSION' dynpprog = c_main_repid dynpnr = '0100' dynprofield = 'PR1' * WINDOW_TITLE = value_org = 'S' * display = g_display TABLES value_tab = lt_value_version1 EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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