2008 Jul 08 6:12 AM
Hello gurus ,
I want to create like prog vkm3 ( releasing blocked saleas ord ) in that Ihave created one alv prog with check box , when ever the user select that chk box for releasing the sales ord , it wil release , but thing is that in alv prog how to create extra application tool bar button (release button) and user action in that in alv program , I know abt user command but I want action on that button in alv prog .
Plz helap me out , I am waiting for your valuable idea .
2008 Jul 08 6:20 AM
Hi,
I am not sure what did you meant by ALV program.
1. Copy the GUI status: "STANDAKR" or create your own PF status
2. You can code in the USER Command or in event handler.
Regards,
Prabhu Rajesh
2008 Jul 08 6:19 AM
Hi....
You can create your own PF status and add the button Release on the application tool bar.
And write the functionality under if the button is pressed that is check its ok_code with the function code.
And inside that write the functionality.
2008 Jul 08 6:20 AM
Hi,
I am not sure what did you meant by ALV program.
1. Copy the GUI status: "STANDAKR" or create your own PF status
2. You can code in the USER Command or in event handler.
Regards,
Prabhu Rajesh
2008 Jul 08 6:26 AM
Use the following function RE_USE_ALV_EVENTS which will give all the events .
In that you read USER_COMMAND event and put ur local FORM name which will be called .
This will register the event and action .
Within the form you will get the usercode of button .
you can include ur logic .
Please reward if useful.