SAP Reports / Programs

RBUS2200 SAP ABAP Report - Program for object type BUS2200 : Bid invitation







RBUS2200 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 RBUS2200 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 RBUS2200. "Basic submit
SUBMIT RBUS2200 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS2200 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 BUS2200 : Bid invitation


INCLUDES used within this REPORT RBUS2200

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:

BAPI_BIDEC_CREATE CALL FUNCTION 'BAPI_BIDEC_CREATE' EXPORTING i_bid_header = ibidheader i_testrun = itestrun IMPORTING e_bid_header = ebidheader TABLES e_bid_partner = ebidpartner e_bid_attach = ebidattach e_bid_orgdata = ebidorgdata e_bid_text = ebidtext e_bid_status = ebidstatus return = return i_bid_items = ibiditems i_bid_partner = ibidpartner i_bid_attach = ibidattach i_bid_orgdata = ibidorgdata i_bid_text = ibidtext e_bid_items = ebiditems EXCEPTIONS OTHERS = 01.

BAPI_BIDEC_GETDETAIL CALL FUNCTION 'BAPI_BIDEC_GETDETAIL' EXPORTING businessprocess = object-key-businessprocess i_doc_number = idocnumber i_with_text = iwithtext IMPORTING e_bid_header = ebidheader TABLES return = return e_bid_status = ebidstatus e_bid_attach = ebidattach e_bid_text = ebidtext e_bid_orgdata = ebidorgdata e_bid_partner = ebidpartner e_bid_items = ebiditems EXCEPTIONS OTHERS = 01.

BBP_PD_BID_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_BID_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 = 1001 error_in_status_change = 1002 OTHERS = 01.

BBP_PD_BID_STATUS_CHANGE_WF CALL FUNCTION 'BBP_PD_BID_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 = 1001 error_in_status_change = 1002 OTHERS = 01.

BBP_PD_BID_GETDETAIL CALL FUNCTION 'BBP_PD_BID_GETDETAIL' EXPORTING i_guid = lv_guid_raw * I_WITH_ITEMDATA = 'X' IMPORTING e_header = ls_header TABLES * E_ITEM = e_partner = object-private-partner e_orgdata = lt_orgdata e_header_rel = lt_Header_rel e_messages = lt_messages.

BBP_PDH_WFL_GET_OBJECTTEXT CALL FUNCTION 'BBP_PDH_WFL_GET_OBJECTTEXT' EXPORTING iv_object_type = 'BUS2200' iv_versiontype = object-documenttype IMPORTING ev_versiontype_name = object-documenttypename.

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

BBP_ALERT_INTERNAL_BI CALL FUNCTION 'BBP_ALERT_INTERNAL_BI' 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 msgarg1 = iv_msgv1 EXCEPTIONS invalid_parameters = 1 OTHERS = 2.

BBP_OUTPUT_GLOBAL_DATA_GET CALL FUNCTION 'BBP_OUTPUT_GLOBAL_DATA_GET' IMPORTING ev_msg_recipient = object-messagerecipientkey.

BBP_OUTPUT_GLOBAL_DATA_GET CALL FUNCTION 'BBP_OUTPUT_GLOBAL_DATA_GET' IMPORTING ev_msg_recipient = object-messagerecipientkey.

BBP_OUTPUT_PARAMS_GET CALL FUNCTION 'BBP_OUTPUT_PARAMS_GET' EXPORTING iv_guid = lv_guid iv_object_type = 'BUS2200' iv_partner_guid = object-messagerecipientkey IMPORTING medium = object-medium.



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