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

how to get function code of enter button in bdc manually

Former Member
0 Likes
3,370

hi

i need to know how to get function code of enter button in bdc manually like in screen i want to capture techincal infor of enter buttion and itd fucntion cod ehow can i get it i mean what is the key in keyboard to display that

i want to capture enter button and for eg status button etc funtion code

pls suggest

arora

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,715

hi,

Follow these steps.

1) Switch on the debugger ( /h in command)

2) You move to debugger screen, when you press enter/ save

3) Check for the SY-UCOMM value you get the function code for enter in that particular screen

And also in most of the cases the enter function code would be /00 or ENTR or ENTE

Regards

Sharath

5 REPLIES 5
Read only

qamar_javed
Participant
0 Likes
1,715

Hi,

Want you need to do is go to transaction SHDB and record the bdc for the transaction you want, during transaction press the buttons for which you want the bdc code. And after this go press the back button and check the list of all the things recorded in Recorder.

And for SHDB help check this link:

http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html

Hope this helps.

Regards,

Qamar.

Read only

Former Member
0 Likes
1,716

hi,

Follow these steps.

1) Switch on the debugger ( /h in command)

2) You move to debugger screen, when you press enter/ save

3) Check for the SY-UCOMM value you get the function code for enter in that particular screen

And also in most of the cases the enter function code would be /00 or ENTR or ENTE

Regards

Sharath

Read only

0 Likes
1,715

hi

i want to get manually the function code rather then recording as earlie in 4.6 c we used to press left click button and hold it as pressed and then press f1 to get the function code...

like click on a button mean press click of mouse and hold it and then press f1 then we get the pop up technical iinfor for function code

same way what is the process in ECC 6.0

regards

Nishant

Read only

0 Likes
1,715

Dear Nishant,

The process is same in ECC 6.0 also. I have checked it now.

Press the button --> without releasing the button press F1 once on your keyboard --> Then relase the button.

A pop will appear showing the function code

Regards

Arindam

Read only

Former Member
0 Likes
1,715

hi

the process is though same but do not work on subscreen and for eg in f110 when u click any tab parameter etc the pressing and holding and f1 does not work also for menu buttons it does not work

any more sugestion is open i already know the other options for recording and debugging but still rewarding points as i got some answers but would like to know if any one has done for subscreen some short keys