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

UPP_PLAN SAP ABAP INCLUDE - Planung: Exits im generierten Report für den Planungsprozessor







UPP_PLAN 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 UPP_PLAN 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 UPP_PLAN. "Basic submit
SUBMIT UPP_PLAN AND RETURN. "Return to original report after report execution complete
SUBMIT UPP_PLAN 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 UPP_PLAN

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:

UPC_CREATE_CHA_COMBIS CALL FUNCTION 'UPC_CREATE_CHA_COMBIS' EXPORTING i_area = gr_c_appl->r_plarea_attr->area ito_cha = ito_cha ito_chasel = ito_sel ito_cha_filter = lto_cha_fil ith_chas_filter = IMPORTING eth_chas = eth_chas et_mesg = et_mesg EXCEPTIONS failed = 1 OTHERS = 2.

UPC_DATASLICE_CHASEL_CHECK CALL FUNCTION 'UPC_DATASLICE_CHASEL_CHECK' EXPORTING i_area = gr_c_appl->r_plarea_attr->area ito_chasel = lto_sel IMPORTING et_mesg = et_mesg e_overlapping = l_overlapping e_handle = gr_c_appl->dataslice_hndl EXCEPTIONS error = 1.

UPC_DATASLICE_CHAS_CHECK CALL FUNCTION 'UPC_DATASLICE_CHAS_CHECK' EXPORTING i_area = gr_c_appl->r_plarea_attr->area is_chas = -s_chas i_handle = gr_c_appl->dataslice_hndl EXCEPTIONS invalid = 1 OTHERS = 2.

UPC_CHA_VALUES_GET CALL FUNCTION 'UPC_CHA_VALUES_GET' EXPORTING i_area = ir_area->area i_chanm = l_chanm ito_chasel = lto_sel i_read_attr = ls_cha-read_attr i_read_text = 'X' IMPORTING eto_chavl = lto_chavl EXCEPTIONS chanm_not_found = 1 rfc_error = 2 failed = 3 OTHERS = 4.

UPP_MULTIPLY_CHAR_VAL CALL FUNCTION 'UPP_MULTIPLY_CHAR_VAL' EXPORTING ito_cha_val = lto_cha_val i_cart_prod_abs_typenm = lr_typedescr->absolute_name i_name_char_part = 'S_CHAS' i_use_template_line = 'X' i_template_line = ls_data CHANGING xto_char = lto_char xt_cart_prod = eth_data EXCEPTIONS cha_table_empty = 1 OTHERS = 2.

UPC_CHAS_CHECK_COMBINATION CALL FUNCTION 'UPC_CHAS_CHECK_COMBINATION' EXPORTING i_area = gr_c_appl->r_plarea_attr->area is_chas = ls_chas ito_cha = ito_cha ito_chasel = gr_c->to_chasel EXCEPTIONS invalid = 1 OTHERS = 2.

UPC_CHAVL_IN_EX_CONVERT CALL FUNCTION 'UPC_CHAVL_IN_EX_CONVERT' EXPORTING i_area = l_plarea i_chanm = -uninm i_chavlint = l_chavlint IMPORTING e_chavlext = l_chavlext EXCEPTIONS chanm_not_found = 1 rfc_error = 2 failed = 3 OTHERS = 4.

UPC_DATASLICE_CHAS_CHECK CALL FUNCTION 'UPC_DATASLICE_CHAS_CHECK' EXPORTING i_area = gr_c_appl->r_plarea_attr->area is_chas = ls_data-s_chas i_handle = gr_c_appl->dataslice_hndl EXCEPTIONS invalid = 1 OTHERS = 2.



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