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

FM 'GN_INVOICE_CREATE'

Former Member
0 Likes
1,512

Hello Gurus,

I am using the function module 'GN_INVOICE_CREATE' to create invoices. Could someone tell me the parameters to be passed for the function to calculate taxes?

Thanks

Nobin

Hello Gurus,

I am using the function module 'GN_INVOICE_CREATE' to create invoices. Could someone tell me the parameters to be passed for the function to calculate taxes?

Thanks

Nobin

6 REPLIES 6
Read only

Former Member
0 Likes
1,012

See:

RVSDBILL: Sample Report for Billing Interface

Rob

Read only

0 Likes
1,012

Thanks Rob! That is the program I referred while coding, but whatever I do taxes doesn't get calculated

Read only

0 Likes
1,012

OK - if you run that program alone, does it calculate the taxes?

Rob

Read only

0 Likes
1,012

Not sure about that. I didnt run it; just reffered it to use it in my program

Read only

0 Likes
1,012

so, give it a try. If it doesn't calculate the taxes, then you need to find something else. If it does, you should be able to figure out how.

Rob

Read only

0 Likes
1,012

I tried running the program and the XKOMV internal table is not returning any data.