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

Function module or BAPI TO get the invoice amount

radhushankar
Participant
0 Likes
1,611

Hi all

can any one tell me is there is any function module or BAPI available to get the total invoice amount and to get further invoice details???

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
816

Rahul,

You can get the invoice amount from the corresponding header table using select queries (VBAK for sales order or VBRK for Billing).

-Ashim

Read only

Former Member
0 Likes
816

hi radhu,

Good

Try with below FM's :

RV_INVOICE_DOCUMENT_READ

RV_INVOICE_LIST_PRICE

RV_INVOICE_PRICE

RV_INVOICE_LIST_DOCUMENT_READ

Reward if usefull..

Thanks,

Gokul