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

Possible values for Sy-Ucomm

Former Member
0 Likes
6,591

HI ,

I am just working Capturing the User activity ..........

Can any body let me know what all the possible values for  system variable SYUCOMM.

i just want to know what are the standard Fcodes used for

Create

Change

Display

Change

Regards

SAM

5 REPLIES 5
Read only

former_member214878
Active Participant
0 Likes
3,998

Hello Sam,

I think you need more searching or real time practical .... anyway

Whenever you want to know the ok code or sy-ucomm value  of a key , type '/h' in the command box and press enter. It shows a message on the status bar 'Debugging Switched On'. Now if you press any key , it switches to debugging mode  and type sy-ucomm in the fields list then you will get the SY-UCOMM or OK CODE.

Thanks and regards,

Ravindra Sonar

Read only

0 Likes
3,998

Hi Ravindra ,

Thank you for your reply,

As i am working with User Activity Management,

Could you suggest any generalized coding , where i can conclude whether a user has performed

a particular activity or not,Based on the Fcode.......

or

where do all the standard  FCODEs stored........

regards

SAM

Read only

0 Likes
3,998

Hi Sam,

Check tabel RSMPTEXTS.

http://scn.sap.com/message/4107484#4107484

I think here you will get answer for your query.

Regards,

A.Trivedi

Read only

0 Likes
3,998

Menu painter ? I am not sure what u want ...... there is a table which stores text RSMPTEXTS ...

Read only

0 Likes
3,998

Hi Sam,

One Thing you can do. go to cl_gui_alv_grid from SE24 and then attributes tab. Here you can get function codes.That is of type 'ui_func'. so in your code If user has selected 'Total' button then

case sy-ucomm.

when '&SUMC'.

<your code>.

endcase.

Regards,

A.Trivedi