Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Uploading data

Former Member
0 Likes
239

How to upload data using two or more flat files?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
221

Which technique are u using?

- In lsmw: define 2 input structures and make sure that the key fields have the same field names. In this way both files are automatically linked to each other.

- For a recording: only 1 file allowed

- In case you created your own abap program: read both files into an internal table and use one as "header table"

1 REPLY 1
Read only

Former Member
0 Likes
222

Which technique are u using?

- In lsmw: define 2 input structures and make sure that the key fields have the same field names. In this way both files are automatically linked to each other.

- For a recording: only 1 file allowed

- In case you created your own abap program: read both files into an internal table and use one as "header table"