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

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

messier31
Active Contributor
0 Likes
750

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
Read only

Former Member
0 Likes
564

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

Read only

Former Member
0 Likes
564

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