Application Development 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: 

problem - printing billing document

Former Member
0 Kudos

Hi experts,

when printing billing document,some billing document is printing and some one is not printing based on condition type for billing document.

one billing document have one or many condtion types.

based on condtion type the billing document is printing.

i saw inside the program i found one function 'RV_PRICE_PRINT_ITEM'.

COULD YOU PLEASE explain functonality of above F.M

this is very urgent.

Thanks in advance for right solution.

Regards

jai

3 REPLIES 3

Former Member
0 Kudos

Hi

U should see the pricing in customizing, because probably not all conditions are setted for the print.

That fm should return the condtions setted for the print.

Max

0 Kudos

Hi,

Already i maintained the condtion type in customzing.some records picking right one some one is not picking right one. see my problem.

for MWST contion type, the document to be printed.

good document: have condtion types XXXX,MWST,YYYY.

wrong document: have condtion types xxxx,YYYY,MWST.

The f.m selecting MWST for right document and YYYY selected for wrong document.

what is extracltly functonality of RV_PRICE_PRINT_ITEM f.M

WAITING FOR REPLY.

Regards

jai

Former Member
0 Kudos

Hi,

Please go to SE37 and then open the function module RV_PRICE_PRINT_ITEM

then click on the button FUNCTION MODULE DOCUMENTATION..

it will give you in brief what it is doing and what parameters are doing......and what is expected as input.....and what will be provided as output....

rest you can guess.......or Debug....

Thanks and Regards,

Kunjal Patel