Application Development 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: 

lsmw

Former Member
0 Kudos

Hi friends,

I am uploading flat file date into sap system through LSMW in FORGROUND PROCESS.

But it is taking lot of time.

The flat file contains 1300 records.. so how much time will taken to upload the flat file data??

Regards,

4 REPLIES 4

former_member186143
Active Contributor
0 Kudos

depends on which transaction you have recorded to upload it through ?

normally it should only take a couple of minutes at most

kind regards

arthur

Former Member
0 Kudos

Venugopal,

Really depends on what transaction you are trying to upload to. How much data is there in each record, I mean how many fields you are trying yo upload.

So, 1300 records may take 2 minutes or 20 minutes depending on the above two conditions.

Thanks

Aneesh.

0 Kudos

Hi Aneesh,

How we can identify which transaction can take more time and less time

to upload the data into sap system??

explain pls.

regards,

Former Member
0 Kudos

hi venu,

if u r doing in foreground it will take time compare to display error mode and background mode,

so , if u want to check whether in ur flat do u have ne error better to run it

in display error mode , then transaction stop where ever error in the flat file/transaction, once error free that record manually then it will stop next error record.

if u run it in background then error records u can see it in log through sm35.

-


> ur using foreground method means every record u have to enter manually.

so go through this and choose which one is better for u..

coming to speed means it depends on server.

r else u can do in this way also.

split the 1300 records in 2/3 files and assign these files one by one .

means after assigning it in the background . run second one.

Reward if helpful.

Thanks

null