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

Regarding BDC

Former Member
0 Likes
634

Hi Experts ,

Can Anyone tell me what is the meaning for the following

values in BDC_OKCODE .

i. '/00'

ii. 'ENT3' & 'ENT2'

iii. 'PICK'

iv. 'SVAL' .

Thanx ,

Senthil

3 REPLIES 3
Read only

Former Member
0 Likes
538

ok_code depends on Transaction to Transaction, if you want to find you can simply Record the Transaction and Find the OKCODE associated.

to know the ok-code for any action, just type /h in the command box n then click on the button for which u need the ok-code.. in the debugger, c the value of sy-ucomm.this gives the ok-code for that botton...

Read only

Former Member
0 Likes
538

HI,

OK_CODES differ from transaction to transaction.

But 'ENTER' key will mostly have ok_code '/00'.

One easy way to find the OK_codes of push buttons is place the cursor on the tab or push-button and press F1. You can view the BDC_CODE for that button.

Regards

Subbu

Read only

andreas_mann3
Active Contributor
0 Likes
538

hi,

as kishan ans subbu said: it can differ

meaning could be:

i. and ii = enter

iii = F2 (line selection)

and iv = select value fields

A.

Message was edited by: Andreas Mann