‎2006 Aug 17 7:42 AM
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
‎2006 Aug 17 7:44 AM
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...
‎2006 Aug 17 8:13 AM
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
‎2006 Aug 17 8:25 AM
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