‎2009 Mar 25 4:53 AM
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
‎2009 Mar 25 5:07 AM
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
‎2009 Mar 25 4:57 AM
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.
‎2009 Mar 25 5:07 AM
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
‎2009 Mar 26 3:06 AM
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
‎2009 Mar 26 6:14 AM
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
‎2009 Mar 30 11:46 PM
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