This document contains an ABAP program that uploads data from a text file into a internal table, loops through the table, and uses BDC calls to populate fields in transaction XK01 to create customer master records from the uploaded data. The program uploads a file located at 'C:\Users\ABAP-SAP\Desktop\datos2.txt' into an internal table with fields for name, country code, country, and language. It then performs BDC calls to transaction XK01 to create a customer for each row in the internal table, using the field values from the table to populate the required fields.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
31 views1 page
Clase 006
This document contains an ABAP program that uploads data from a text file into a internal table, loops through the table, and uses BDC calls to populate fields in transaction XK01 to create customer master records from the uploaded data. The program uploads a file located at 'C:\Users\ABAP-SAP\Desktop\datos2.txt' into an internal table with fields for name, country code, country, and language. It then performs BDC calls to transaction XK01 to create a customer for each row in the internal table, using the field values from the table to populate the required fields.