SAP Reports and Programs

Share |

UPARA_AP_BPS0 SAP ABAP Report - BPS0 for Assortment Planning


UPARA_AP_BPS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter UPARA_AP_BPS0 into the relevant SAP transaction such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report UPARA_AP_BPS0 and is provided for your convenience to access as and when required. Although the 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 UPARA_AP_BPS0 or its description.

Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

UPABPS0 - Customizing for Merchandise Planning


ABAP code:


ABAP code listing snippet for SAP ABAP Report UPARA_AP_BPS0

*&-------------------------------*
*& Report  UPARA_START_BPS0                                            *
*&                                                                     *
*&-------------------------------*
*&                                                                     *
*&                                                                     *
*&-------------------------------*

REPORT upara_start_bps0 .
INCLUDE UPARA_CONSTANTS.
CLASS cl_sem_profile DEFINITION LOAD.
DATA: l_profile TYPE upc_y_profile. DATA: l_is_profile TYPE char1.
CALL FUNCTION UPC_FW_GET_PROFILE IMPORTING ....See full code listing within your SAP system using transactions such as SE80 and SE38

Includes used within report:

INCLUDE UPARA_CONSTANTS.


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_FW_GET_PROFILE CALL FUNCTION 'UPC_FW_GET_PROFILE' IMPORTING e_profile = l_profile e_is_profile = l_is_profile.

UPC_FW_START CALL FUNCTION 'UPC_FW_START' EXPORTING i_profile = l_profile.


Text pool values


Title: BPS0 for Assortment Planning





comments powered by Disqus