SAP Reports / Programs

BBP_BADI_OVERVIEW SAP ABAP Report - Check Report for Customizing for the User Syncronization







BBP_BADI_OVERVIEW 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_BADI_OVERVIEW 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_BADI_OVERVIEW. "Basic submit
SUBMIT BBP_BADI_OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_BADI_OVERVIEW 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: SUS = SUS in SRM
Selection Text: MS = Enterprise Buyer in MarketSet
Selection Text: EBP = Enterprise Buyer in SRM
Title: Check Report for Customizing for the User Syncronization
Text Symbol: 050 = Inst.No :
Text Symbol: 036 = Database :
Text Symbol: 035 = Op.Sys. :
Text Symbol: 034 = Host :
Text Symbol: 033 = User :
Text Symbol: 032 = Time :
Text Symbol: 031 = Date :
Text Symbol: 030 = Release :
Text Symbol: 029 = System :
Text Symbol: 028 = Client :
Text Symbol: 015 = Table SMUM_ACL:
Text Symbol: 014 = Entry Table SMUM_BSAPP for Appl. MOM_SUPPL Set
Text Symbol: 013 = Entry Table SMUM_BSAPP for Appl. MOM_SUPPL Missing
Text Symbol: 012 = Entry Table SMUM_BSAPP for Appl. EPE_BUYER Set
Text Symbol: 011 = Entry Table SMUM_BSAPP for Appl. EPE_BUYER Missing
Text Symbol: 010 = Entry Table SMUM_BSAPP for Appl. EPE_SUPPL Set
Text Symbol: 009 = Entry Table SMUM_BSAPP for Appl. EPE_SUPPL Missing
Text Symbol: 008 = Select the Component
Text Symbol: 007 = No Entry Exists in Table TWPSSO2ACL
Text Symbol: 006 = Table TWPSSO2ACL:
Text Symbol: 005 = Automatic Activation of Necessary BADIs
Text Symbol: 004 = No Active Implementations Exist
Text Symbol: 003 = No entries are available
Text Symbol: 002 = Entry Table SMUM_BSAPP for Appl. BBP_SRM Missing
Text Symbol: 001 = Entry Table SMUM_BSAPP for Appl. BBP_SRM Set


INCLUDES used within this REPORT BBP_BADI_OVERVIEW

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:

SXC_EXIT_CHECK_ACTIVE CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' EXPORTING exit_name = badi_defs-exit_name check_for_released = 'X' TABLES active_imps = active_imps EXCEPTIONS not_active = 1 OTHERS = 2.

SXO_BADI_SHOW CALL FUNCTION 'SXO_BADI_SHOW' EXPORTING exit_name = ap_badi_def object_state = object_state EXCEPTIONS OTHERS.

SXO_IMPL_SHOW CALL FUNCTION 'SXO_IMPL_SHOW' EXPORTING imp_name = parname2 object_state = object_state.

SXO_IMPL_ACTIVE CALL FUNCTION 'SXO_IMPL_ACTIVE' EXPORTING imp_name = parname2.

SXO_IMPL_ACTIVE CALL FUNCTION 'SXO_IMPL_ACTIVE' EXPORTING imp_name = badi_imps-imp_name.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' * STARTING NEW TASK 'YAZ' EXPORTING action = 'S' show_selection_popup = space view_name = viewname no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist.

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = viewname maintenance_action = 'S' show_selection_popup = ' ' corr_number = ' ' no_warning_for_clientindep = 'X' TABLES dba_sellist = lt_dba_sellist EXCEPTIONS client_reference = 1 foreign_lock = 2 viewcluster_not_found = 3 viewcluster_is_inconsistent = 4 missing_generated_function = 5 no_upd_auth = 6 no_show_auth = 7 object_not_found = 8 no_tvdir_entry = 9 no_clientindep_auth = 10 invalid_action = 11 saving_correction_failed = 12 system_failure = 13 unknown_field_in_dba_sellist = 14 missing_corr_number = 15 OTHERS = 16.



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