‎2007 Jan 04 1:35 PM
what is the purpose of this Function module 'RV_PRICE_PRINT_HEAD'.
Can some one give me an example of what inputs to be given and what will be the output.
‎2007 Jan 04 1:43 PM
hi Raj,
check out this links..
http://membres.lycos.fr/benjaminroger/pg_sap/PROJETS/computer_system/ZDELIV
Regards,
sateesh.
Message was edited by:
sateesh kumar
‎2007 Jan 04 1:46 PM
Hi Preetha Raj,
The function module <b>'RV_PRICE_PRINT_HEAD'</b> to be in print program to get pricing data on header [and item] level.
Input: structures KOMK (fields mandt,kalsm,waerk,knumv,vbtyp to be taken from VBDKR, kappl='V').
[and KOMP (field kposn to be taken from VBDPR, field mglme (quantity) can be changed to calculate price accordingly].
Output: pricing data in tables TKOMV [and TKOMVD].
One of the standrad which uses this function module is <b> RVADIL01(Print program for invoice list).</b>
Thanks,
Vinay
‎2013 Oct 08 2:35 PM
Hello.
I have call bapi_simulate 'BAPI_SALESORDER_SIMULATE', and i will give back condition but like bill format... For do this, i call RV_PRICE_PRINT_HEAD and also RV_PRICE_PRINT_ITEM, in order to return conditions for show in a web.
With simulate sales order i don't have field knumv filled .. is it necessary ?? i can call this functions without this knumv. ??
Regards.