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 using direct input

Former Member
0 Likes
535

I am migrating Accounts data by using direct input method of LSMW, in last step 'Start Direct Input Program' it is asking for input and output files, what i should enter for that??

thanx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi,

Based upon the physical file paths u have to create the logical file path through FILE t code.... one path for the source file and one more path for the log file.

u can create a log file in the application server like place a dummy text file in the application server based on that path create a logical file path.

so input should be ur source file logical path and out put should be logfile logical path

if u find it useful mark the points

~~Guduri

3 REPLIES 3
Read only

Former Member
0 Likes
509

Hi,

Based upon the physical file paths u have to create the logical file path through FILE t code.... one path for the source file and one more path for the log file.

u can create a log file in the application server like place a dummy text file in the application server based on that path create a logical file path.

so input should be ur source file logical path and out put should be logfile logical path

if u find it useful mark the points

~~Guduri

Read only

0 Likes
508

but why it is required to specify file name again in last step? as i already defined the file in 'specify file' step...

and my source file is on application server only....

Read only

0 Likes
508

It is required in the Direct Input method... you have to create the logical file path by giving the physical file path and assign it in the last step of execution then... as you r doing in the session method u create a session n process that session here you have to give the logical file path and execute it....