‎2008 Nov 22 4:58 AM
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
‎2008 Nov 22 5:04 AM
Give complete details when you are posting the question, and also use proper subject line. what is the transaction you are working on..?
‎2008 Nov 22 5:10 AM
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.
‎2008 Nov 22 5:10 AM
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