BBP_SOS_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 BBP_SOS_CHECK into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_POSNUM = Item Number
Selection Text: P_OBJTYP = Object Type (obl.)
Selection Text: P_DOCNUM = Document Number (obl.)
Selection Text: P_CTRNUM = Contract Number (opt.)
Title: Check whether or not (and why) a contract is found in sourcing
Text Symbol: 113 = Observe Capitalization
Text Symbol: 114 = Further Checks
Text Symbol: 117 = Condition Types/Tables Defined in Condition Group 01CP
Text Symbol: 118 = No Condition Types are Defined in Condition Group 01CP
Text Symbol: 119 = Condition Types/Tables Defined in Condition Group 01CC
Text Symbol: 120 = No Condition Types are Defined in Condition Group 01CC
Text Symbol: 121 = Condition Types/Tables Defined in Condition Group 01HD
Text Symbol: 122 = No Condition Types are Defined in Condition Group 01HD
Text Symbol: 123 = Condition Types/Tables Defined in Condition Group 01CH
Text Symbol: 124 = In 01CH: Condition Type
Text Symbol: 125 = No Condition Types are Defined in Condition Group 01CH
Text Symbol: 128 = IPC Pricing not yet Functioning
Text Symbol: 129 = IPC Pricing is Active
Text Symbol: 130 = Classic Light Pricing is Active
Text Symbol: 131 = No condition types defined in condition group 01HQ
Text Symbol: 132 = Invalid Entry in Table COMC_PR_LOGSYS: Field LEXI <> Blank or X
Text Symbol: 133 = SRM Release:
Text Symbol: 134 = IPC Version:
Text Symbol: 135 = SRM Patch Level:
Text Symbol: 136 = IPC
Text Symbol: 137 = RFC Connection:
Text Symbol: 112 = Patch Version
Text Symbol: 111 = Scales Defined
Text Symbol: 110 = Gross Value for Value Scale is not yet Calculated in Calc. Schema
Text Symbol: 109 = Update Items Completed
Text Symbol: 108 = Header Create Completed
Text Symbol: 107 = Commit Work and Wait Completed
Text Symbol: 106 = SAVE Completed
Text Symbol: 105 = GetDetail Completed
Text Symbol: 104 = Level Number
Text Symbol: 103 = In 01HD: Condition Type
Text Symbol: 102 = Start of Performance Tests
Text Symbol: 101 = Condition Types/Tables Defined in Condition Group 01HQ
INCLUDE BBP_PD_CON.
No SAP DATABASE tables are accessed within this REPORT code!
SXO_IMPL_SHOW CALL FUNCTION 'SXO_IMPL_SHOW' EXPORTING imp_name = parname1.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_icom-header.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_icom-p_guid.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = '/SAPCND/CTFC' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = '/SAPCND/CTCT' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SE16' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
RFCDES_DISPLAY CALL FUNCTION 'RFCDES_DISPLAY' EXPORTING rfcdes_export = ls_rfcdes.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'CRMD_ORDERADM_H' fieldname = 'OBJECT_ID' searchhelp = 'CRM_ORDER_BY_OBJECT_ID' shlpparam = 'OBJECT_ID' * dynpprog = 'SAPBBPPU99' * dynpnr = '1000' * dynprofield = 'ME-P_NUMBER' callback_program = 'BBP_CND_CUSTOMIZING_CHECK' *{ DELETE KSRK000143 1 *\ callback_form = 'SET_BUSSINESS_OBJECT' *} DELETE *{ INSERT KSRK000143 2 callback_form = 'SET_BUSSINESS_OBJECT_CTR' *} INSERT TABLES return_tab = it_retvalues EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_object_id = contract i_with_itemdata = 'X' IMPORTING e_header = lv_ctr_header et_conditions = lt_ctr_conditions TABLES e_item = lt_ctr_item e_partner = lt_ctr_partner.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = cs_icom-header.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = cs_icom-p_guid.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING * CURSORLINE = 1 mark_flag = 'X' mark_max = 1 start_col = 15 start_row = 15 textline1 = 'Bitte wählen Sie eine Position'(c01) textline2 = 'aus:'(c02) titel = 'Kontraktposition auswählen'(b02) IMPORTING answer = antwort TABLES t_spopli = selectlist EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.
BBP_PARTNER_TYPE_TO_FUNCTION CALL FUNCTION 'BBP_PARTNER_TYPE_TO_FUNCTION' EXPORTING iv_partner_pft = '0012' iv_partner_subtype = 'B2B' IMPORTING et_partner_fct = lt_partner_fct.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'COMM_PRODUCT' fieldname = 'PRODUCT_ID' searchhelp = 'BBPH_PRODUCT' shlpparam = 'PRODUCT_ID' * dynpprog = 'SAPBBPPU99' * dynpnr = sy-dynnr * dynprofield = 'ME-P_NUMBER' callback_program = 'BBP_CND_CUSTOMIZING_CHECK' callback_form = 'GET_PRODUCT_GUID' TABLES return_tab = it_retvalues EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = cs_icom-header.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = cs_icom-p_guid.
BBP_PRODUCT_PURCHASE_READ_API CALL FUNCTION 'BBP_PRODUCT_PURCHASE_READ_API' EXPORTING i_product_guid = cs_icom-product TABLES et_product_purchase_data = et_product EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
BBP_PD_LOG_INITIALIZE CALL FUNCTION 'BBP_PD_LOG_INITIALIZE'.
BBP_PD_LOG_DEFAULTS_SET CALL FUNCTION 'BBP_PD_LOG_DEFAULTS_SET' EXPORTING i_set_guid = 'A' i_set_type = 'PDPRC'.
BBP_PDPRC_UPDATE CALL FUNCTION 'BBP_PDPRC_UPDATE' EXPORTING i_p_guid = lv_p_guid i_p_kind = lv_p_kind i_header = lv_header i_object_type = lv_object_type i_com = ls_icom IMPORTING e_com = ls_ecom TABLES it_pridoc = lt_pridoc.
BBP_PDPRC_GETDETAIL CALL FUNCTION 'BBP_PDPRC_GETDETAIL' EXPORTING i_header = lv_header i_p_guid = lv_p_guid i_p_kind = lv_p_kind TABLES et_pridoc = lt_pridoc.
BBP_PD_LOG_GET_MESSAGES CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES' TABLES e_messages = lt_messages.
BBP_PDPRC_RESET_DBBUFFER CALL FUNCTION 'BBP_PDPRC_RESET_DBBUFFER'.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log_data IMPORTING e_log_handle = lv_hlog EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
/SAPCND/GEN_OUTDATED_OBJECTS CALL FUNCTION functionname "'/SAPCND/GEN_OUTDATED_OBJECTS' EXPORTING i_application = 'BBP' i_hlog = lv_hlog EXCEPTIONS exc_global_param_missing = 1 exc_generating_objects = 2 exc_creating_hlog = 3 exc_searching_bal_msg = 4 exc_adding_bal_msg = 5 exc_reading_bal_log = 6 OTHERS = 7.
/SAPCND/MNT_GET_KEY_FIELDS_SRV CALL FUNCTION '/SAPCND/MNT_GET_KEY_FIELDS_SRV' EXPORTING i_application = 'BBP' i_usage = 'PR' i_cond_type = dummy_kschl i_groupname = dummy_groupname EXCEPTIONS exc_cond_type_not_exist = 1 exc_invalid_cond_type = 2 exc_group_invalid = 3 exc_application_not_exist = 4 exc_no_access_sequence = 5 exc_maintenance_not_allowed = 6 exc_cond_tables_not_active = 7 exc_reading_global_parameter = 8 OTHERS = 10.
/SAPCND/CN_TABLE_NAME_SET CALL FUNCTION '/SAPCND/CN_TABLE_NAME_SET' EXPORTING i_kappl = 'BBP' i_kvewe = 'PR' i_kotabnr = dummy_kotabnr i_check_existence = 'X' i_check_customizing = 'X' * I_ADD_GEN_NAMESPACE = 'X' * I_CREATE_CDB_NAME = 'X' EXCEPTIONS exc_initial_kappl = 1 exc_initial_kvewe = 2 exc_initial_kotabnr = 3 exc_global_param_missing = 4 exc_not_exist = 5 exc_no_customizing = 6 OTHERS = 7.
/SAPCND/MNT_INIT_OW CALL FUNCTION '/SAPCND/MNT_INIT_OW' EXPORTING i_application = 'BBP' i_hlog = lv_hlog i_maint_context = 'BBPCONTRACT' EXCEPTIONS exc_stop_work = 1 exc_rfc = 2 exc_timezone = 3 exc_t688c_f = 4 exc_creating_debug_trace_log = 5 exc_adding_debug_trace_msg = 6 exc_t688fv = 7 exc_generation_lock = 8 OTHERS = 9.
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.
F4IF_FIELD_VALUE_REQUEST * CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' * EXPORTING * tabname = 'CRMD_ORDERADM_H' * fieldname = 'OBJECT_ID' * searchhelp = 'CRM_ORDER_BY_OBJECT_ID' * shlpparam = 'OBJECT_ID' ** dynpprog = 'SAPBBPPU99' ** dynpnr = '1000' ** dynprofield = 'ME-P_NUMBER' * callback_program = 'BBP_CND_CUSTOMIZING_CHECK' * callback_form = 'SET_BUSSINESS_OBJECT_CTR' * TABLES * return_tab = it_retvalues * EXCEPTIONS * field_not_found = 1 * no_help_for_field = 2 * inconsistent_help = 3 * no_values_found = 4 * OTHERS = 5.
JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * EXPORTING * jobname = lv_jobname * IMPORTING * jobcount = lv_jobcount * EXCEPTIONS * cant_create_job = 1 * invalid_job_data = 2 * jobname_missing = 3 * OTHERS = 4.
JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * jobcount = lv_jobcount * jobname = lv_jobname * strtimmed = 'X' * EXCEPTIONS * cant_start_immediate = 1 * invalid_startdate = 2 * jobname_missing = 3 * job_close_failed = 4 * job_nosteps = 5 * job_notex = 6 * lock_failed = 7 * OTHERS = 8.
F4IF_FIELD_VALUE_REQUEST * CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' * EXPORTING * tabname = 'CRMD_ORDERADM_H' * fieldname = 'OBJECT_ID' * searchhelp = 'CRM_ORDER_BY_OBJECT_ID' * shlpparam = 'OBJECT_ID' ** dynpprog = 'SAPBBPPU99' ** dynpnr = '1000' ** dynprofield = 'ME-P_NUMBER' * callback_program = 'BBP_CND_CUSTOMIZING_CHECK' * callback_form = 'SET_BUSSINESS_OBJECT_BID' * TABLES * return_tab = it_retvalues * EXCEPTIONS * field_not_found = 1 * no_help_for_field = 2 * inconsistent_help = 3 * no_values_found = 4 * OTHERS = 5.
JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * EXPORTING * jobname = lv_jobname * IMPORTING * jobcount = lv_jobcount * EXCEPTIONS * cant_create_job = 1 * invalid_job_data = 2 * jobname_missing = 3 * OTHERS = 4.
JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * jobcount = lv_jobcount * jobname = lv_jobname * strtimmed = 'X' * EXCEPTIONS * cant_start_immediate = 1 * invalid_startdate = 2 * jobname_missing = 3 * job_close_failed = 4 * job_nosteps = 5 * job_notex = 6 * lock_failed = 7 * OTHERS = 8.
BBP_PD_BID_GETDETAIL CALL FUNCTION 'BBP_PD_BID_GETDETAIL' EXPORTING i_object_id = bid i_with_itemdata = 'X' IMPORTING e_header = ls_header_d et_attach = lt_attach_d et_dyn_attr = lt_dyn_attr_d TABLES e_item = lt_item_d e_longtext = lt_longtext_d e_partner = lt_partner_d e_orgdata = lt_orgdata_d e_messages = lt_messages.
BBP_PD_BID_CREATE CALL FUNCTION 'BBP_PD_BID_CREATE' EXPORTING i_park = 'X' i_header = ls_header_c it_attach = lt_attach_c IMPORTING e_header = ls_header_new TABLES i_item = lt_item_c i_partner = lt_partner_c i_longtext = lt_longtext_c i_orgdata = lt_orgdata_c e_messages = lt_messages.
BBP_PD_BID_SAVE CALL FUNCTION 'BBP_PD_BID_SAVE'.
BBP_PROCDOC_RESET_BUFFER CALL FUNCTION 'BBP_PROCDOC_RESET_BUFFER'.
BBP_PD_BID_GETDETAIL CALL FUNCTION 'BBP_PD_BID_GETDETAIL' EXPORTING i_object_id = bid i_with_itemdata = 'X' IMPORTING e_header = ls_header_d et_attach = lt_attach_d et_dyn_attr = lt_dyn_attr_d TABLES e_item = lt_item_d e_partner = lt_partner_d e_orgdata = lt_orgdata_d e_messages = lt_messages.
BBP_MS_C_SELECT_STATUS_GET CALL FUNCTION 'BBP_MS_C_SELECT_STATUS_GET' IMPORTING ev_marketset = lv_marketset.
BBP_PD_QUOT_CREATE CALL FUNCTION 'BBP_PD_QUOT_CREATE' EXPORTING i_src_guid = ls_header_d-guid i_header = i_header it_attach = lt_attach_cep[] * it_dyn_attr = gt_dyn_attr i_item_sorted_by_hierarchy = gc_yes IMPORTING e_header = e_header TABLES i_item = i_item i_partner = l_partners * e_item = e_item * e_partner = g_partners * e_status = g_statuss e_messages = lt_messages.
BBP_PARTNER_TYPE_TO_FUNCTION CALL FUNCTION 'BBP_PARTNER_TYPE_TO_FUNCTION' EXPORTING iv_partner_pft = iv_partner_pft iv_partner_subtype = c_subtype_b2b IMPORTING et_partner_fct = lt_function_tab.
BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_object_id = contract IMPORTING e_header = ls_header_d et_conditions = lt_conditions_d TABLES e_item = lt_item_d e_longtext = lt_longtext_d e_partner = lt_partner_d e_orgdata = lt_orgdata_d.
BBP_PD_CTR_CREATE CALL FUNCTION 'BBP_PD_CTR_CREATE' EXPORTING i_park = ' ' i_header = ls_header_c IMPORTING e_header = ls_new_header TABLES i_partner = lt_partner_c i_orgdata = lt_orgdata_c i_longtext = lt_longtext_c e_messages = lt_messages.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = ls_condition_c-guid.
BBP_PD_CTR_UPDATE CALL FUNCTION 'BBP_PD_CTR_UPDATE' EXPORTING i_park = 'X' i_header = ls_header_u it_conditions = lt_conditions_c TABLES i_item = lt_item_c i_partner = lt_partner_c i_orgdata = lt_orgdata_c i_longtext = lt_longtext_c e_messages = lt_messages.
BBP_PD_CTR_SAVE CALL FUNCTION 'BBP_PD_CTR_SAVE'.
BBP_PROCDOC_RESET_BUFFER CALL FUNCTION 'BBP_PROCDOC_RESET_BUFFER'.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'N' * textline1 = 'Sind Sie sicher'(088) ** TEXTLINE2 = ' ' * titel = 'Repliziertes R/3 Customizing * löschen'(087) ** START_COLUMN = 25 ** START_ROW = 6 * cancel_display = ' ' * IMPORTING * answer = lv_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-087 text_question = 'Sind Sie sicher'(088) text_button_1 = 'Ja'(096) text_button_2 = 'Nein'(097) default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
BBP_PD_BID_STATUS_CHANGE CALL FUNCTION 'BBP_PD_BID_STATUS_CHANGE' EXPORTING i_guid = is_guid i_activity = iv_action i_test_run = iv_test_run TABLES e_messages = lt_messages CHANGING e_changed = cv_changed.
BBP_PD_QUOT_STATUS_CHANGE CALL FUNCTION 'BBP_PD_QUOT_STATUS_CHANGE' EXPORTING i_guid = is_guid i_activity = iv_action i_test_run = iv_test_run TABLES e_messages = lt_messages CHANGING e_changed = cv_changed.
OCS_GET_COMPONENT_STATE CALL FUNCTION 'OCS_GET_COMPONENT_STATE' EXPORTING iv_component = 'SRM_SERVER' IMPORTING ev_comp_level = ev_srm_level ev_last_patch = ev_srm_package EXCEPTIONS OTHERS = 0.
BBP_PD_SOS_FIND CALL FUNCTION 'BBP_PD_SOS_FIND' EXPORTING it_search_criteria = lt_search_criteria IMPORTING et_found_contracts = lt_found_contracts et_found_interlinkages = lt_found_interlinkages et_messages = lt_messages et_cust_messages = lt_cust_messages EXCEPTIONS no_search_criteria = 1 no_company = 2 OTHERS = 3.
BBP_PROCDOC_GETDETAIL CALL FUNCTION 'BBP_PROCDOC_GETDETAIL' EXPORTING i_object_id = iv_docnum i_object_type = iv_objtyp TABLES e_item = lt_item.
BBP_MS_C_SELECT_STATUS_GET CALL FUNCTION 'BBP_MS_C_SELECT_STATUS_GET' IMPORTING ev_marketset = lv_marketset.
BBP_PDH_CHECK_PRODUCT CALL FUNCTION 'BBP_PDH_CHECK_PRODUCT' EXPORTING iv_product = cs_search_criteria-product IMPORTING ev_ordered_prod = lv_product_id EXCEPTIONS no_product_supplied = 1 product_id_not_found = 2 product_guid_not_found = 3 product_locked = 4 OTHERS = 5.
BBP_CATEGORY_READ CALL FUNCTION 'BBP_CATEGORY_READ' EXPORTING iv_category_guid = cs_search_criteria-category IMPORTING es_category = ls_category EXCEPTIONS not_found = 1 hierarchy_not_found = 2 wrong_hierarchy = 3 OTHERS = 4.
BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = cs_search_criteria-vendor_guid IMPORTING es_but000 = ls_partner.
BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = cs_search_criteria-location_guid IMPORTING es_but000 = ls_partner.
BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = cs_search_criteria-company_guid IMPORTING es_but000 = ls_partner.
BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = cs_search_criteria-recipient_guid IMPORTING es_but000 = ls_partner.
BBP_PD_CONVERT_DATETIME_TO_TS CALL FUNCTION 'BBP_PD_CONVERT_DATETIME_TO_TS' EXPORTING iv_date = lv_date iv_time = lv_time iv_time_zone = c_tzone IMPORTING ev_timestamp = es_index_search-release_date EXCEPTIONS convert_error = 0 OTHERS = 0.
BBP_LOGICAL_SYSTEM_GETDETAIL CALL FUNCTION 'BBP_LOGICAL_SYSTEM_GETDETAIL' EXPORTING logical_system = iv_logsys IMPORTING local_system = lv_local_sys EXCEPTIONS not_found = 1.
BBP_LOGSYS_READ CALL FUNCTION 'BBP_LOGSYS_READ' IMPORTING e_my_logsys = lv_own_logsys.
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_SOS_CHECK or its description.
BBP_SOS_CHECK - Check whether or not (and why) a contract is found in sourcing BBP_SOS_CHECK - Check whether or not (and why) a contract is found in sourcing BBP_SOCO_UI_ITS_CON_EVENTS - BBPSOCOUIITSCONEVENTS BBP_SOCO_CLEAN_TOP - BBPSOCOCLEANTOP BBP_SOCO_CLEANF09 - BBPSOCOCLEANF09 BBP_SOCO_CLEANF08 - BBPSOCOCLEANF08