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

Removing BDC_OKCODE popup window

Former Member
0 Likes
746

Hi,

I have a BDC for posting document. BDC has code


  perform f_bdc_field       using 'BDC_OKCODE'
                                '/00'.

Due to this the window pop ups, with value /00 as BDC_OKCODE and I have to click enter.

The requirement is to remove the popup window.

Is there any way I can hardcode this value so that it autmatically takes this values during runtime??

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
507

try this:

At the top of your screen (toolbar) there is a button with a monitor displayed (colors green, red & blue), next to the question mark (Help) button, to maintain some settings. Click this button and choose 'Options'. On tab 'Expert' there is a checkbox for BDC OK code. Uncheck it and try again.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
508

try this:

At the top of your screen (toolbar) there is a button with a monitor displayed (colors green, red & blue), next to the question mark (Help) button, to maintain some settings. Click this button and choose 'Options'. On tab 'Expert' there is a checkbox for BDC OK code. Uncheck it and try again.