cancel
Showing results for 
Search instead for 
Did you mean: 

customer master error message

Former Member
0 Kudos

Hi,

We recently upgraded ECC 5.0 server from support pack 13 to 19 (SAP_APPL). After that when we wanted to display/change the master data for customer in XD02, it has started giving the message "Field KNVV-CHSPL does not exist in field status tables (TMOD)" .*

This feild is missing from tables TMOD* and when we add this feild to tables the message goes away and is replaced with new message for another feild. On comparison with servers which are not upgraded , there is difference in the number of entries for few tables and the feilds are actually missing. These are SAP standard tables and we could not find notes to correct this.

Any pointers on this front are welcome.

Regards

Alhad

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I had raised an OSS message for this error and i got following reply. This solved the issue. We added three feilds in table TMODU.

Regards

Alhad

Dear Alhad,

I checked now the problem in your system.

Please insert the following entry in table tmodu with a report like

this:

REPORT Z_INSERT_TMODU .

TABLES: TMODU.

tmodu-FAUNA = 'T077D-FAUSV'.

tmodu-MODIF = '018'.

tmodu-TABNM = 'KNVV'.

tmodu-FELDN = 'CHSPL'.

tmodu-KOART = 'D'.

tmodu-UMSKS = ' '.

tmodu-XRELE = ' '.

clear TMODU.

INSERT INTO TMODU VALUES TMODU.

TABLES: TMODU.

tmodu-FAUNA = 'T077K-FAUSA'.

tmodu-MODIF = '040'.

tmodu-TABNM = 'KNVK'.

tmodu-FELDN = 'NAME1'.

tmodu-KOART = 'K'.

tmodu-UMSKS = ' '.

tmodu-XRELE = ' '.

INSERT INTO TMODU VALUES TMODU.

clear TMODU.

tmodu-FAUNA = 'T077D-FAUSA'.

tmodu-MODIF = '040'.

tmodu-TABNM = 'KNVK'.

tmodu-FELDN = 'NAME1'.

tmodu-KOART = 'D'.

tmodu-UMSKS = ' '.

tmodu-XRELE = ' '.

INSERT INTO TMODU VALUES TMODU.

We are just creating a note for this but it is still in process.

The note number will be: 1164920.

0 Kudos

Thanks to all for answering, specially to Alhad Pofali , that solved our problem.

Former Member
0 Kudos

Thanks for input Madhu.

The SPAU/SPDD did not capture these tables. Also when we check the versions for these tables, they are unaffected.

Regards

Alhad

Former Member
0 Kudos

hi..

Friends, im facing the same error...

what should be the approach to this error...?

Im a functional guy ..how can i move forward...?

thanks

Former Member
0 Kudos

.............?

Former Member
0 Kudos

Hi,

at the time of upgrade you might have taken care this in SPDD.

if not, then you should change the tables accordingly even if they are standard.

Thanks,

Madhu