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

What is command field !

Former Member
0 Likes
6,946

What is the comand field in any transaction....e.g FK02 ?

9 REPLIES 9
Read only

Former Member
0 Likes
3,850

Hi

I suppose the prompt in the top on the left of the SAP screen

Max

Read only

Former Member
0 Likes
3,850

Can you ask your question in detail..?

Command Filed in FK02 what are you looking for exactly..?

Read only

0 Likes
3,850

???

Read only

Former Member
0 Likes
3,850

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

Read only

Former Member
0 Likes
3,850

Hi,

Command Field is nothing But OK Code .

Regards,

Shiva Kumar

Read only

Former Member
0 Likes
3,850

\[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

Read only

Former Member
0 Likes
3,850

What is OK code ?

Read only

0 Likes
3,850

Hi,

When you press ENTER key OK code is generated. OK is the user command for ENTER Key.

Regards,

Swapna.

Read only

bpawanchand
Active Contributor
0 Likes
3,850

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