Application Development 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: 

how to run new function from IW32, IW31 (button?)

kkostek
Explorer
0 Kudos

Hi,

I need to run raport in new screen from IW31, IW32 on user's action.

I don't know how to call it from those transactions. I thought about an action on button but is it possible to add it? Or is it possible to run it on double click on order numer?

Thanks for any ideas.

Regards,

Kaz

3 REPLIES 3

Former Member
0 Kudos

Hi

It is easy to call that transaction when you click on a button.

Only thing is that you need to change the Std code of that IW32 program

and to pass the selection screen fields of that Transaction to be called and use the statement SUBMIT <program> with SELECTION-SCREEN fields and return.

Reward points for useful Answers

Regards

Anji

0 Kudos

Hi,

You can use an exit IWO10018 and add the button on screen 900.

Regards,

Kaz

0 Kudos

I activated user exit IWO10018 and added 2 buttons on screen 900. These buttons show up in the Enhancement Subtab. The Enhancement Subtab only shows up in the default view profile. I have a custom view profile called ZEASY and the Enhancement Subtab does not show up when I use my custom view profile. I need to know how to get it to show up when I use my custom view profile ZEASY.