cancel
Showing results for 
Search instead for 
Did you mean: 

Classification migration with RCCLBI03

Former Member
0 Kudos

Dear friends,

I am trying to use the std. direct input program RCCLBI03 in order to migrate via LSMW the material assignments to classes and their characteristics.

Till now I haven t managed to upload any file successfully! I imagine that it has something to do with import file structure, because although in the "Display Read data" an "Display Converted data" steps, the data entries seem fine, in debugging I can see that the programme is not assigning the field values correctly. Thus it ends with various errors, like "class does not exist" etc..

Here is the import file (tab-seperated .TXT):

1 o 001 000000000041000041 ZHEL_MM_FOLD_BOX

2 ZHEL_MM_DIMENSIONS 12x20x24

2 ZHEL_MM_ECMA_CODE eCMAr3232322-213123

1 o 001 000000000041000040 ZHEL_MM_RAW

2 ZHEL_MM_PSYCHOTR y

2 ZHEL_MM_PACK_UNIT 1,8

2 ZHEL_MM_MATERIAL 41000087

In lsmw I ve created the following input structure:

STYPE C 1 Set type

MAFID C 1 Record type

KLART C 3 KLART

MATNR C 50 material number

CLASS_NAME C 18 Name of the class

CHARACTERISTIC_NAME C 30 CHARACTERISTIC_NAME

CHARACTERISTIC_VALUE C 30 CHARACTERISTIC_VALUE

Does anybody have ANY idea what I ve been doing wrong?

P.S. I ve read the documentation 100 times...

Thank you in advance for your help!

Kind regards,

Yannis

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Dear Ioannis,

I just deal with the same issue.

I want to use LSWM with the RCCLBI03 report.

But I did not find out, how to configure the file.

Have you resolved your problem now?

Could you please send me your solution?

Regards,

Markus

0 Kudos

Dear All,

I just found out how to deal with that.

Go to the fieldmapping in your LSMW project.

The main problem was with BIKSSK-OBTAB.

The value must be in this case 'MARA' and not 'mara'.

It is case sensitive, because it is a table field value and not the name of this table in data dictionary.

My ASCII file looks like that:


OBJEK	CLASS	ATNAM	ATWRT
101965	TEST_LEN_1	MAT_TYP	BHF
101965	TEST_LEN_3	MAT_TEMP	1
101997	TEST_LEN_3	MAT_TEMP	1
101997	TEST_LEN_1	MAT_TYP	BHF
101997	TEST_LEN_1	MAT_IMPFOLGE	3
101997	TEST_LEN_1	MAT_IMPULSZAHL	500
101997	TEST_LEN_1	MAT_AUSG	05T
101997	TEST_LEN_2	MAT_AUSG	24A
101997	TEST_LEN_2	MAT_AUSG	05T

The source fields look like that:


Quellfelder

       KLASSIFIZIERUNG           Werte, Merkmale, Klassen zu Objekten

           OBJEK                          C(018)    Material
           CLASS                          C(018)    Klasse
           ATNAM                          C(030)    Merkmal
           ATWERT                         C(030)    Merkmalswert

Regards,

Markus