SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_CHECK_CONSISTENCY SAP ABAP Report - EBP Organizational Model: Checks







BBP_CHECK_CONSISTENCY 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 BBP_CHECK_CONSISTENCY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

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

BBP_ATTR_CHECK - EBP Organizational Model: Checks


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_CHECK_CONSISTENCY. "Basic submit
SUBMIT BBP_CHECK_CONSISTENCY AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_CHECK_CONSISTENCY 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: APPLIC = Application
Selection Text: APPLKZ = User Attribute Check for
Selection Text: CONSKZ = Consistency
Selection Text: MAX = D .
Selection Text: OBJID = D .
Title: EBP Organizational Model: Checks
Text Symbol: 001 = Attributes of Organizational Units
Text Symbol: 002 = User Attributes for Application
Text Symbol: 008 = EBP Organizational Model: Check
Text Symbol: 009 = Checks/Organizational Units/Users
Text Symbol: 010 = "All Applications"
Text Symbol: 011 = Maximum Number of Hits
Text Symbol: 013 = Selection
Text Symbol: 014 = All Applications
Text Symbol: 015 = Object Type
Text Symbol: 016 = Object ID


INCLUDES used within this REPORT BBP_CHECK_CONSISTENCY

INCLUDE BBP_CHECK_CONSISTENCY_FOF01.
INCLUDE BBP_CHECK_CONSISTENCY_FOF02.


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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = lv_plvar EXCEPTIONS no_active_plvar = 01.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log EXCEPTIONS OTHERS = 1.

BBP_OM_FIND_COMPANIES CALL FUNCTION 'BBP_OM_FIND_COMPANIES' "XMZ11112002 IMPORTING company_keys = lt_companies EXCEPTIONS OTHERS = 0.

RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING seark = objid plvar = lv_plvar otype = lc_otype_o IMPORTING sel_object = l_sel_object TABLES base_objects = lt_baseobj EXCEPTIONS f15 = 1 wrong_condition = 2 nothing_found = 3 OTHERS = 4.

REUSE_HR_OBJID_CHECK CALL FUNCTION 'REUSE_HR_OBJID_CHECK' EXPORTING plvar = lv_plvar otype = lv_otype seark = objid IMPORTING sel_object = l_sel_object EXCEPTIONS cancelled = 1 nothing_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'APPLIC' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'APPLIC' value_org = 'S' TABLES value_tab = lt_applic EXCEPTIONS OTHERS = 0.

BBP_OM_FIND_COMPANIES CALL FUNCTION 'BBP_OM_FIND_COMPANIES' "XMZ11112002 IMPORTING company_keys = lt_companies EXCEPTIONS OTHERS = 0.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = lv_plvar otype = lc_otype_o dynpro_repid = lv_repid dynpro_dynnr = lv_dynnr dynpro_searkfield = 'OBJID' IMPORTING sel_object = l_sel_object TABLES base_objects = lt_baseobj EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_repid dynumb = lv_dynnr TABLES dynpfields = lt_dynp_fields EXCEPTIONS OTHERS = 0.

REUSE_HR_OBJID_F4 CALL FUNCTION 'REUSE_HR_OBJID_F4' EXPORTING plvar = lv_plvar otype = lv_otype dynpro_repid = lv_repid dynpro_dynnr = lv_dynnr dynpro_searkfield = 'OBJID' multiple_selection = ' ' IMPORTING sel_object = l_sel_object EXCEPTIONS cancelled = 1 nothing_found = 2 internal_error = 3 OTHERS = 4.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_repid dynumb = lv_dynnr TABLES dynpfields = lt_dynp_fields EXCEPTIONS OTHERS = 0.



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