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

Former Member
0 Likes
615

Hi Experts,

I have 10,000 Data's in Flat file. My scenario is, using LSMW create a Customer master[XD01].

I finished my scenario and update the data's in to Dtatbase. Now my doubt is I want to check whether the 10,000 data's are updated or not.

In LSMW i used the Batch Input Background process. so how can I Ensure that all data's are updated properly?

Thanks in Advance.

All helps will be appreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

check the table KNA1 there you find all the entries

Reward points if helpfull

Hi Experts,

I have 10,000 Data's in Flat file. My scenario is, using LSMW create a Customer master[XD01].

I finished my scenario and update the data's in to Dtatbase. Now my doubt is I want to check whether the 10,000 data's are updated or not.

In LSMW i used the Batch Input Background process. so how can I Ensure that all data's are updated properly?

Thanks in Advance.

All helps will be appreciated.

6 REPLIES 6
Read only

Former Member
0 Likes
590

check the table KNA1 there you find all the entries

Reward points if helpfull

Read only

0 Likes
589

Hi jagrut,

Thanks for the reply. I checked the table. Only 5000 data's were inserted. where can I find the the remaining Data's.

Thanks.

Read only

0 Likes
589

hi doak regis

try then KNB! table too,

thank you,

Regards,

Jagrut BharatKumar Shukla

Read only

0 Likes
589

sorry

KNB1

Read only

Former Member
0 Likes
589

Hi doak,

in SM35 you can c the number of transaction successfully passed. hope this will help you.

OR

you can set a counter in the LSMW step 5 in the header level and print the total count after loading using the event end-of-editing in the step 6 user defined routines....

<b>Give points if useful.</b>

Read only

Former Member
0 Likes
589

Hi,

Check the Tcode SM35, whether your session has been processed fully or not .

Suppose , if your session is processed & only 5000 records have got updated in the database , then in another 5000 records there cud be some probs.check out the LOG of the session.

Also the Cross check , taking these error records with KNA1,KNB1 tables

If your session is under IN Processing , then wait for some time ... untill all the records gets updated.

Reward points if it is Useful.

Thanks,

Manjunath MS