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: 

Plz Help!!!!

Former Member
0 Kudos
111

I am facing some problem when adding and enhancement for IW52(PM notification). The requirement is that when the user click SAVE button, send an email to some users, the difficulty is that there should be an attachment with the Notification itself. It means that when the user recieved the email, he can click this attachment and go to transcation IW53 to view this notification.If any one can help, I will be very appreciate.

3 REPLIES 3

Former Member
0 Kudos
74

Hi,

try one of these exits:

IWOC0001

IWOC0002

IWOC0003

IWOC0004 .

These are Enhancement. These you develope in customer namespace. Since these are custom development, you assign them to custom developement class.

The code for calling this user-exit already exist in standard SAP program. Once you implement and ACTIVE the user-exit then only your code in the user-exit will be executed.

For creating any of this user-exit, follow these steps.

- Go to transaction CMOD

- Enter enhancement project name. Let's say "ZSERVORD" and git create button.

- On the next screen enter meaningful description and hit save. When asked, enter your custom "development class" and create a transport request.

- Now on the same screen hit button "enhancement assignment".

- Now enter the enhancement you want to implement, let's say IWOC0002 and hit save button.

- Now hit the component button and then double-click the component you want to implement.

- If it is FM exit, you will have to create a 'Z' include which is already defined in FM. If it is screen exit, you will have to create screen and so on.

- Create this custom component and active it.

- Come back to the first screen of CMOD and hit the "active" button on the top.

Your user-exit implementation is done. It will be called when appropriate code will be executed.

Let me know if you have any other imformation.

Regards

Former Member
0 Kudos
74

Thanks for your information, I found a User-exit QQMA0014 for this enhancement, and it can be used. So my problem is sending the Application object to an internal user as an attachment.It means when an user recieved this email, he can click the attachment and then the screen will go to IW53, and then the user can have a overview on the screen of IW53.

Former Member
0 Kudos
74

Hi

Please check this link

<a href=" https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/snipp... ">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sending%2bmail%2bwith%2battachment</a>

Hope it is useful to you.

Regards.

Raj