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: 

Using table maintenance generator in BDC rec , BDC_OKCODE getting lost??

messier31
Active Contributor
0 Kudos

For a custom table a view is created using a table maintenance generator. It is created to populate the custom table through BDC recording.

On executing this recording, for the first recording only the BDC_OKCODE is getting lost on the second screen. So, the table is not getting populated.

So, how to ensure that the BDC_OKCODE is not lost on the second screen when using a table maintenance generator??

2 REPLIES 2

Former Member
0 Kudos

If it is a custom table, why don't do dirct table update?

Former Member
0 Kudos

i agree with the earlier post, why go through the complications of creating a BDC etc. when you can do a INSERT .. FROM <itabname>..