Integrate
Verify the RFC Retrieved Data from SAP and Updated the Download Tables in SQL
Review the steps to post data using an RFC.
NOTE: This use case provides an example of posting using the RFC BOA/ZRFC_READ_TABLE – External access to R/3 tables via RFC, but does not supply comprehensive instructions to suit all RFCs.
To access the download tables to verify the data retrieved from SAP:
- Log in to SQL Management Studio.
- Locate the database.
-
Locate the following tables:
tt*_Fields_Download
tt*_Output_Structure_Download
tt*_Data_Download
For each QUERY_TABLE entered in the primary loop and included in the Posting (in the example, T001W and KNA1):
- Verify the download tables were updated with data from SAP.
- Verify that the PostingID column is populated.
- Verify that the ParentID column in each table is populated with a unique number for each QUERY_TABLE.
- In the tt*_Data_Download-Data_Wa column, verify that data is delimited by |.
- Determine and make note of the record count for each QUERY_TABLE in the tt*_Fields_Download table (in the example, T001W – 62; KNA1 – 165).
- Determine and make note of the record count for each QUERY_TABLE in the tt*_Data_Download table.
To verify the data in SAP:
- Enter SE11 in the Command field and press Enter.
-
Enter the QUERY_TABLE name. In the example, the user entered KNAI.
- Click Display.
- Verify that the record count in SAP (minus the .Include and .Append records) equals the record count in the tt*_Fields_Download table.
- Compare some of the fields in SAP and SQL and verify that the information is identical.
- Enter SE16 in the Command field in SAP.
- Enter the QUERY_TABLE name. In the example, the user entered KNAI.
- Press Enter.
- Click Number of Entries.
- Verify that the number of entries is equal to the record count in the tt*_Data_Download table.
- Compare some of the data in the tt*_Data_Download-Data_Wa field with the data in SAP and verify that the information is identical.