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 recording

Former Member
0 Likes
894

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
843

Use the same codes in your program.

Usually, '=BU' is for SAVE.

Thanks,

Santosh

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

6 REPLIES 6
Read only

Former Member
0 Likes
844

Use the same codes in your program.

Usually, '=BU' is for SAVE.

Thanks,

Santosh

Read only

0 Likes
843

I need key which acts like ENTER KEY

Read only

0 Likes
843

What was the code trapped in SHDB when pressed Enter Key?

Thanks,

Santosh

Read only

0 Likes
843

Hi,

The OKcode for Enter is '=IHKZ' or '/00'. [ two zeroes ]

Regards

Subramanian

Read only

Former Member
0 Likes
843

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

Read only

Former Member
0 Likes
843

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