‎2007 Jun 11 4:13 PM
Hi Experts !
I need to add an option in transaction CL30N.
This would be a button just like 'Display material' or 'Stock overview' in the ALV.
The goal is to add the ability to change the value of a characteristic for all the selected lines of the ALV.
I can't find the right user exit to do so.
Any support would be welcome.
Any good idea would be kindly appreciated.
Big reward for any solution that works
Thanks!
Yann
‎2007 Jun 11 4:22 PM
‎2007 Jun 11 4:22 PM
‎2007 Jun 12 9:40 AM
Thanks Deepti.
I am now able to change the values of the characteristics, but this is done automatically, and I 'd rather have the customer to press a button to make those changes.
But I have no idea about where in the code I can add a button for the ALV.
‎2007 Jun 12 10:03 AM
Hi Yann,
As far as my undersatnding to your requirement
There are two options.
1. If you need a push button at the menu u can do that using Set Pf-status(Gui status).
2.If you need a button in the ALV report display, there will be an option called hotspot in your field catalog(ALV). That will be useful.
Thanks,
Deepti
‎2007 Jun 12 2:15 PM
Hi Deepti,
I need a push button in the ALV.
The problem is I don't know how to change the CL30N ALV as I can't find a user exit or anything allowing me to modify the field catalog.
Yann
‎2007 Jun 12 2:41 PM
ok, I got it
Here are the steps :
Call CL30N
In menu : Environment > Define Function.
Then i add my specific program.
Know, i can call my program from the ALV (a function as been added in the ALV menu).
Thanks for your help Deepti.
Yann
‎2007 Jun 15 11:00 AM
Hello Yann Portrait,
could you please send mir your script of ZXCLRSU01.
I have the same problem like you- but nearly since a half year I don't find a way to get this problem fixed.
Thanks
Best regards Peter
‎2007 Jun 18 5:06 PM
Hi Peter,
I did not use any user exit.
I added an entry in the list of functions of CL30N using transaction SPRO.
1/ Launch transaction SPRO.
2/ execute : Cross-Application Components > Classification System > Classes > Maintain Object Types and Class Types.
3/ Select the line corresponding to your Class type and then click on "Functions/Filters for Finding Objects" (in the left menu).
4/ Click on 'New entries' in the menu, then fill the line with the program or transaction you want to use.
In CL30N, the program or transaction will appear for all users.
Tell me if there is still something you can't do.
Regards,
Yann