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

problem in updating fields in KS02 using bdc

Former Member
0 Likes
483

Hi,

I am updating database using BDC for KS02, my problem is that i am copying one BDC program from my system which is for KS02, i need to add some more fields in that, i add 5 fields in internal table and program also, but when i test this bdc it updates only first 2 fields, remaining 3 fields not going to update. why it happen?

Please help me in this issue.

Thanks,

Namdev

Hi,

I am updating database using BDC for KS02, my problem is that i am copying one BDC program from my system which is for KS02, i need to add some more fields in that, i add 5 fields in internal table and program also, but when i test this bdc it updates only first 2 fields, remaining 3 fields not going to update. why it happen?

Please help me in this issue.

Thanks,

Namdev

1 REPLY 1
Read only

nirajgadre
Active Contributor
0 Likes
421

Hi,

1. Check are all these fields aer input fields or it is in display only mode.

2. check the Mesage log table after calling the BDC program so if there is any error regading the screen number or field name you will get the same in internal table.