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

BBP_CHECK_CONSISTENCY_FOF01 SAP ABAP INCLUDE - BBPCHECKCONSISTENCYFOF01







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

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:

RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING act_otype = lc_otype_o act_objid = lv_objid act_wegid = lc_wegid_o TABLES result_objec = lt_h_result_objec EXCEPTIONS no_plvar_found = 1 no_entry_found = 0 "XMK#612417 OTHERS = 3.

BBP_OM_FIND_COMPANIES CALL FUNCTION 'BBP_OM_FIND_COMPANIES' "XMZ08112002 IMPORTING company_keys = lt_company_keys EXCEPTIONS internal_error = 1 no_authority = 2 nothing_found = 0 "XMK#612417 OTHERS = 4 .

BBP_OM_FIND_PURCH_ORGS CALL FUNCTION 'BBP_OM_FIND_PURCH_ORGS' "XMZ08112002 IMPORTING porg_keys = lt_purchorg_keys EXCEPTIONS internal_error = 1 no_authority = 2 nothing_found = 0 "XMK#612417 OTHERS = 4.

BBP_OM_FIND_PURCH_GRPS CALL FUNCTION 'BBP_OM_FIND_PURCH_GRPS' "XMZ08112002 IMPORTING pgrp_keys = lt_purchgrp_keys EXCEPTIONS internal_error = 1 no_authority = 2 nothing_found = 0 "XMK#612417 OTHERS = 4.

BBP_OM_STRUC_GET_USER_FROM_ORG CALL FUNCTION 'BBP_OM_STRUC_GET_USER_FROM_ORG' EXPORTING start_objects = lt_object IMPORTING user_tab = lt_user EXCEPTIONS path_not_found = 1 error_reading_structure = 2 no_roots = 3 invalid_roots = 4 internal_error = 5 OTHERS = 6.

BBP_ATTR_GCHECK CALL FUNCTION 'BBP_ATTR_GCHECK' EXPORTING plvar = lv_plvar *{ ausgetauscht otype = pt_result_tab_u-otype objid = pt_result_tab_u-objid * username = lv_user *} applic = pv_applic scenario = 'BBP' seldate = sy-datum read_flag = 'X' TABLES message_tab = return EXCEPTIONS no_active_plvar = 1 value_error = 2 OTHERS = 3 .

BBP_ATTR_GCHECK CALL FUNCTION 'BBP_ATTR_GCHECK' EXPORTING plvar = lv_plvar otype = pt_result_objec_o-otype objid = pt_result_objec_o-objid scenario = 'BBP' seldate = sy-datum read_flag = 'X' TABLES message_tab = return EXCEPTIONS no_active_plvar = 1 value_error = 2 OTHERS = 3.



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