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: 

ISSUE:Linking the Idoc Type and Message type using T Code WE82.

Former Member
0 Kudos

Hi,

I have an issue while linking the Idoc Type and Message type using T Code WE82.

When i try to to link Idoc Type and Message type using T Code WE82 i am getting error-

"Input values must be defined in Table EDCIM. The value or values 'ZE1AUSPM ' are not specified in this table."

Please help to resolve.

Thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

EDCIM table contains EDI Custom Extension Types.

I guess you have extended you Idoc.

Please check if your extended idoc released. after which it will be updated in the table EDCIM.

Release segment and IDoc extension

Transaction: WE31

Edit -> Set release.

Also dont forget to assign extension to basic type in WE82

Regards,

Lalit Mohan Gupta.

5 REPLIES 5

Former Member
0 Kudos

EDCIM table contains EDI Custom Extension Types.

I guess you have extended you Idoc.

Please check if your extended idoc released. after which it will be updated in the table EDCIM.

Release segment and IDoc extension

Transaction: WE31

Edit -> Set release.

Also dont forget to assign extension to basic type in WE82

Regards,

Lalit Mohan Gupta.

0 Kudos

The solution provided is not working.Please provide another solution as even after releasing am getting same error.

0 Kudos

Since it is showing error with entry not existing in EDCIM table then the problem is with the extension itself.

So wht you can do is try and create the extension idoc again and repeat procedure, dont forget to release. Surely this would help..

You can refer this for [outbound idoc using ALE|https://wiki.sdn.sap.com/wiki/display/ABAP/OutboundIdocThrough+ALE]

Regards,

Lalit Mohan Gupta.

Edited by: Lalit Mohan Gupta on Apr 12, 2009 2:57 PM - Added link for reference

Former Member
0 Kudos

Hope u followed these steps

Goto WE31- Create the Idoc Type.

Goto WE30- Create the Seg Type.

Goto WE81- Create the Msg Type.

Goto WE82- Assign IDOC Type to Msg Type , Give the proper Release(4.7).

Former Member
0 Kudos

Hi,

For our information purpose, Can you please share the solution.