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

BAPI/FM for printing Billing doc.

Former Member
0 Likes
2,829

Hi,

Is there any BAPI/FM where i can actually issue a print of a billing doc to my local printer.

This can be done going thru VF03-> Billing document->Issue.

I want the same functionality in my report. Is this possible with any other method than BDC?

Practical/experienced solutions will fetch full points.

Regds,

Ags..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,335

Hello,

This is the funciton module which returns data

CALL FUNCTION 'RV_BILLING_PRINT_VIEW'

But this will be used in the print program.. There is no FM for printing the invoice...

you can refer to the print program RVADIN01.

Please create the output type in transaction NACE.. and assign your print program and form..

Thanks,

Krishna

Hi,

Is there any BAPI/FM where i can actually issue a print of a billing doc to my local printer.

This can be done going thru VF03-> Billing document->Issue.

I want the same functionality in my report. Is this possible with any other method than BDC?

Practical/experienced solutions will fetch full points.

Regds,

Ags..

2 REPLIES 2
Read only

Former Member
0 Likes
1,335

just do one thing ?

take Billing Doc as Input and get all the details from rel.table and call Open-form etc.

what i am trying to say is create ur report which will act as a Driver program itself.

regards

Prabhu

Read only

Former Member
0 Likes
1,336

Hello,

This is the funciton module which returns data

CALL FUNCTION 'RV_BILLING_PRINT_VIEW'

But this will be used in the print program.. There is no FM for printing the invoice...

you can refer to the print program RVADIN01.

Please create the output type in transaction NACE.. and assign your print program and form..

Thanks,

Krishna