2007 Jan 29 9:05 PM
Hi,
What is the enter code in while recording in SHDB. Means I am modifing an existing BDC Program by adding few fields. I am not clear which key '=LETB' or '=BU'.. works as a enter key.
Thanks
Ram
2007 Jan 29 9:08 PM
Use the same codes in your program.
Usually, '=BU' is for SAVE.
Thanks,
Santosh
2007 Jan 29 9:08 PM
Use the same codes in your program.
Usually, '=BU' is for SAVE.
Thanks,
Santosh
2007 Jan 29 9:09 PM
2007 Jan 29 9:11 PM
What was the code trapped in SHDB when pressed Enter Key?
Thanks,
Santosh
2007 Jan 29 9:12 PM
Hi,
The OKcode for Enter is '=IHKZ' or '/00'. [ two zeroes ]
Regards
Subramanian
2007 Jan 29 9:13 PM
Hi,
the best way to know the function code is to record the transaction again. It is not advicable to change/add fields in the BDC manually. Record the transaction again.
Regards,
Vara
2007 Jan 29 9:16 PM
Hi Shriram,
In most of the cases the OK code for enter key is <b>/00</b>.
We may not assure that OK CODE for ENTER key is always /00, as OKCODEs for operation will change with transactions.
Check these link for OK CODE values
http://sap.ionelburlacu.ro/abap/sap2/OK_Code_Values.html.
Thanks,
Vinay