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: 

How to display invoice?

Former Member
0 Kudos

Hi,

Is there any function module to display invoice preview?

I have alv grid with invoice list.

On double click I have to display preview of chosen invoice.

Regards,

Michal


5 REPLIES 5

Former Member
0 Kudos

Hi Michal,

Why don't you use

call transaction vf03 to preview invoice?

0 Kudos

I have task to change functionality of ALV grid in Z-report.

After double click on chosen row I have to display preview....

0 Kudos

have you done coding for double click?

0 Kudos

Yes, I have subroutine which is calling after double click.

I have number of chosen invoice in it.

then please try this in the subroutine

Set Parameter ID 'VF' FIELD invoice_no_variable.

CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.