‎2012 Oct 22 11:19 AM
Hi Experts,
I am getting run time error while using 'BAPI_CONTRACT_CREATEFROMDATA'. I am passing header, item and partner information in this BAPI. but i am getting following run time error 'The data object KOMP does not have a component called 'ZZSTOPS'. I am unable to understand the reason of this error. Please help.
Thanks in advance,
A. Trivedi
‎2012 Oct 22 11:34 AM
see source code extract section of dump and then navigate to that object and check weather that piece of code is part of some non required user exit / BADI?
Seems like someone has tried to implement pricing structure enhancement but didnot change in structure.
‎2012 Oct 22 11:34 AM
see source code extract section of dump and then navigate to that object and check weather that piece of code is part of some non required user exit / BADI?
Seems like someone has tried to implement pricing structure enhancement but didnot change in structure.
‎2012 Oct 22 11:50 AM
Hi Gagan,
Thanks for yorr reply. I am looking for that.
Regards,
A.Trivedi
‎2012 Oct 22 12:35 PM
Hello,
May be due to some pricing requirement, field ZZSTOPS is used to map with KOMP structure but forgot to Enhance structure. Go in BAPI source code and search field ZZSTOPS, you will get where it is used.
Regards,
Deepti