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

like vkm3

Former Member
0 Likes
536

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

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

3 REPLIES 3
Read only

Former Member
0 Likes
513

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.

Read only

Former Member
0 Likes
514

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

Read only

Former Member
0 Likes
513

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.