‎2009 May 14 4:05 AM
Hi friends,
am using the transaction mek1 for updating the price value KONP-KBETR.but am getting error field konp-kbetr not found in loop of screen sapmv13a 1017.if possible can any provide the solution.
Thanks in Advance,
sai.
‎2009 May 14 7:48 AM
Hi ,
Please check the bdc recording again .and check for the field updated .Aslo some times due to IMG settingd certain fields are removed from the standard txn .check these fields.
‎2009 May 14 8:53 AM
Filed is getting the value from BDC but it was not updating in the transaction.
Am getting the same error message.
Thanks in advance,
sai.
‎2009 May 14 6:29 PM
Hi Sai,
Just an idea I would share as i went through such a problem in my earlier project what I did was instead of generating the program from recording. I wrote my own code looking at the recording(so that i can know the screen sequence). The process I am talking is bit complicated but in my case it worked. try it.
Hope this discussion would be helpful to you.
Cheers,
Suvendu
‎2009 May 14 6:33 PM
Indeed there is no such field in this program. Ensure screen number is correct or screen field is right one. For this go to se80 -> type program name -> go to screen -> check its fields.
You may also use tcode SHDB recording example entry and then check what fields are addressed and what values are put there.
Regards
Marcin
‎2009 May 14 6:38 PM
KONP-KBETR is in this screen, but in the table control. You have to reference it with the correct line number. Eg. KONP-KBETR(1)
Rob