SAP Reports / Programs | Supply Chain Management | SCM Basis(SCM-BAS) SAP SCM

BUS2012_ICH_R3 SAP ABAP Report - Message Output with PORDCR1







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


Text pool values


Title: Message Output with PORDCR1


INCLUDES used within this REPORT BUS2012_ICH_R3

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:

ALE_ASYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_ASYNC_BAPI_GET_RECEIVER' EXPORTING object = 'BUS2012' method = 'CreateFromData1' TABLES receivers = l_receivers filterobject_values = l_filter EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 OTHERS = 3.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = sy-msgid msg_nr = sy-msgno msg_ty = sy-msgty msg_v1 = sy-msgv1 msg_v2 = sy-msgv2 EXCEPTIONS OTHERS = 0.

BAPI_PO_GETDETAIL1 CALL FUNCTION 'BAPI_PO_GETDETAIL1' EXPORTING purchaseorder = l_ebeln account_assignment = cl_mmpur_constants=>yes item_text = cl_mmpur_constants=>yes header_text = cl_mmpur_constants=>yes delivery_address = cl_mmpur_constants=>yes version = cl_mmpur_constants=>no services = cl_mmpur_constants=>no IMPORTING poheader = l_head TABLES return = l_return poitem = l_items poaddrdelivery = l_addrdlv poschedule = l_sched poaccount = l_acct potextheader = l_text_h potextitem = l_text_i pocomponents = l_component poshippingexp = l_exshipp popartner = l_partner extensionout = l_parex EXCEPTIONS error_message = 0.

ALE_PO_CREATE1 CALL FUNCTION 'ALE_PO_CREATE1' EXPORTING poheader = l_head poheaderx = l_headx nomessaging = cl_mmpur_constants=>yes nomessagereq = cl_mmpur_constants=>yes noauthority = cl_mmpur_constants=>yes nopricefrompo = cl_mmpur_constants=>yes obj_type = 'BUS2012' TABLES poitem = l_items poitemx = l_itemx poschedule = l_sched poschedulex = l_schedx poaddrdelivery = l_addrdlv poaccount = l_acct poaccountx = l_acctx potextheader = l_text_h potextitem = l_text_i pocomponents = l_component pocomponentsx = l_componentx poshipping = l_shipping poshippingx = l_shippingx popartner = l_partner extensionin = l_parex receivers = l_receivers communication_documents = l_com_doc EXCEPTIONS error_creating_idocs = 1 OTHERS = 2.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = sy-msgid msg_nr = sy-msgno msg_ty = sy-msgty msg_v1 = sy-msgv1 msg_v2 = sy-msgv2 EXCEPTIONS OTHERS = 0.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = sy-msgid msg_nr = sy-msgno msg_ty = sy-msgty msg_v1 = sy-msgv1 msg_v2 = sy-msgv2 EXCEPTIONS OTHERS = 0.



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