RV54POCR 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 RV54POCR 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: Program RV54POCR
Text Symbol: 005 = Automatic Generation - Freight Service
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_REFRESH_PO CALL FUNCTION 'ME_REFRESH_PO'.
ME_CREATE_PO_HEADER CALL FUNCTION 'ME_CREATE_PO_HEADER' EXPORTING i_bedat = wa_vtfpoh-bedat i_bsart = wa_vtfpoh-bsart i_bukrs = wa_vfkp-bukrs i_ekgrp = wa_vfkp-ekgrp i_ekorg = wa_vfkp-ekorg i_konnr = wa_vtfpoh-konnr i_lifnr = wa_vfkp-tdlnr i_ebeln = wa_vtfpoh-ebeln i_tekko = l_tekko i_tekkorel = '1' i_address = l_addr1_val i_no_condition_copy = wa_vtfpoh-no_condition_copy i_no_messaging = wa_vtfpoh-no_messaging i_no_message_req = wa_vtfpoh-no_message_req i_no_authority_check = wa_vtfpoh-no_authority_check i_vorga = wa_vtfpoh-vorga i_lifre = wa_vfkp-rechs i_llief = wa_vtfpoh-llief IMPORTING e_ekko = l_ekko EXCEPTIONS error_message = 01.
ME_CREATE_PO_ITEM CALL FUNCTION 'ME_CREATE_PO_ITEM' EXPORTING i_adrnr = wa_vtfpop-adrnr i_infnr = wa_vtfpop-infnr i_knttp = wa_vtfpop-knttp "<_940532 i_konnr = wa_vtfpop-konnr i_ktpnr = wa_vtfpop-ktpnr i_kunnr = wa_vtfpop-kunnr i_lgort = wa_vtfpop-lgort i_matkl = wa_vtfpop-matkl i_meins = wa_vtfpop-meins i_pstyp = '9' i_txz01 = wa_vtfpop-txz01 i_werks = wa_vfkp-werks i_abeln = wa_vtfpop-abeln i_abelp = wa_vtfpop-abelp * I_NETPR = i_peinh = '1' i_bprme = wa_vtfpop-meins i_bpumz = '1' i_bpumn = '1' i_packno = '9999999999' * I_TEKPO = l_tekpo * I_TEKPOREL = 'X' i_ebelp = wa_vtfpop-ebelp i_with_srv = 'X' i_mwskz = wa_vtfpop-mwskz i_afnam = wa_vtfpop-afnam IMPORTING e_ebelp = l_ebelp * E_MENGE = * E_MEINS = e_ekpo = l_ekpo TABLES xeket = xeket xekkn = xekkn * XESLL = XESSL xesuh = xesuh * XESUC = XESUC xeskl = xeskl * XSRV_TEXT = EXCEPTIONS error_message = 01.
ME_POST_PO CALL FUNCTION 'ME_POST_PO' EXPORTING i_commit_wait = 'X' * I_NO_COMMIT = ' ' IMPORTING e_ebeln = l_ebeln.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV54POCR - Program RV54POCR RV54POCR - Program RV54POCR RV54IVCC - Converting currency field from external to internal representation RV54IVCC - Converting currency field from external to internal representation RV54FRSL_FOI - IS-Oil Formroutines RV54FRSL - Shipment Costs List: Select and Display Objects