To create a new entry in VFBA table, I create an internal table with the structure of VFBA, then I insert the VFBA form the internal table. Is that a bad way to do this? I am used to loading the SAP table with BDC session or BAPIs. Do you know any BAPIs that we can use to update the VFBA table ?
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorThen look for BAPIs (or write BDCs) that automate that process. This will ensure that VBFA contains the correct data.
You should not think in terms of which tables get updated, and it is highly unlikely that the way forward for your requirement is to update VBFA directly. Updating SAP tables directly is a good way to corrupt your database -- and lose SAP support.
This was first published in February 2005