Application Development 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: 

LSMW+IDoc to transfer Merchandise Category?

Former Member
0 Kudos

Hi, Gurus,

anyone has migrated merchandise categories by using LSMW + IDoc method?

I used message type: W_WGRP and Basic Type W_WGRP01.

But I got always error message: Class XXX does not exist or or is not valid on this date.

Import Method: IDoc or BAPI (I tried these two methods, same prblem. but it works by BA-Recorder. I'm confused)

What for a problem? anyone met the similar problem?

highly appreciated for the supper!

Regards

Kefei

1 ACCEPTED SOLUTION

Former Member
0 Kudos

goto tcode CL22n and give the your calss name and dispaly check your calss valid from and valid to dates ...

8 REPLIES 8

Former Member
0 Kudos

goto tcode CL22n and give the your calss name and dispaly check your calss valid from and valid to dates ...

0 Kudos

Hi, Chenna,

it's u again. thanks a lot!

why it is not allowed to assign the classes which I transfered to superior classes 026. I have read this class type 026 is SAP internal class, which is used throughout SAP Retail (in creating assortments and in the Information System, for example). An article can only be assigned to one merchandise category.

Do u have more idea about it?

Regards

Kefei

0 Kudos

for CLASS and SUPER calss have with same cllass type , then only it will accept to the super class..

0 Kudos

sorry, i cannot understand your words not completely.

perhaps you can explain more details?

0 Kudos

class : test1

class type : 300

class : test2

class type : 026

class : test3

class type : 300

here test3 has accept the super class of the test1.

here the both class type is 300 for classes test1 and test3..

calss test2 is not acceptable.

0 Kudos

Hi, Chenna,

Hope you have not gone to bed. I'm in Germany. maybe a couple of hours later than u.

I am testing your suggestion. but in a new server.

Could u tell me, whether a LSMW project can be exported and in a new system imported?

Thanks.

0 Kudos

yes, you can go to Extras and export it and it goes to the next screen selet button export..

in the same way import it...

0 Kudos

Hi, Chenna,

the LSMS projects export udn import work well. thanks!

I have tried your method. just assign merchandise categories in one class type 026 in new system.

but I get always the error status records No. 51: Class XXX does not exist or is not valid for on this date.

then I tried transfer merchandise categories with method "Batch Input Recording". it works.

but i still want to know, what for a problem with IDoc mehtod.

I noticed, there is a Object "E1BPE1WGRS01- Distribution of Article Groups: Hierarchy Article <-> Class" in the Structure Relations. I should do anything with it?