SAP Reports / Programs

RBUS2121 SAP ABAP Report - Program for Object Type BUS2121 : Requirement Coverage Request







RBUS2121 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 RBUS2121 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 RBUS2121. "Basic submit
SUBMIT RBUS2121 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS2121 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type BUS2121 : Requirement Coverage Request


INCLUDES used within this REPORT RBUS2121

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:

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = ld_object_id I_WITH_ITEMDATA = '' IMPORTING e_header = ls_header TABLES e_messages = lt_messages.

BBP_PD_SC_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_WF' EXPORTING iv_guid = ls_header-guid iv_status = 1 iv_changer = lv_changer TABLES et_messages = lt_messages EXCEPTIONS invalid_value_for_status = 1001 error_in_status_change = 1002 OTHERS = 01.

BBP_REQREQ_APPROVE CALL FUNCTION 'BBP_REQREQ_APPROVE' EXPORTING reqno = reqno IMPORTING approval_successfull = approvalsuccessfull EXCEPTIONS not_found = 1001 foreign_lock = 1002 no_enqueue_possible = 1003 OTHERS = 01.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = ld_object_id I_WITH_ITEMDATA = '' IMPORTING e_header = ls_header TABLES e_messages = lt_messages.

BBP_PD_SC_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_WF' EXPORTING iv_guid = ls_header-guid iv_status = 2 iv_changer = lv_changer TABLES et_messages = lt_messages EXCEPTIONS invalid_value_for_status = 1001 error_in_status_change = 1002 OTHERS = 01.

BBP_REQREQ_REJECT CALL FUNCTION 'BBP_REQREQ_REJECT' EXPORTING reqno = object-key-requirementrequest IMPORTING rejection_successfull = rejectionsuccessful EXCEPTIONS not_found = 1001 foreign_lock = 1002 no_enqueue_possible = 1003 OTHERS = 01.

BBP_REQREQ_TRANSFER *CALL FUNCTION 'BBP_REQREQ_TRANSFER' * EXPORTING * reqno = object-key-requirementrequest * EXCEPTIONS * not_found = 1001 * foreign_lock = 1002 * no_objectkey_determinable = 1003 * no_target_obj_determinable = 1006 * backend_not_responding = 1004 * other_error = 1005 * OTHERS = 1005.

BBP_ALERT_SB_LOCAL * CALL FUNCTION 'BBP_ALERT_SB_LOCAL' * EXPORTING * msgid = sy-msgid * msgno = sy-msgno * msgarg1 = msgarg1 * EXCEPTIONS * invalid_parameters = 1 * OTHERS = 2.

BBP_REQREQ_GETDETAIL * CALL FUNCTION 'BBP_REQREQ_GETDETAIL' * EXPORTING * reqno = object-key-requirementrequest * IMPORTING * req_header = help_reqhead * TABLES * req_line = help_reqline * EXCEPTIONS * not_found = 1 * foreign_lock = 2 * no_enqueue_possible = 3 * OTHERS = 4.

BBP_REQREQ_OTHER_STATUS * CALL FUNCTION 'BBP_REQREQ_OTHER_STATUS' * EXPORTING * reqno = object-key-requirementrequest * req_head = help_reqhead * TABLES * req_lines = help_reqline * EXCEPTIONS * not_found = 1 * OTHERS = 2.

BBP_ALERT_COMMUNIC * CALL FUNCTION 'BBP_ALERT_COMMUNIC' * EXPORTING * msgid = sy-msgid * msgno = sy-msgno * reqno = object-key-requirementrequest * doc_type = 'SB' * EXCEPTIONS * invalid_parameters = 1 * OTHERS = 2.

BBP_PD_SC_RESUBMIT CALL FUNCTION 'BBP_PD_SC_RESUBMIT' EXPORTING i_object_id = object-key-requirementrequest objectkey = objectkey i_po_guid = help_guid EXCEPTIONS not_found = 1 OTHERS = 2.

BBP_ALERT_SB_LOCAL CALL FUNCTION 'BBP_ALERT_SB_LOCAL' EXPORTING
msgid = sy-msgid
msgno = sy-msgno msgarg1 = msgarg1 msgarg2 = msgarg2 * MSGARG3 = msgarg4 = msgarg4 EXCEPTIONS invalid_parameters = 1 OTHERS = 2 .

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = iv_object_id IMPORTING e_header = ls_header TABLES e_item = lt_item e_account = lt_account e_partner = lt_partner e_limit = lt_limit e_orgdata = lt_orgdata e_messages = lt_messages e_actval = lt_actval e_status = lt_status e_tax = lt_tax.

BBP_PDH_WFL_CHECK_DEL_REJ_ITEM CALL FUNCTION 'BBP_PDH_WFL_CHECK_DEL_REJ_ITEM' EXPORTING iv_object_id = iv_object_id iv_object_type = 'BUS2121' IMPORTING ev_deduct_reset_all_after_save = lv_item_reset_deduct.

BBP_WFL_DIN_APPROVAL_VIEW_GET CALL FUNCTION 'BBP_WFL_DIN_APPROVAL_VIEW_GET' TABLES et_actual_appr_items = lt_actual_appr_items.

BBP_WFL_DIN_TOTAL_VALUE_GET





CALL FUNCTION 'BBP_WFL_DIN_TOTAL_VALUE_GET' EXPORTING iv_object_id = iv_object_id iv_object_type = 'BUS2121' iv_currency = ls_header-currency iv_item_reset_deduct = lv_item_reset_deduct IMPORTING ev_total_value = ls_header-total_value TABLES it_item = lt_item it_limit = lt_limit.

BBP_SC_MAP_PD_TO_REQ CALL FUNCTION 'BBP_SC_MAP_PD_TO_REQ' EXPORTING is_new_header = ls_header IMPORTING es_reqhead = es_reqhead * es_req_heads = es_reqheads TABLES et_req_line = et_reqline et_req_line_mat = lt_reqlinema et_req_line_srv = lt_reqlinesrs et_req_acct = et_reqlineacct et_req_heads = lt_req_heads it_new_items = lt_item it_account = lt_account it_partner = lt_partner it_limit = lt_limit it_orgdata = lt_orgdata it_actval = lt_actval it_status = lt_status et_messages = lt_messages.

BBP_ALERT_INTERNAL_SC CALL FUNCTION 'BBP_ALERT_INTERNAL_SC' EXPORTING msgid = it_messages-msgid msgno = it_messages-msgno msgarg1 = lv_msgarg1 msgarg2 = lv_msgarg2 msgarg3 = lv_msgarg3 msgarg4 = lv_msgarg4.

BBP_ALERT_WFL_TEHNIC CALL FUNCTION 'BBP_ALERT_WFL_TEHNIC' EXPORTING msgid = iv_msgid msgno = iv_msgno EXCEPTIONS invalid_parameters = 1 OTHERS = 2.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_REQREQ_DEL_ERROR_ITEMS CALL FUNCTION 'BBP_REQREQ_DEL_ERROR_ITEMS' EXPORTING reqno = object-key-requirementrequest objectkey = objectkey EXCEPTIONS not_found = 1001 OTHERS = 01.

BBP_ALERT_SB_LOCAL CALL FUNCTION 'BBP_ALERT_SB_LOCAL' EXPORTING msgid = sy-msgid msgno = sy-msgno msgarg1 = msgarg1 msgarg2 = msgarg2 * MSGARG3 = * MSGARG4 = EXCEPTIONS invalid_parameters = 1 OTHERS = 2 .

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = lv_object_id i_with_itemdata = 'X' IMPORTING e_header = object-private-gs_header TABLES e_item = lt_item e_partner = lt_partner e_tax = lt_tax.

BBP_PDH_WFL_CHECK_DEL_REJ_ITEM CALL FUNCTION 'BBP_PDH_WFL_CHECK_DEL_REJ_ITEM' EXPORTING iv_object_id = lv_object_id iv_object_type = c_shop IMPORTING ev_deduct_reset_all_after_save = lv_item_reset_deduct.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = priceperunit foreign_currency = re_reqlinema-currency local_currency = re_currency IMPORTING local_amount = priceperunitconv EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = priceperunit foreign_currency = re_reqlinema-currency local_currency = re_currency IMPORTING local_amount = priceperunitconv EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = priceperunit foreign_currency = re_reqlinesr-currency local_currency = re_currency IMPORTING local_amount = priceperunitconv EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

BBP_PDH_WFL_TRACE CALL FUNCTION 'BBP_PDH_WFL_TRACE' EXPORTING iv_object_type = 'BUS2121' iv_function = 'BUS2121-totalvalue'.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_USER_BDGT_REQUESTOR_GET CALL FUNCTION 'BBP_PD_USER_BDGT_REQUESTOR_GET' EXPORTING iv_object_type = c_shop iv_object_id = ld_object_id IMPORTING ev_requestor = lv_requestor EXCEPTIONS partners_not_found = 1 OTHERS = 2.




BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = app_limit foreign_currency = app_curr local_currency = reqhead-currency IMPORTING local_amount = app_limit EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = app_limit foreign_currency = app_curr local_currency = reqhead-currency IMPORTING local_amount = app_limit EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = lt_tax-tax_amount foreign_currency = lt_tax-currency local_currency = reqhead-currency IMPORTING local_amount = lv_local_amount EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

BAPI_CURRENCY_CONV_TO_INTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_INTERNAL' EXPORTING currency = re_reqheads-currency amount_external = re_reqheads-limit max_number_of_digits = 13 IMPORTING amount_internal = object-limit * RETURN = .

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = ls_spend_lim-spending_limit foreign_currency = ls_spend_lim-currency local_currency = reqhead-currency IMPORTING local_amount = lv_spend_lim_in_reqcurr EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

BBP_PDH_WFL_MAIL_FLAGS_GET CALL FUNCTION 'BBP_PDH_WFL_MAIL_FLAGS_GET' EXPORTING iv_wf_user_role = 'AP' iv_wf_scenario = 'SC' TABLES et_mail_flags = lt_mail_flags[].

BBP_PDH_WFL_MAIL_FLAGS_GET CALL FUNCTION 'BBP_PDH_WFL_MAIL_FLAGS_GET' EXPORTING iv_wf_user_role = 'CR' iv_wf_scenario = 'SC' TABLES et_mail_flags = lt_mail_flags[].

BBP_PDH_WFL_MAIL_FLAGS_GET CALL FUNCTION 'BBP_PDH_WFL_MAIL_FLAGS_GET' EXPORTING iv_wf_user_role = 'RV' iv_wf_scenario = 'SC' TABLES et_mail_flags = lt_mail_flags[].

BBP_PDH_WFL_GET_APPROVALTEXT CALL FUNCTION 'BBP_PDH_WFL_GET_APPROVALTEXT' EXPORTING approvalstate = approvalstate wf_scenario = wfscenario agent = agent wf_without_approval = wfwithoutapp versiontype = versiontype language = language object_id = ld_object_id IMPORTING approvalstate_t = approvalstatet agentname = agentname by = by EXCEPTIONS OTHERS = 01.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = ld_object_id I_WITH_ITEMDATA = '' IMPORTING e_header = ls_header TABLES e_messages = lt_messages.

BBP_PD_SC_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_WF' EXPORTING iv_guid = ls_header-guid iv_status = 11 TABLES et_messages = lt_messages EXCEPTIONS invalid_value_for_status = 1001 error_in_status_change = 1002 OTHERS = 01.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = ld_object_id I_WITH_ITEMDATA = '' IMPORTING e_header = ls_header TABLES e_messages = lt_messages.

BBP_PD_SC_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_WF' EXPORTING iv_guid = ls_header-guid iv_status = 10 TABLES et_messages = lt_messages EXCEPTIONS invalid_value_for_status = 1001 error_in_status_change = 1002 OTHERS = 01.

BBP_PD_SC_RESUBMIT CALL FUNCTION 'BBP_PD_SC_RESUBMIT' EXPORTING i_object_id = object-key-requirementrequest objectkey = lv_objectkey * I_PO_GUID = EXCEPTIONS not_found = 1 OTHERS = 2 .

BBP_ALERT_SB_LOCAL CALL FUNCTION 'BBP_ALERT_SB_LOCAL' EXPORTING msgid = sy-msgid msgno = sy-msgno msgarg1 = msgarg1 msgarg2 = msgarg2 EXCEPTIONS invalid_parameters = 1 OTHERS = 2.

BBP_PD_SC_DEL_ERROR_ITEM CALL FUNCTION 'BBP_PD_SC_DEL_ERROR_ITEM' EXPORTING iv_object_id = object-key-requirementrequest iv_be_object_id = lv_objectkey EXCEPTIONS not_found = 1 OTHERS = 2.

BBP_ALERT_SB_LOCAL CALL FUNCTION 'BBP_ALERT_SB_LOCAL' EXPORTING msgid = sy-msgid msgno = sy-msgno msgarg1 = msgarg1 msgarg2 = msgarg2 * MSGARG3 = * msgarg4 = msgarg4 EXCEPTIONS invalid_parameters = 1 OTHERS = 2 .

BBP_PARTNER_TYPE_SELECT CALL FUNCTION 'BBP_PARTNER_TYPE_SELECT' EXPORTING partner_ftyp = c_vendor * IMPORTING * E_MAIN_PARTNER = TABLES i_partner = object-private-gt_partner e_partner = lt_vendor .

BBP_PD_USER_BDGT_REQUESTOR_GET CALL FUNCTION 'BBP_PD_USER_BDGT_REQUESTOR_GET' EXPORTING iv_object_type = c_shop iv_object_id = lv_object_id IMPORTING ev_requestor = lv_requestor EXCEPTIONS partners_not_found = 1 OTHERS = 2.

BBP_PD_USER_BUDGET_AMOUNTSPENT CALL FUNCTION 'BBP_PD_USER_BUDGET_AMOUNTSPENT' EXPORTING iv_object_type = c_shop iv_object_id = lv_object_id iv_user = lv_requestor iv_sc_value_spent = lv_sc_value_new is_header = ls_header IMPORTING ev_amountspent = lv_amount_spent ev_currency = lv_currency EXCEPTIONS error_currency_convert = 1 OTHERS = 2.

BBP_PD_USER_BDGT_REQUESTOR_GET CALL FUNCTION 'BBP_PD_USER_BDGT_REQUESTOR_GET' EXPORTING iv_object_type = c_shop iv_object_id = iv_object_id IMPORTING ev_requestor = lv_requestor EXCEPTIONS partners_not_found = 1 OTHERS = 2.

BBP_PD_USER_BUDGET_SCVALUE_GET CALL FUNCTION 'BBP_PD_USER_BUDGET_SCVALUE_GET' EXPORTING iv_object_type = c_shop iv_object_id = iv_object_id iv_user = lv_requestor is_header = ls_header IMPORTING ev_sc_value_spent = lv_sc_value_spent ev_currency = cv_currency EXCEPTIONS error_currency_convert = 1 OTHERS = 2.

BBP_PD_USER_BDGT_REQUESTOR_GET CALL FUNCTION 'BBP_PD_USER_BDGT_REQUESTOR_GET' EXPORTING iv_object_type = c_shop iv_object_id = iv_object_id IMPORTING ev_requestor = lv_requestor EXCEPTIONS partners_not_found = 1 OTHERS = 2.

BBP_PD_USER_BUDGET_DEFINED_GET CALL FUNCTION 'BBP_PD_USER_BUDGET_DEFINED_GET' EXPORTING iv_object_type = c_shop iv_object_id = iv_object_id iv_user = lv_requestor is_header = ls_header IMPORTING ev_user_budget_defined = lv_user_budget_defined ev_currency = ev_currency EXCEPTIONS no_value_found = 1 error_currency_convert = 2 OTHERS = 3.

BBP_PDH_WFL_TRACE CALL FUNCTION 'BBP_PDH_WFL_TRACE' EXPORTING iv_function = 'RBUS2121-SETOFFLINEREJECTION_START' iv_main_workitem_id = lv_wi_id iv_add_info = lv_help.

BBP_PDH_WFL_OBJECT_WI_GET CALL FUNCTION 'BBP_PDH_WFL_OBJECT_WI_GET' EXPORTING iv_workitem_id = lv_wi_id IMPORTING EX_REQNO = lv_object_id.

BBP_WFL_DIN_APPR_CONTAINER_GET CALL FUNCTION 'BBP_WFL_DIN_APPR_CONTAINER_GET' EXPORTING IV_MAIN_WORKITEM_ID = lv_wi_id IV_READ_FROM_DB = 'X' TABLES ET_APPROVAL_AGENTS = lt_approval_agents ET_CONT_APPR_ITEMS = lt_cont_appr_items.

BBP_WFL_DIN_REJECT_SC_ITEMS CALL FUNCTION 'BBP_WFL_DIN_REJECT_SC_ITEMS' EXPORTING iv_object_id = lv_object_id iv_changed_by = lv_rejector tables it_cont_appr_items = lt_cont_appr_items EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

BBP_PDH_WFL_TRACE CALL FUNCTION 'BBP_PDH_WFL_TRACE' EXPORTING iv_function = 'RBUS2121-SETOFFLINEREJECTION_END' iv_main_workitem_id = lv_wi_id iv_add_info = lv_help TABLES IT_APPROVAL_TABLE = lt_approval_agents it_item_approval = lt_cont_appr_items.

BBP_REQREQ_TRANSFER CALL FUNCTION 'BBP_REQREQ_TRANSFER' EXPORTING REQNO = REQNO EXCEPTIONS NOT_FOUND = 1001 FOREIGN_LOCK = 1002 NO_OBJECTKEY_DETERMINABLE = 1003 NO_TARGET_OBJ_DETERMINABLE = 1004 BACKEND_NOT_RESPONDING = 1005 OTHER_ERROR = 1006 OTHERS = 01.

BBP_PD_SC_CHECK_IS_PD CALL FUNCTION 'BBP_PD_SC_CHECK_IS_PD' EXPORTING iv_object_id = ld_object_id IMPORTING ev_is_pd = ld_is_pd.



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