SAP Reports / Programs

BBP_CUF01 SAP ABAP Report - Check Settings Customer Fields







BBP_CUF01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report checks the contents of the Includes that can be used for defining customer fields...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BBP_CUF01 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 BBP_CUF01. "Basic submit
SUBMIT BBP_CUF01 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_CUF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Settings Customer Fields
Text Symbol: 022 = RFx Response
Text Symbol: 021 = RFx
Text Symbol: 020 = Contract
Text Symbol: 019 = Input Check
Text Symbol: 018 = Fill Default Values
Text Symbol: 017 = Field Control / Input Modify
Text Symbol: 016 = Customer Screen
Text Symbol: 015 = Active BAdIs
Text Symbol: 014 = Overview
Text Symbol: 013 = Global Structures
Text Symbol: 011 = (in Include
Text Symbol: 010 = *************************** Error Messages ********************************
Text Symbol: 009 = from Include CI_BBP_ITEM does not appear in any other Include
Text Symbol: 008 = from Include CI_BBP_HDR does not appear in any other Include
Text Symbol: 007 = Field
Text Symbol: 006 = Include CI_BBP_HDR is Missing Field
Text Symbol: 005 = Acct.Assgt
Text Symbol: 004 = Confirmation
Text Symbol: 003 = Shopping Cart
Text Symbol: 002 = Invoice
Text Symbol: 001 = Purchase Order


INCLUDES used within this REPORT BBP_CUF01

INCLUDE BBP_PD_CON.


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:

BUS_DD03P_GET *\ CALL FUNCTION 'BUS_DD03P_GET' *\ EXPORTING *\ i_tabname = lv_include_name *\ TABLES *\ t_dd03p = lt_ddic *\ EXCEPTIONS *\ structure_not_found = 1 *\ internal_error = 2 *\ OTHERS = 3.

BUS_DD03P_GET *\ CALL FUNCTION 'BUS_DD03P_GET' *\ EXPORTING *\ i_tabname = 'CI_BBP_HDR' *\ TABLES *\ t_dd03p = lt_ddic *\ EXCEPTIONS *\ structure_not_found = 1 *\ internal_error = 2 *\ OTHERS = 3.

BUS_DD03P_GET *\ CALL FUNCTION 'BUS_DD03P_GET' *\ EXPORTING *\ i_tabname = 'CI_BBP_ITEM' *\ TABLES *\ t_dd03p = lt_ddic *\ EXCEPTIONS *\ structure_not_found = 1 *\ internal_error = 2 *\ OTHERS = 3.

BUS_DD03P_GET *\ CALL FUNCTION 'BUS_DD03P_GET' *\ EXPORTING *\ i_tabname = 'DD03P' *\ TABLES *\ t_dd03p = lt_ddic *\ EXCEPTIONS *\ OTHERS = 1.

REUSE_ALV_LIST_DISPLAY *\ CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' *\ EXPORTING *\* I_INTERFACE_CHECK = ' ' *\* I_BYPASSING_BUFFER = *\* I_BUFFER_ACTIVE = ' ' *\* I_CALLBACK_PROGRAM = ' ' *\* I_CALLBACK_PF_STATUS_SET = ' ' *\* I_CALLBACK_USER_COMMAND = ' ' *\ i_structure_name = 'DD03P' *\ is_layout = ls_layout *\ it_fieldcat = lt_fieldcat *\* IT_EXCLUDING = *\* IT_SPECIAL_GROUPS = *\* IT_SORT = *\* IT_FILTER = *\* IS_SEL_HIDE = *\* I_DEFAULT = 'X' *\* I_SAVE = ' ' *\* IS_VARIANT = *\* IT_EVENTS = *\* IT_EVENT_EXIT = *\* IS_PRINT = *\* IS_REPREP_ID = *\* I_SCREEN_START_COLUMN = 0 *\* I_SCREEN_START_LINE = 0 *\* I_SCREEN_END_COLUMN = 0 *\* I_SCREEN_END_LINE = 0 *\* IMPORTING *\* E_EXIT_CAUSED_BY_CALLER = *\* ES_EXIT_CAUSED_BY_USER = *\ TABLES *\ t_outtab = gt_ddic *\ EXCEPTIONS *\ program_error = 1 *\ OTHERS = 2.

SXC_EXIT_CHECK_ACTIVE *\ CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' *\ EXPORTING *\ exit_name = 'BBP_CUF_BADI' *\ EXCEPTIONS *\ not_active = 1 *\ OTHERS = 2.

SXC_EXIT_CHECK_ACTIVE *\ CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' *\ EXPORTING *\ exit_name = 'BBP_CUF_BADI_2' *\ EXCEPTIONS *\ not_active = 1 *\ OTHERS = 2.

SXC_EXIT_CHECK_ACTIVE *\ CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' *\ EXPORTING *\ exit_name = 'BBP_DOC_CHANGE_BADI' *\ EXCEPTIONS *\ not_active = 1 *\ OTHERS = 2.

SXC_EXIT_CHECK_ACTIVE *\ CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' *\ EXPORTING *\ exit_name = 'BBP_DOC_CHECK_BADI' *\ EXCEPTIONS *\ not_active = 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 BBP_CUF01 or its description.