SAP Reports / Programs

/BOBF/CONF_BO_CHECK SAP ABAP Report - Check BOPF-Configuration of BOs







/BOBF/CONF_BO_CHECK 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 /BOBF/CONF_BO_CHECK 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

/BOBF/CONF_BO_CHECK - Check BOPF-Configuration of BOs


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 /BOBF/CONF_BO_CHECK. "Basic submit
SUBMIT /BOBF/CONF_BO_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT /BOBF/CONF_BO_CHECK 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: S_SWCOMP = D .
Selection Text: S_SRCSYS = D .
Selection Text: S_PACK = D .
Selection Text: S_BOPFBO = Business Object Name
Selection Text: S_AUTHOR = D .
Selection Text: P_NO_LIB = Ignore Library-Classes
Selection Text: P_NO_AUC = Ignore AUCP-Settings
Selection Text: P_MAIL = Send E-Mail
Selection Text: P_BO_CAT = D .
Selection Text: P_AU_COV = Unit Test Coverage
Title: Check BOPF-Configuration of BOs
Text Symbol: S01 = Abap Unit Coverage
Text Symbol: M02 = E-mail address not in user data - not possible to send
Text Symbol: C26 = #Unit test coverage
Text Symbol: C25 = #Unit test available
Text Symbol: C24 = #Unit test relevant
Text Symbol: C23 = #Unit test available (Status Derivator)
Text Symbol: C22 = #Test data assigned (Status Derivator)
Text Symbol: C21 = #Unit test relevant (Status Derivator)
Text Symbol: C20 = #Unit test available (Value Set)
Text Symbol: C19 = #Test data assigned (Value Set)
Text Symbol: C18 = #Unit test relevant (Value Set)
Text Symbol: C17 = #Unit test available (Validation)
Text Symbol: C16 = #Test data assigned (Validation)
Text Symbol: C15 = #Unit test relevant (Validation)
Text Symbol: C14 = #Unit test available (Query)
Text Symbol: C13 = #Test data assigned (Query)
Text Symbol: C12 = #Unit test relevant (Query)
Text Symbol: C11 = #Unit test available (Determination)
Text Symbol: C10 = #Test data assigned (Determination)
Text Symbol: C09 = #Unit test relevant (Determination)
Text Symbol: C08 = #Unit test available (Association)
Text Symbol: C07 = #Test data assigned (Association)
Text Symbol: C06 = #Unit test relevant (Association)
Text Symbol: C05 = #Unit test available (Action)
Text Symbol: C04 = #Test data assigned (Action)
Text Symbol: C03 = #Unit test relevant (Action)
Text Symbol: C02 = #Warnings





Text Symbol: C01 = #Errors


INCLUDES used within this REPORT /BOBF/CONF_BO_CHECK

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_current_bo text = lv_status_bar_text.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = sy-uname IMPORTING address = ls_user_address TABLES return = lt_dummy.



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 /BOBF/CONF_BO_CHECK or its description.