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

BDC

Former Member
0 Likes
576

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.

5 REPLIES 5
Read only

aditya_avadhanula
Participant
0 Likes
535

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.

Read only

0 Likes
535

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.

Read only

0 Likes
535

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

Read only

0 Likes
535

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

Read only

Former Member
0 Likes
535

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