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

function code store in which table

Former Member
0 Likes
2,371

Hello all,

Please can any body suggest me the  table or strucute name where all the function code are store(e.g-'ONLI','&c1',)all value of sy-ucomm.

Regards,

Sam

6 REPLIES 6
Read only

gouravkumar64
Active Contributor
0 Likes
1,669

Hi,

Check this all table

T705D,T705V,T063F,T064F,T168F,T185F,TKSP1,TJ181,TKKPA,T185D,TC33.


Gourav.


Read only

Former Member
0 Likes
1,669

Hello Gourav,

Thanks for ur quick respose buddy,stiil i nvae some dought as below-

While writing a ALV report we pass the value for sy-ucomm (eg-&IC1 FOR DOUBLE CLICK or 'ONLI''FOR ENTER)like wise in which table or structure all these value store,and if there is no specific  stru.or table for these purpose how can we know How to use sy-ucomm properly as per our requirement.

Please cleare my dought exparts,,

Regard,

Sam.

Read only

0 Likes
1,669

Hi,

In debugging time /h

write sy-ucomm in screen & enter .then check as per given value

Gourav.

Read only

0 Likes
1,669

Hello gourav,

i got ur point that we can find the value of sy-ucomm in /h debugg mode ,please try to understand my dought ,in debugg mode we find those value what we wrote in our alv prg.that not my exect need i want to know where all the function code(i.e-&IC1=DOUBLE CLIKWITH DESCRIPTION) are store ?like SYST contain all ABAP System Fields,and by understand the description we try to use the system Fields in all of our development.Like wise where we can find all the value like'ONLI' for batter use of sy-ucomm while developing any RICEF object.

Regards,

Sam

Read only

0 Likes
1,669

Hi,

TC33 u can see, it may solve ur problem

Gourav.

Read only

Former Member
0 Likes
1,669

Function codes can be anything.  They are defined for each program in the gui status, or screen definition for each kind of field that has func code possible (button, chkbox, etc). The program can set this value via code.  The ALV grid object defines these as well.  The possibilities are pretty much endless.

There may be a table somewhere (such as TC33) that defines some commonly used ones, but it is cannot be relied on to define all possible values for a program. 

The best way I have found to know what a particular function code is for a program is to use debug and press the button or whatever and check sy-ucomm in the debugger.