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

Adding a button using badi in iw31/iw32

Former Member
0 Likes
872

Hi gurus,

I have a requirement to add a button in the tcode iw31, I have figured out a screen exit to add a button 'IWO10018', I believe using this exit I can add a button and write the required logic.

Here are my questions.

1. Using the exit mentioned If I want to add a button, how, could any give me step by step procedure to add a button in IW31/ IW32.

2. I am using a badi for the same transaction, NOTIF_EVENT_POST. is there a way I can add a button using this button or any other badi, if so how, Please explain the procedure.

Thanks in advance,

Any help is greatly appreciated.

Shrikant

Hi gurus,

I have a requirement to add a button in the tcode iw31, I have figured out a screen exit to add a button 'IWO10018', I believe using this exit I can add a button and write the required logic.

Here are my questions.

1. Using the exit mentioned If I want to add a button, how, could any give me step by step procedure to add a button in IW31/ IW32.

2. I am using a badi for the same transaction, NOTIF_EVENT_POST. is there a way I can add a button using this button or any other badi, if so how, Please explain the procedure.

Thanks in advance,

Any help is greatly appreciated.

Shrikant

1 REPLY 1
Read only

Former Member
0 Likes
602

Hi,

put a break point and find out appropiate BADI in the below list.

IWO1_SCREEN_MODIFY

IWO1_PREQ_BADI

WOC_FL_DETERMINE

Regards

kiran Sure