‎2014 Jul 17 11:52 AM
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.
‎2014 Jul 17 12:19 PM
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 .
‎2014 Jul 22 7:55 AM
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
‎2014 Jul 22 9:46 AM
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
‎2014 Jul 22 10:33 AM
Hi Preeti,
‎2014 Jul 22 10:38 AM
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.
‎2014 Jul 22 10:45 AM
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
‎2014 Jul 22 12:25 PM
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 .
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'
‎2014 Jul 22 12:28 PM