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 import export sequence

Former Member
0 Likes
415

Hi All,

I have written a few LSMW’s on a UAT system to be used for Data Migration during a SAP HR go-live project. I am told that it is ‘best practice’ to only import the LSMW’s into the live system once the configuration etc. of the live system has been complete, else the LSMW could be damaged just by importing them onto the system.

What I am trying to establish is if there is any validation of the LSMW when they are imported into a system or only when the LSMW is run, which is what I suspect.

Thanks in advance for your help.

Regards,

Neal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Hi,

The validations to the LSMW objects are done at the time of execution not at the time of import.

so it is not depend on other system configurations.

Thanks,

Rajinikanth

2 REPLIES 2
Read only

Former Member
0 Likes
393

Hi,

The validations to the LSMW objects are done at the time of execution not at the time of import.

so it is not depend on other system configurations.

Thanks,

Rajinikanth

Read only

0 Likes
392

Thanks, that is good news!