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

Any FM or BAPI to read VBFA table

Former Member
0 Likes
3,259

Hi Guyz,

I am facing lot of performance issue while retreiving records from table VBFA.

Is there any FM or BAPI using which I can read data from VBFA.

Please help.

Thanx

Jaif......

1 ACCEPTED SOLUTION
Read only

former_member784222
Active Participant
0 Likes
1,851

Hi,

May be you can try the following FMs:

SD_VBFA_ARRAY_READ_VBELV

SD_VBFA_READ_WITH_VBELV

SD_VBFA_SELECT

SD_VBFA_SINGLE_READ

SD_VBFA_TRANSFER_TO_BUFFER

Thanks and regards,

S. Chandra Mouli.

Hi Guyz,

I am facing lot of performance issue while retreiving records from table VBFA.

Is there any FM or BAPI using which I can read data from VBFA.

Please help.

Thanx

Jaif......

8 REPLIES 8
Read only

Former Member
0 Likes
1,851

Hi,

when u fetch Preceding document using the subsequent u will have performance issues. approach VBFA in foreward direction only. Use some other tables for this

Read only

0 Likes
1,851

Yes.. thats the problem.

I have MBLNR , trying get delivery no. and SO no. using MBLNR as subseq doc ..

Its taking hell lot of time.

Is there any BAPI or FM which I can use.

Thanks

jaif

Read only

Former Member
0 Likes
1,851

Check these FM.

READ_VBFA

WB2_READ_VBFA_BACK_TO_START

Regards,

Maha

Read only

Former Member
0 Likes
1,851

Use BKPF / VBRP table to fetch delivery details.

BKPF-AWKEY = VBRP-VBELN

*

Read only

0 Likes
1,851

I have MBLNR how can I use this.

thanks

Read only

Former Member
0 Likes
1,851

Hi.

You could try FM: RV_ORDER_FLOW_INFORMATION.

Best Regards

Niklas

Read only

former_member188829
Active Contributor
0 Likes
1,851

Hi,

Check this thread..

Message was edited by:

Vishnu Reddy

Read only

former_member784222
Active Participant
0 Likes
1,852

Hi,

May be you can try the following FMs:

SD_VBFA_ARRAY_READ_VBELV

SD_VBFA_READ_WITH_VBELV

SD_VBFA_SELECT

SD_VBFA_SINGLE_READ

SD_VBFA_TRANSFER_TO_BUFFER

Thanks and regards,

S. Chandra Mouli.