Application Development and Automation 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: 
Read only

Idoc error

Former Member
0 Likes
2,416


Hi,

I am new in SAP ABAP, and have some issue.

i am using Idoc for creating PO, means  when excuting Idoc after giving company code..... etc input values then

PO should be generate . but after execution its throwing error .

I checked in WE19 , error in header segment (I think so).

Error is  :

Characteristic does not exist in operating concern 10US

Message no. KE429

Diagnosis

The characteristic "" has not been defined in operating concern 10US.

Procedure

Enter a valid characteristic. Use the "Possible entries" function

i tried to test below funtion module not get anything...

Funtion module : BAPI_IDOC_INPUT1

Please help me to resolve issue.

Thanks & Regards,

Meenakshi C.

8 REPLIES 8
Read only

nagarjun_kalletla
Participant
0 Likes
1,546

Hi Menakshi ,

I can see that you are talking about the Inbound Idoc not successfully posted right ?

As the message say that you are not using the appropriate characteristic value please find a possible entry for that field and try to reprocess in WE19 with the new value.

If still you face the same issue you can find the reason for the failure in Application Log for that Idoc .

to see that application logs , click on the TOP most status record of the IDOC and once you are in next detailed screen click on the Application Log button which will show you the clear and exact reason why your IDOC is getting failed or unable to post .

Read only

0 Likes
1,546

Hi Nagarjun,

when i create PO using Tcode(ME21n) menually it creates PO, but when i am trying to create using IDoc its  throwing error .

when click on status record i got this error :

Characteristic does not exist in operating concern 10US

Message no. KE429

Diagnosis

The characteristic "" has not been defined in operating concern 10US.

Procedure

Enter a valid characteristic. Use the "Possible entries" function

but i didn't get Application Log button, could you please give me exact path to get Application log or how to i solve issue.

Thanks & Regards,

Meenakshi

Read only

0 Likes
1,546

Hi Meenashi,

Its look like your file not in proper format and data is  loading into incorrect fields that;'s why system is unable to determine the characteristic in COPA . can you try to enter same data  in We19 manually gengerate the IDoc and find out teh problem

Read only

0 Likes
1,546


Hi Preeti,

We are inputting the info manually only in WE19
and creating the idoc then too its giving this error.
Read only

0 Likes
1,546

Hi ,

Did you try to create PO in Me21n with same information the I would suggest to do debugging of both process and find out the problem. debugging will definatley give you answer . Please take you ABAPer help.

Read only

0 Likes
1,546

Hi Preeti,

Thanks for suggestion .

I already try with via ME21N and from there and  PO is generate normally ,only from idoc i getting error.

May be some problem in IDoc only.

Thanks & regards,

Meenakshi

Read only

former_member201275
Active Contributor
0 Likes
1,546

In screen structure , which determines the sequence of characteristics on the screen where you enter the profitability segments, an entry was made for characteristic . This characteristic does not exist in operating concern .

Procedure

Maintain screen structure for the characteristics screen in operating concern . You do this in CO-PA Customizing.

Seems to me you have a blank value hence message ' "" has not been defined in operating concern 10US'

Read only

0 Likes
1,546

Forgot to mention; try correct with transaction KES1.