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 coding

Former Member
0 Likes
749

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

5 REPLIES 5
Read only

Former Member
0 Likes
704

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

Read only

0 Likes
704

thanx eshwar,

but i m very much eager to know one thing dat wat does $20C do ven we use it with BDC_OKCODE.

Read only

0 Likes
704

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

Read only

gopi_narendra
Active Contributor
0 Likes
704

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

Read only

0 Likes
704

THNX GOPI,

i wanna know one more thing wat is the functionality of '=HEAD' if we use it with BDC_OKCODE.