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 ?

Former Member
0 Likes
467

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

ThomasZloch
Active Contributor
0 Likes
439

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

Former Member
0 Likes
439

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

Read only

ThomasZloch
Active Contributor
0 Likes
440

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