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
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.
Title: Message Output with PORDCR1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BUS2012_ICH_R3 - Message Output with PORDCR1 BUS2012_ICH_R3 - Message Output with PORDCR1 BUS2002_GLOBAL_DATA - Global Data for Networks and Activities in BAPIs BUS11691 - Program for the Object Type BUS11691 : COPA DerivationRule BUS11691 - Program for the Object Type BUS11691 : COPA DerivationRule BUR_ADDR3_CD_FILL_VS1 - Fill Table bup_addr3_cd