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
652

Hi,

Please tell me what happens during Read Data, and Convert Data.

What is meant by Transactions Read, Transactions Written and not written.

Please let me know regarding these.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

hi,

in read data the data in flat file is read and in convert data dat in flat file is converted to the data in sap system.

transactions read:

this refer to the number of records read from flat file.

transaction written:

these refer to the records which are written into sap system successfully.

transactions not written:

these are the records which are not successful in writing into sap.

hope it is useful.

regards,

sreelakshmi.

hi,

in read data the data in flat file is read and in convert data dat in flat file is converted to the data in sap system.

transactions read:

this refer to the number of records read from flat file.

transaction written:

these refer to the records which are written into sap system successfully.

transactions not written:

these are the records which are not successful in writing into sap.

hope it is useful.

regards,

sreelakshmi.

4 REPLIES 4
Read only

Former Member
0 Likes
624

hi,

in read data the data in flat file is read and in convert data dat in flat file is converted to the data in sap system.

transactions read:

this refer to the number of records read from flat file.

transaction written:

these refer to the records which are written into sap system successfully.

transactions not written:

these are the records which are not successful in writing into sap.

hope it is useful.

regards,

sreelakshmi.

Read only

Former Member
0 Likes
623

hi,

Read data:

In this step, LSMW reads the data from the source file (from your PC’s local drive). You have the option to read only selected rows and convert data values to Internal format.

Convert data:

This is the step that actually converts the source data (in source format) to a target format. Based on the conversion rules defined, source fields are mapped to target fields.

Read only

Former Member
0 Likes
623

Hi

Read data-> means it will read the data from File( which is existing either in Presentation or Application server).

Convert data-> means Convert the data as per logic written while mapping source and target field.

for eg ,insert zeros in material no while uploading them from file, so at the time of convertmaterial number will be converted with inserted zeroes.

Rewards Points If helpful

Read only

Former Member
0 Likes
623

read data: LSMW reads the data from the source file (from u r pc's local drive) .u have a option to reda only selected rows and convert data values to internal format.

convert data: this step converts the source data to a target format. based on conversion rules defined source feilds are mapped to target feilds.