This document provides instructions for creating an ABAP BDC program to import vendor master data from text files into SAP tables. It involves 3 parts: 1) Recording a batch input session to capture field details, 2) Generating and editing an ABAP program to open the text files, read the data into internal tables, and insert the values into SAP using BDC functionality, and 3) Testing the program by executing it and verifying the data is inserted correctly. The program must include logic to determine whether to use internal or external vendor numbering based on the text file and account group. Upon successful execution, the batch session log can be reviewed to ensure proper data insertion.