‎2007 May 25 9:00 AM
HAI,
IN BDC SESSION METHOD WHAT IS MEANT BY
BDC_CUSSOR
BDC-OKCODE.
WHAT IS THE USE OF THIS TWO ?
THAK YOU
ASHOK
‎2007 May 25 9:41 AM
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
‎2007 May 25 9:03 AM
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.
‎2007 May 25 9:05 AM
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
‎2007 May 25 9:06 AM
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.
‎2007 May 25 9:08 AM
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.
‎2007 May 25 9:10 AM
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.
‎2007 May 25 9:41 AM
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
‎2007 May 25 1:54 PM
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..
‎2007 May 25 4:21 PM
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