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
317

Hi!

I am using LSMW to upload Sales Order. I am passing 3 struct header, partn, item.. But when i am importing data it's giving error..(Generation o cancelled: No fileds called

the same) So can any body tell me how to get rid of this error

Hi!

I am using LSMW to upload Sales Order. I am passing 3 struct header, partn, item.. But when i am importing data it's giving error..(Generation o cancelled: No fileds called

the same) So can any body tell me how to get rid of this error

1 REPLY 1
Read only

Former Member
0 Likes
280

Hi ,

LSMW gives you the facility to use heirarchial source structures based on certain preconditions -

1. The sub-structures ( 'Partner' and 'Item' in your case) should have a field that links them to the corresponding 'Header' record.

2. This field for e.g. 'RECLINK' has to be present in the 'Header' as well as 'Partner' and 'Item' records.

3. This field can be positioned anywhere in the souce structure.

Hope this clarifies.

Regards,

Rishi.