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

LSMW file

Former Member
0 Likes
523

hi all,

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

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
Read only

Former Member
0 Likes
485

Hi,

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

Read only

Former Member
0 Likes
485

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...

Read only

Former Member
0 Likes
485

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