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: 

Performa Invoice

Former Member
0 Kudos

Hi All,

I need to find the relationship between the Order, invoice and performa invoice.

For a particular order what is the novice and what is the performa invoice. I got the details from VBFA table but the issue is when I am searching the order number using the invoice number it's giving me a very bad performance issue.Since only the invoice number is there for search.

Is there any other place the get the invoice and performa invoice relationship. Pls help.

Regards

Thanura

3 REPLIES 3

Former Member
0 Kudos

Hi thanura

There is function module to read VBFA; it’ll be a fast method than using select statement,

READ_VBFA

Thanks

kanishka

0 Kudos

Hi,

This function reads VBFA using the order number. That's fine.

But I want to read it using the invoice number (Field VBELN). When it is reading using VBELN it is very very slow. That's giving me a performance issue.

Pls help me on this.

Regards

Thanura

Former Member
0 Kudos

Hi all problem solved

Thk

Thanura