cancel
Showing results for 
Search instead for 
Did you mean: 

PM Notification Mark Delete FM

Former Member
0 Kudos

Hi experts,

Are there any functions that allows me to mark a PM Notification as deleted?

Thanks in advace.

Accepted Solutions (1)

Accepted Solutions (1)

kesavadas_thekkillath
Active Contributor
0 Kudos

You can just go through the code of that transactions,

or by using the package name of that program and checking the functions used in it by se80 transaction,

or try finding the key word 'CALL FUNCTION' in the main programs of that transaction.

You can check the program RIARCQM3

Edited by: Keshav.T on Jan 7, 2010 3:07 PM

Former Member
0 Kudos

Here is the steps for archiving of maintenance notifications

Set delete flag in maintenance Notification

- Execute program RIARCQMV via SE38 transaction and enter in the notification type / number .

- Execute program RIARCQMA via SE38 transaction, which will create a file.

- Execute program RIARCQMD, and select the session from above step 2,

after executing which will delete the Maintenance Notification

Thanks

S.N

Former Member
0 Kudos

Hi all,

Thanks for your suggestions and help. Really appreciate your time.

I've taken the easier way out by creating a batch input session in a FM to be called instead.

Former Member
0 Kudos

Hi Can you please detail me this.

Is it possible using any FM ?

Answers (3)

Answers (3)

Sherine
Participant

Hi,

better use the FM  'IQS4_CHANGE_STAT_NOTIFICATION'

pass parameter vrgng as 'PMM8'.

It will work as desired, will set the deletion flag to the notification same as we do manually from IW52.

Regards,

Sherine Shibu

former_member182535
Active Contributor
0 Kudos

Hi,

Select the list of PM notifications which needs to be deleted(Short description of deleted notification) and hit the button "Complete" (Flag with Black & White check mark).

After setting the status as complete, now we would set the deletion flag for the same. This can be achieved using the transaction "IW27".

Regards'

Akhilesh

kesavadas_thekkillath
Active Contributor
0 Kudos

You can try BAPI_ALM_NOTIF_DATA_DELETE

Former Member
0 Kudos

Hi Keshav,

Have looked into the function, but can't figure out how I could use it to mark the whole PM Notification as deleted.

Can you please give a simple example?

Thanks a lot.

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi, currently im unable to logon to sap,

Can you check the documentation of that bapi.

Former Member
0 Kudos

Functionality

You can use this BAPI to delete items, causes, actions, tasks, and partners from a maintenance- or service notification.

Doesn't sound like the right BAPI for me?

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi Adrian,

There is a link here, it will give you some hint

link:[http://www.erpgenie.com/sap-functional/pm/delete-pm-notifications]

Former Member
0 Kudos

I've seen this link. However, it teaches how to delete / mark delete PM Notifications through transactions.

But I need to change the status through functions instead. Was wondering if that is possible.