‎2008 Jul 08 8:43 AM
‎2008 Jul 08 8:45 AM
Hi
I suppose the prompt in the top on the left of the SAP screen
Max
‎2008 Jul 08 8:45 AM
Can you ask your question in detail..?
Command Filed in FK02 what are you looking for exactly..?
‎2008 Jul 08 8:48 AM
‎2008 Jul 08 8:48 AM
Hi,
Please check this link
http://web.mit.edu/SAPR3/docs/webdocs/getstarted/gsSCREENS.html
Command Field
The Command field is used to enter transaction codes that take you directly to a system task without using menus. Sometimes the Command field is closed by default. To open it, click the arrow to the left of the Save button. To use it, type the transaction code in the blank field to the left and press Enter.
OK CODE
http://www.sap-img.com/abap/sy-ucomm-and-ok-code-in-dialog-program.htm
http://www.erpgenie.com/abap/okcode.htm
Best regards,
raam
‎2008 Jul 08 8:50 AM
Hi,
Command Field is nothing But OK Code .
Regards,
Shiva Kumar
‎2008 Jul 08 8:51 AM
\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]
Edited by: Jan Stallkamp on Jul 8, 2008 10:55 AM
‎2008 Jul 08 9:31 AM
‎2008 Jul 08 9:34 AM
Hi,
When you press ENTER key OK code is generated. OK is the user command for ENTER Key.
Regards,
Swapna.
‎2008 Jul 08 9:35 AM
Hi
OK CODE
ok_code is generally used in screen as of I have used. You will define the function in the screen. and you can use it in the main program.
ok_code acts just as a temporary variable that stores the value of sy-ucomm.
When user interacts with the screen elements, the function code that you have assigned is filled in the sy-ucomm field which is turn gets reflected in OK_CODE.
Regards
Pavan