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

BDC

Former Member
0 Likes
850

HAI,

IN BDC SESSION METHOD WHAT IS MEANT BY

BDC_CUSSOR

BDC-OKCODE.

WHAT IS THE USE OF THIS TWO ?

THAK YOU

ASHOK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
822

Hi,

BDC_CURSOR is to place the cursor in the field where u want.

BDC_OKCODE is the command to trigger the particular action.

Reward points if it is useful.

regards,

sangeetha.a

8 REPLIES 8
Read only

Former Member
0 Likes
822

Hi Ashok,

BDC_OKCODE identifies the command field

it can use function key number or function code

/ for function key number and = for function code

'/3' -->Back function key

'/15'-->Quit function key

'/11'--> save

All functions in menus and buttons are identified by function codes

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
822

hi,

BDC_CURSOR gives the field which you have placed the curson while recording.

BDC_OKCODE stores the action you performed.

regards,

Anoop R.S

Read only

Former Member
0 Likes
822

Hi ashok,

BDC_Cursor :

PERFORM bdc_field USING 'BDC_CURSOR' 'RF02K-KTOKK'.

Here Subroutine Name - BDC_FIELD

BDC_CURSOR - It is subroutine parameter and specifies that the cursor will be now placed on the field of transaction mentioned along with it i.e. RF02K-KT0KK in this example.

Thanks.

Read only

Former Member
0 Likes
822

Hi,

BDC_CURSOR is the Final Entry of the BDC Table.

BDC_OKCODE identifies the command field.It can use function key number or function code

'/' for function key number and '=' for function code

'/3' -->Back function key

'/15'-->Quit function key

'/11'--> save

All functions in menus and buttons are identified by function codes

Regards,

Padmam.

Read only

Former Member
0 Likes
822

hi,

BDC_CURSOR gives the field which you have placed the curson while recording.

BDC_OKCODE stores the action you performed. i.e function code for that button

if helpful reward some points.

with regards,

suresh babu.

Read only

Former Member
0 Likes
823

Hi,

BDC_CURSOR is to place the cursor in the field where u want.

BDC_OKCODE is the command to trigger the particular action.

Reward points if it is useful.

regards,

sangeetha.a

Read only

Former Member
0 Likes
822

Hi Ashok,

In BDC's these are special recording fields.

BDC_OKCODE: The common field is identified by a special name in batch input called BDC_OKCODE. This name is constant and always identifies the common field.

The data in the BDC tabels is saved by using the filed name "BDC_OKCODE".

BDC_CURSOR: In this filed name where cursor was positioned on the screen.

Thanks & Regards,

Satya Kumar..

Read only

Former Member
0 Likes
822

Hi,

BDC_CURSOR is the Final Entry of the BDC Table.

BDC_OKCODE identifies the command field

it can use function key number or function code

'/00' is generally the BDC_OKCODE for the ENTER key.

Regards,

Bhaskar