Technical Articles
APIs for VTBSTA3 (Standing Instructions Authorizations)
Have you found yourself in the difficult situation of needing to mass-create or replicate/distribute VTBSTA3 data (the standing instructions authorizations that are part of the EA-FINSERV extension of the company code data of the Financial Services Business Partner)? Until recently the only way to maintain VTBSTA3 data other than through transaction BP used to be via Direct Input, i.e. function module FTB_BUPA_DARK_MAINTAIN_INTERN.

You may wonder why there is no DATA segment, only DATA_KEY, and the field AUTHOR is nowhere to be found. The reason is that the only permitted value is ‘X’. Entries with AUTHOR = space must not occur on the database. The API will set VTBSTA3-AUTHOR to ‘X’ internally, there is nothing for you to do. If you wish to express that a combination is not authorized, delete the line, do not attempt to set AUTHOR to space.
In addition to the API the table is being included in the business partner replication service {http://sap.com/xi/SAP_BS_FND/MDG/Global2}BusinessPartnerSUITEBulkReplicateRequest_In.
Now with this new API and enterprise service integration you will have a much easier time when you need to mass-create or replicate VTBSTA3 data. If you have questions you can comment here or ask in the SAP Q&A Community under the FIN Treasury tag.