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 file

Former Member
0 Kudos

hi all,

I want to overwrite the contents of read data file and convert data file in application server. if possible how?

3 REPLIES 3

Former Member
0 Kudos

Hi,

Every time you re-run the read and convert step the files get overwritten.

Former Member
0 Kudos

put the condition in convert data, if your input file record is already exist in your data base skip the record and pass the next record or re run the all the steps agagin...

Former Member
0 Kudos

Hi,

If you want to overwrite the contents of file then its simple to re-run the file but better to put condition in u201CMaintain Field mapping & conversion Ruleu201D(in code) . If your input records is already exist then skip otherwise upload .it will boost the performance of the program also.

Regards.

Anurag Sharma