SAP Reports / Programs

UPF_PLANF_PRINT SAP ABAP Report - Print Planning Functions







UPF_PLANF_PRINT 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 UPF_PLANF_PRINT 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 UPF_PLANF_PRINT. "Basic submit
SUBMIT UPF_PLANF_PRINT AND RETURN. "Return to original report after report execution complete
SUBMIT UPF_PLANF_PRINT 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: TO_SPOOL = Output in the spool file
Selection Text: PLEVEL = Level
Selection Text: PARAM = Parameter Group
Selection Text: METHOD = Method
Selection Text: AREA = Planning Area
Title: Print Planning Functions
Text Symbol: PRA = Percent.
Text Symbol: PRG = Planfct.
Text Symbol: PRS = Forecast strategy:
Text Symbol: RDF = Field for ref. data:
Text Symbol: REF = Ref. data from:
Text Symbol: RMK = Field to be changed:
Text Symbol: TJA = Y
Text Symbol: TPF = Planning function type
Text Symbol: TYP = Typ:
Text Symbol: UEP = Planning functions overview
Text Symbol: UES = Overwrite:
Text Symbol: UHR = at
Text Symbol: USV = Ovweview: Types of planning functions stat. distribution
Text Symbol: VAR = Variable
Text Symbol: VRS = Version
Text Symbol: WRT = Value
Text Symbol: ZMM = Time char.
Text Symbol: AND = on
Text Symbol: ATR = Attribute
Text Symbol: BAS = Basic chara:
Text Symbol: BED = Conditions
Text Symbol: BFD = Field for conditions:
Text Symbol: DUJ = Dummy Node: Yes
Text Symbol: DUN = Dummy Node: No
Text Symbol: FBI = Function module for initialization
Text Symbol: FBP = Function module planning function
Text Symbol: FOR = Formula
Text Symbol: GEB = Area:
Text Symbol: HIE = Hierarchy:
Text Symbol: KNM = Node Char:
Text Symbol: KNO = Nodes:
Text Symbol: LAD = Last Changed by





Text Symbol: NAC = To
Text Symbol: NEI = No
Text Symbol: NOA = Not assigned
Text Symbol: NZV = Distribute Not Assigned:
Text Symbol: PAR = Parameter Group
Text Symbol: PGP = Parameter grp
Text Symbol: PLE = Plng level:
Text Symbol: PLN = Plng function:


INCLUDES used within this REPORT UPF_PLANF_PRINT

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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING line_size = 132 IMPORTING out_parameters = pri_params valid = valid.

UPF_PARAM_INFO_GET CALL FUNCTION 'UPF_PARAM_INFO_GET' EXPORTING i_area = i_area i_plevel = i_plevel i_method = i_method TABLES et_planf = lt_planf et_pflds = lt_pflds.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'UPF_D_PRSTR' langu = sy-langu TABLES dd07v_tab = lt_dd_value.

UPF_PARAM_INFO_GET CALL FUNCTION 'UPF_PARAM_INFO_GET' EXPORTING i_area = i_area i_plevel = i_plevel i_method = i_method TABLES et_planf = lt_planf.

UPF_PARAM_INFO_GET CALL FUNCTION 'UPF_PARAM_INFO_GET' EXPORTING i_area = i_area i_plevel = i_plevel i_method = i_method TABLES et_planf = lt_planf et_pflds = lt_pflds et_param = lt_param et_pargd = lt_pargd et_optios = lt_optios et_forml = lt_forml et_neval = lt_neval.

UPF_PARAM_TEXT_GET CALL FUNCTION 'UPF_PARAM_TEXT_GET' EXPORTING i_area = i_area i_plevel = i_plevel i_method = i_method i_param = i_param IMPORTING e_paramtxt = l_text.

UPC_AREA_READ CALL FUNCTION 'UPC_AREA_READ' IMPORTING et_children = lt_children.

UPC_PLEVEL_READ CALL FUNCTION 'UPC_PLEVEL_READ' EXPORTING i_area = i_area IMPORTING et_children = lt_children.

UPF_METHOD_TEXT_GET CALL FUNCTION 'UPF_METHOD_TEXT_GET' EXPORTING i_area = i_area i_plevel = i_plevel i_method = i_method IMPORTING e_methodtxt = l_text.

UPC_ATRVL_IN_EX_CONVERT CALL FUNCTION 'UPC_ATRVL_IN_EX_CONVERT' EXPORTING i_area = ls_ftab-area i_chanm = l_chanm i_atrnm = is_optios-atrnm i_atrvlint = l_atrvlint IMPORTING e_atrvlext = l_atrvlext.

UPC_ATRVL_IN_EX_CONVERT CALL FUNCTION 'UPC_ATRVL_IN_EX_CONVERT' EXPORTING i_area = ls_ftab-area i_chanm = l_chanm i_atrnm = is_optios-atrnm i_atrvlint = l_atrvlint IMPORTING e_atrvlext = l_atrvlext.

UPF_OUTPUT_CONVERT CALL FUNCTION 'UPF_OUTPUT_CONVERT' EXPORTING i_convexit = ls_ftab-convexit i_datatype = ls_ftab-datatype i_intlen = ls_ftab-intlen i_decimals = ls_ftab-decimals i_outputlen = ls_ftab-outputlen i_value_to_convert = is_optios-low IMPORTING e_output_value = is_optios-low.

UPF_OUTPUT_CONVERT CALL FUNCTION 'UPF_OUTPUT_CONVERT' EXPORTING i_convexit = ls_ftab-convexit i_datatype = ls_ftab-datatype i_intlen = ls_ftab-intlen i_decimals = ls_ftab-decimals i_outputlen = ls_ftab-outputlen i_value_to_convert = is_optios-high IMPORTING e_output_value = is_optios-high.

UPF_OUTPUT_CONVERT CALL FUNCTION 'UPF_OUTPUT_CONVERT' EXPORTING i_area = ls_ftab-area i_fieldname = ls_ftab-fieldname i_value_to_convert = is_optios-low IMPORTING e_output_value = is_optios-low.






UPF_OUTPUT_CONVERT CALL FUNCTION 'UPF_OUTPUT_CONVERT' EXPORTING i_area = ls_ftab-area i_fieldname = ls_ftab-fieldname i_value_to_convert = is_optios-high IMPORTING e_output_value = is_optios-high.

UPF_OUTPUT_CONVERT CALL FUNCTION 'UPF_OUTPUT_CONVERT' EXPORTING i_convexit = ls_ftab-convexit i_datatype = ls_ftab-datatype i_intlen = ls_ftab-intlen i_decimals = ls_ftab-decimals i_outputlen = ls_ftab-outputlen i_value_to_convert = is_neval-keyid IMPORTING e_output_value = is_neval-keyid.

UPF_OUTPUT_CONVERT CALL FUNCTION 'UPF_OUTPUT_CONVERT' EXPORTING i_area = ls_ftab-area i_fieldname = ls_ftab-fieldname i_value_to_convert = is_neval-keyid IMPORTING e_output_value = is_neval-keyid.

UPC_DISP_F4 CALL FUNCTION 'UPC_DISP_F4' EXPORTING i_node_type = upcfw_cs_nodetypes-area IMPORTING e_area = area-low.

UPC_DISP_F4 CALL FUNCTION 'UPC_DISP_F4' EXPORTING i_node_type = upcfw_cs_nodetypes-plevel i_area = area-low IMPORTING e_plevel = plevel-low.

UPC_DISP_F4 CALL FUNCTION 'UPC_DISP_F4' EXPORTING i_node_type = upcfw_cs_nodetypes-plevel i_area = area-low IMPORTING e_plevel = plevel-high.



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