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

User exit

Former Member
0 Likes
426

Hi friends,

How to handle push button fcodes of standard screens while using user exits because it is not triggering thru

sy-ucomm functionality?

Thanks in advance.

Edited by: Hosmath on Nov 22, 2008 6:02 AM

3 REPLIES 3
Read only

Former Member
0 Likes
404

Give complete details when you are posting the question, and also use proper subject line. what is the transaction you are working on..?

Read only

0 Likes
404

Hi Vijay,

I'm working for tcode ML81N.In that application tool bar contains a button of function code 'ACCP'.

I need to restrict the no of users using that button thru exit.I got the required exit,My doubt is how to handle that fcode in my exit.

Read only

Former Member
0 Likes
404

Each program uses different variables to store sy-ucomm values, so you can find the variable by debugging.

If you can give the program and user exit details, we can help you more.

As said by vijay always give complete details of your problem so that you will get the answer quicker.

Regards

Karthik D

Update:

You can check the global variable SAV_OK-CODE. This will contain the Fcode for the button.

Edited by: Karthik D on Nov 22, 2008 10:43 AM