SAP Reports / Programs

RV54POCR SAP ABAP Report - Program RV54POCR







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


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 RV54POCR. "Basic submit
SUBMIT RV54POCR AND RETURN. "Return to original report after report execution complete
SUBMIT RV54POCR 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 RV54POCR
Text Symbol: 005 = Automatic Generation - Freight Service


INCLUDES used within this REPORT RV54POCR

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:

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.



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