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

how to upload data from flat file having fields with different datatypes

Former Member
0 Likes
582

hi guys ,

how can we load data from a flat file having fields with differnt datatypes

any sample code will be helpful.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

You will find some sample codes in this link:

http://www.sapdevelopment.co.uk/file/filehome.htm

You will find some sample codes in this link:

http://www.sapdevelopment.co.uk/file/filehome.htm

3 REPLIES 3
Read only

Former Member
0 Likes
558

You will find some sample codes in this link:

http://www.sapdevelopment.co.uk/file/filehome.htm

Read only

former_member585060
Active Contributor
0 Likes
557

Hi,

First creat a structure in the program with all fields of characters type and then according to the fields type identify which datatype or domain canbe used for each field from SAP dictionary. Then upload the data into character type internal table and move to the internal table descibed with sap fields.

u can get the data elements in DD03l and Domain names in DD04l table.

Regards

Krishna

Read only

Former Member
0 Likes
557

THANKS