2008 Mar 10 9:34 AM
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 ?
2008 Mar 10 9:41 AM
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
2008 Mar 10 10:06 AM
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
2008 Mar 10 11:46 AM
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