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

VBFA as Cluster table

Former Member
0 Likes
891

Hi,

In ECC5.0 the table VBFA can be Implemented as a clustered table then what is the best way to retrieve data. If any one of u know any Function Modules or Macros related to VBFA data Retrieval. please let me know.

Regards,

5 REPLIES 5
Read only

ferry_lianto
Active Contributor
0 Likes
728

Hi Venkat,

Have you looked FM <b>READ_VBFA</b>?

You can also use transaction <b>SE16N</b>. Enter table with VBFA, enter selection criteria (if needed) and execute. The system will then display of record(s).

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
728

i am also using ECC5.0, but VBFA is still appearing as Transparent table

regards

srikanth

Read only

0 Likes
728

Hi Srikanth,

In ECC5.0 it depends on implementation we can use it as Transparent table or cluster table so may b at the time of implementation at ur end they might have made it transparent table.

regards,

Venkat

Read only

0 Likes
728

Hi

A good fm based on VBFA is RV_ORDER_FLOW_INFORMATION, it returns the whole flow of sales document: order, invoice and delivery.

Max

Read only

0 Likes
728

You can also look at RV_FLOW.