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 - Problem in Convert Data

Former Member
0 Likes
2,091

Hi ,

I created LSMW in DEV and it is working fine .When I transport it to QAS ,I am getting message as

Transactions Read: 1

Records Read: 1

Transactions Written: 0

Records Written: 0

I don't know what the problem is .

Help me urgent.

Regards,

Ashok...

5 REPLIES 5
Read only

Former Member
0 Likes
895

HI,

check whether you are doing any validations. if any validation fails are u performing skip_transaction in 5th step Maintain field mapping?

May be you are doing this.

Thanks,

Rajinikanth

Edited by: Rajinikanth G on Jun 20, 2008 9:08 AM

Read only

0 Likes
895

Thanks for your replay.

I am not doing any validation in the 5th step "Maintain Field Mapping and Conversion Rules".

Regards,

Ashok

Read only

GauthamV
Active Contributor
0 Likes
895

hi,

check whether the fields in ur flat file r mapping with the same in ur field mapping.

in this case u generally get that error.

reward points if hlpful.

Read only

Former Member
0 Likes
895

I checked my flat file.Flat file data and structure are same.

Regards,

Ashok

Read only

Former Member
0 Likes
895

Hi,

The transaction will not be written if there is some thing in your code (maintain field mapping), which is stopping the processing. Do one thing, goto Maintain field mapping step and globally search with 'skip_transaction'. If there is any such statement, remove that.

Thanks,

Rajinikanth