Integrate
Verify the Tables and Views were Created in SQL by the Auto Generate Process for a BAPI
Review the steps to post data using a BAPI script.
- Log in to SQL Management Studio.
- Locate the database assigned to the process.
-
Locate the views and tables created in the database.
NOTE: Integrate creates tables and views in the database for all process template loops for a process, including download tables that contain the unique identifier Posting ID for those loops that contain download fields. It names the tables tt[Process Name][Template Name][Loop Name]_Upload and tt[Process Name][Template Name][Loop Name]_Download. The View Name for each process template is tx[Process Name] [Template Name] [Loop Name]_Int.
- Open the Download tables in Design mode and verify that each has a PostingID column.