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 problem ?

Former Member
0 Kudos

Hi,

In the LSMW , I design the convert rule and check and generate the program successfully .

Then I read the data file , display read data OK , but then I use 'Convert data' , there are some records read , but no record write to the convert file . So when I display the converted data --> no data found .

Thank for your help

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Check your conversion rules for "skip_record" or "skip_transaction" statements. Maybe there are checks that prevent any record from making it into the converted data.

Thomas

2 REPLIES 2

Former Member
0 Kudos

in the user-menu choose display conversion program and start debugging

hopefully this helps because somewhere in your program the transfer transaction isn't carried out so there has been a skip transaction or all skip records.

Guido

ThomasZloch
Active Contributor
0 Kudos

Check your conversion rules for "skip_record" or "skip_transaction" statements. Maybe there are checks that prevent any record from making it into the converted data.

Thomas