‎2006 Nov 07 3:46 AM
hi friends,
cud u plz tell me what is the main functionality of BDC_OKCODE='/00','=HEAD','T\05','=SICH','=OPT1' & BDC_SUBSCR & BDC_CURSOR.
looking forward to an early reply.
ravi gupta
‎2006 Nov 07 3:49 AM
Hi Ravi
Please find below details:
BDC_OKCODE stands for command or Ok code i.e as if we are using a command in command prompt.
BDC_SUBSCR identifies the sub screen.
BDC_CURSOR is used to place the cursor on a particular field in a screen.
Kind Regards
Eswar
‎2006 Nov 07 3:53 AM
thanx eshwar,
but i m very much eager to know one thing dat wat does $20C do ven we use it with BDC_OKCODE.
‎2006 Nov 07 3:58 AM
To check the same, use transaction SE41(Menu Painter) to check where this function code is used and check the program accordingly for the action as this can totally depend within the program.
Maybe you can program me the program where you have come across this function code.
Kind Regards
Eswar
‎2006 Nov 07 3:52 AM
BDC_OKCODE is meant for the command whihc u r gonna execute at the SAP command prompt
'=/00' means ENTER
'=SICH' means search
etc...
BDC_SUBSCR identifies the subscreen in whcih u are
BDC_CURSOR identifies the position of ur cursor
Regards
- Gopi
‎2006 Nov 07 4:22 AM
THNX GOPI,
i wanna know one more thing wat is the functionality of '=HEAD' if we use it with BDC_OKCODE.