Application Development 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: 

Field KONP-KONWA. does not exist in the screen SAPMV13A 0201

Former Member
0 Kudos

Hi,

We have one BDC program to change Material Inforecord through transaction ME12. We have executed the BDC and Batch input session got created. When i execute the session, it is giving error "Field KONP-KONWA. does not exist in the screen SAPMV13A 0201 "

But when i checked in SE51 for Program SAPMV13A and screen 0201, field KONWA exist. I have checked in Transaction ME12, this field exist in the same screen. But still this error message is appearing.

Is there any something wrong in BDC program.

2 REPLIES 2

Former Member
0 Kudos

How are you handling the subscripts (row numbers)? Did you actually record this BDC in SHDB, or just try to write it? If not recorded, do yourself a favor and ALWAYS record your BDC sessions, then write to match that recording....

chances are you need to refer to KONP-KONWA(nn) where nn is the row number in the table control....

0 Kudos

Thank you very much. Its solved now.