cancel
Showing results for 
Search instead for 
Did you mean: 

Message_Type_X error while running tcode CNE2

Former Member
0 Kudos

I am taking an error while running CNE2 tcode.

It dumps on OBJNR data that starting 'TM' when it loops at T_COEPR internal table .(example.: TM0068001583000170) How to fix it? Could you please help me?

Probably the only way to eliminate the error is to correct the program. - If the error occurs in a non-modfied SAP program, you might be able to find a solution in the SAP Notes system. If you have access to the SAP Notes system, check there first using the following keywords: "MESSAGE_TYPE_X" "SAPLKAUP" bzw. LKAUPU01 "K_DOCUMENT_UPDATE" If you cannot solve the problem yourself, please send the following information to SAP:

Accepted Solutions (0)

Answers (3)

Answers (3)

jansenthomas
Member
0 Kudos

Hi,

Temporarily (every few weeks) we have this problem when using co01 or co07 (create production order).
"MESSAGE_TYPE_X"
"SAPLKAUP" bzw. LKAUPU01
"K_DOCUMENT_UPDATE"
The error occurs at:
71 LOOP AT T_COEP.
72 * temporäre Objektnummern nicht verarbeiten
73 IF T_COEP-OBJNR(2) = OBJEKTART_TM.
>>>>> MESSAGE X208(00) WITH 'TEMPORARY_OBJECT_NUMBER'.
75 ENDIF.
76 * ggf. LOGSYSO setzen

SAP support can't help, because it's not reproducible.

Note 1974346 is not valid for us => EHP8.

I'm searching for answers!

BR Thomas

Former Member
0 Kudos

Hi Eli,

First of all, thanks for your advice. However, i tried the note 1974346. But it didn't work. I determined a spesific project that causes this problem. What kind of processes may cause this problem? What do you think about it? Changes, deletion of some wbs etc.

Regards,

Tamer

ADO
Explorer
0 Kudos

Hello
did you solve the problem?
If so can you tell me how?

Thanks

iklovski
Active Contributor
0 Kudos

Hi,

Did you try to check note 1974346 - CO40 Laufzeitfehler MESSAGE_TYPE_X 00208 TEMPORARY_OBJECT_NUMBER?

Regards,

Eli