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: 

Handling Check box in BDC program

Former Member
0 Kudos

Hi Folks,

I am developng a BDC for a transaction. The BDC has to pass four tabs in that transaction. Everything is working, but in the fourth tab, there is check box which need to be checked. But when the BDC program enters that tab..it throwing a error message saying 'No field with that name in this screen'. there are still some more check boxes in that tab. Is there any specific way to handle the check boxes...is there anything to add as extension for that check box field..pls suggest me...

Thanks,

Shyam.

2 REPLIES 2

Former Member
0 Kudos

hi,

check the screen field name.. like 'GLACCOUNT_SCREEN_CCODE-WAERS'

which field it is throwing error?? which transaction??

thanks,

vijay.R

Former Member
0 Kudos

Hi,

There is nothing special. Just check_box_field = 'X'. that's it.

Regards

Raju Chitale