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 Question

Former Member
0 Likes
557

When we display read data in LSMW, from where this read data is shown.

Specify file + assign file + read data + display read data ?

From where we can transport LSMW ?

Is there any how we can code in LSMW ?

When we display read data in LSMW, from where this read data is shown.

Specify file + assign file + read data + display read data ?

From where we can transport LSMW ?

Is there any how we can code in LSMW ?

3 REPLIES 3
Read only

SantoshKallem
Active Contributor
0 Likes
534

it will read data from aplication server.

to transport we have to generate transport request explicitily.

extras--> generate change request

regards.

santhosh reddy

Edited by: Santhosh Reddy on Mar 10, 2008 3:11 PM

Read only

Former Member
0 Likes
534

Hi,

Question : When we display read data in LSMW, from where this read data is shown.

Specify file + assign file + read data + display read data ?

Answer : It's like a example of uploading the data from presntation server & putting in the internal . Then reading the records frm the internal table & processing it further.

Specify File : where u will assign ur file name

Assign File : where u will assign ur file with ur own structure which u will be declaring with the fields which wil be done in step 2 & 3.

Read Data: reading the data from application server.

Display Read data: display the contents which re read from the file.

From where we can transport LSMW ?

u have to option of creating TR .in the tcode LSMW.

in the menu bar Extras --> Generate TR.

Is there any how we can code in LSMW ?

In the Field Mapping step, put the cursor on any field & click on RULE which is application tool bar.there u wil get a pop up with various option. choose ABAP CODE to write .

Reward Points if it is Useful.

Thanks,

Manjunath MS

Read only

0 Likes
534

Hi

would like to add little clarity on Manjunath response

In LSMW, in Specify files, we mention three files.

1. Legacy data ( Can be a PC file or AS (application) File

2. Read data (Only AS file)

3. convert data (Only AS file)

Answer for the below question is

When we display read data in LSMW, from where this read data is shown.

When you perform READ step, data is read from the Legacy file and written to Read file. Data is shown from the Read data file, which has been mentioned in the specify files steps.

From where we can transport LSMW ?

You can also use EXPORT and IMPORT method for transfering the LSMW from 1 server to the other

Is there any how we can code in LSMW ?

Not only in Mapping, but also in fixed values, tanslations and user routines, you can write ue custom code

BR

Sree