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

performane issue in accesing VBFA table

Former Member
0 Likes
683

Hi frnds,

I have requirement that get sales return value and flow is get delivery document and from delivery get sales detail data and further get return and sales value for particular sales order.

Now when I am accessing VBFA table for getting Sales order from delivery document number, it is taking more time to get sales order and it is performance issue.

So any suggestions are welcome...

Thanks

Priyank

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

Did you try using any of these FM's:

SD_VBFA_ARRAY_READ_VBELV

SD_VBFA_READ_WITH_VBELV

SD_VBFA_SELECT

SD_VBFA_SINGLE_READ

SD_VBFA_TRANSFER_TO_BUFFER

Did you try using any of these FM's:

SD_VBFA_ARRAY_READ_VBELV

SD_VBFA_READ_WITH_VBELV

SD_VBFA_SELECT

SD_VBFA_SINGLE_READ

SD_VBFA_TRANSFER_TO_BUFFER

3 REPLIES 3
Read only

Former Member
0 Likes
635

Did you try using any of these FM's:

SD_VBFA_ARRAY_READ_VBELV

SD_VBFA_READ_WITH_VBELV

SD_VBFA_SELECT

SD_VBFA_SINGLE_READ

SD_VBFA_TRANSFER_TO_BUFFER

Read only

Former Member
0 Likes
634

Hi Priyank,

To get a Sales Order Number for a Delivery Number you can go for the Delivery tables LIKP (Delivery Header) and LIPS (Delivery Item)

In LIPS we have VGBEL field which is the Sales Order Number, and VGPOS is Sales Item.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
634

Got the solution with other method, but thanks for help.