SAP Reports / Programs

RBUS2000113 SAP ABAP Report - Program for object type BUS2000113 : Purchasing contract







RBUS2000113 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 RBUS2000113 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 RBUS2000113. "Basic submit
SUBMIT RBUS2000113 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS2000113 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 BUS2000113 : Purchasing contract


INCLUDES used within this REPORT RBUS2000113

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_PDH_WFL_MAIL_FLAGS_GET CALL FUNCTION 'BBP_PDH_WFL_MAIL_FLAGS_GET' EXPORTING iv_wf_user_role = 'AP' iv_wf_scenario = 'CT' 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 = 'CT' 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 = 'CT' TABLES et_mail_flags = lt_mail_flags[].

BBP_PD_CTR_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_CTR_STATUS_CHANGE_WF' EXPORTING iv_guid = lv_guid iv_status = '1' iv_wfl_started_by = lv_changer * IMPORTING * OBJECT_STATUS = TABLES et_messages = lt_messages EXCEPTIONS invalid_value_for_status = 1 error_in_status_change = 2 OTHERS = 3.

BBP_PD_CTR_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_CTR_STATUS_CHANGE_WF' EXPORTING iv_guid = lv_guid iv_status = '2' iv_wfl_started_by = lv_changer * IMPORTING * OBJECT_STATUS = TABLES et_messages = lt_messages EXCEPTIONS invalid_value_for_status = 1 error_in_status_change = 2 OTHERS = 3.

BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = lv_guid_raw i_with_itemdata = ' ' IMPORTING e_header = ls_header TABLES e_partner = lt_partner e_messages = lt_messages.

BBP_PARTNER_TYPE_SELECT CALL FUNCTION 'BBP_PARTNER_TYPE_SELECT' EXPORTING partner_ftyp = c_vendor IMPORTING e_main_partner = gs_vendor TABLES i_partner = lt_partner.

BBP_PDH_WFL_GET_OBJECTTEXT CALL FUNCTION 'BBP_PDH_WFL_GET_OBJECTTEXT' EXPORTING iv_object_type = 'BUS2000113' iv_versiontype = gs_header-version_type iv_subtype = gs_header-subtype iv_template_type = gs_header-template_type iv_language = lv_language IMPORTING ev_versiontype_name = object-versiontypename.

BBP_PD_ALL_GET_DIFF CALL FUNCTION 'BBP_PD_ALL_GET_DIFF' EXPORTING iv_guid1 = lv_guid_raw iv_guid2 = gv_guid_original_doc iv_comp_method = 'VUI' is_read_flags = ls_read_flags TABLES et_diff_fields = gt_diff_field_list.

BBP_PDH_WFL_MAP_CHANGES CALL FUNCTION 'BBP_PDH_WFL_MAP_CHANGES' EXPORTING iv_object_type = 'BUS2000113' TABLES it_diff_field_list = gt_diff_field_list et_simple_list = lt_simple_list.

BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = lv_guid_raw i_with_itemdata = ' ' * IMPORTING * E_HEADER = ls_header TABLES * E_ITEM = * E_PARTNER = * E_LONGTEXT = e_orgdata = gt_org_data * E_STATUS = * E_HEADER_REL = e_messages = lt_messages .

BBP_PDH_WFL_OBJ_RELATIONSHIP CALL FUNCTION 'BBP_PDH_WFL_OBJ_RELATIONSHIP' EXPORTING iv_guid = lv_guid_raw TABLES et_precursor_objtype = lt_precursor_objtype EXCEPTIONS object_guid_not_found = 1 OTHERS = 2.

BBP_ALERT_INTERNAL_OT CALL FUNCTION 'BBP_ALERT_INTERNAL_OT' 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_OUTPUT_PARAMS_GET CALL FUNCTION 'BBP_OUTPUT_PARAMS_GET' EXPORTING iv_guid = gs_header-guid iv_object_type = 'BUS2000113' iv_partner_guid = object-messagerecipientkey IMPORTING medium = object-medium.

BBP_PD_CTR_GETDETAIL call function 'BBP_PD_CTR_GETDETAIL' exporting i_guid = lv_guid i_with_itemdata = ' ' importing e_header = ls_header.

BBP_PDH_WFL_GET_OBJECTTEXT CALL FUNCTION 'BBP_PDH_WFL_GET_OBJECTTEXT' EXPORTING iv_object_type = 'BUS2000113' iv_versiontype = ls_header-version_type iv_subtype = ls_header-subtype iv_template_type = ls_header-template_type iv_language = language_key IMPORTING ev_versiontype_name = object-versiontypename.



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