‎2008 Jun 20 8:05 AM
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...
‎2008 Jun 20 8:07 AM
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
‎2008 Jun 20 8:13 AM
Thanks for your replay.
I am not doing any validation in the 5th step "Maintain Field Mapping and Conversion Rules".
Regards,
Ashok
‎2008 Jun 20 8:16 AM
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.
‎2008 Jun 20 8:20 AM
I checked my flat file.Flat file data and structure are same.
Regards,
Ashok
‎2008 Jun 20 8:34 AM
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