‎2006 Jun 29 6:44 PM
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,
‎2006 Jun 29 7:07 PM
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.
‎2006 Jun 29 8:18 PM
i am also using ECC5.0, but VBFA is still appearing as Transparent table
regards
srikanth
‎2006 Jun 29 8:29 PM
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
‎2006 Jun 29 8:33 PM
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
‎2006 Jun 29 8:39 PM