Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Example program for the function module RV_PRICE_PRINT_HEAD

Former Member
0 Likes
1,592

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,122

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

Read only

Former Member
0 Likes
1,122

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

Read only

0 Likes
1,122

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.