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: 

Notification Update.

Former Member
0 Kudos

Dear All,

In SAP - PM Notification, I want to update the two fields. One is Notification Status second is Notification long text. Any Bapi function module is there for update for the same if possible please send the sample code.

Thanks and regards,

Krish....

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

See if following BAPI/FM helps:

BAPI_SERVNOT_MODIFY_DATA

NOTIFICATION_CHANGE_DOCUMENT

Thanks,

Prajakta

4 REPLIES 4

Former Member
0 Kudos

Hi,

See if following BAPI/FM helps:

BAPI_SERVNOT_MODIFY_DATA

NOTIFICATION_CHANGE_DOCUMENT

Thanks,

Prajakta

Former Member
0 Kudos

use fm

STATUS_TEXT_EDIT

to update status of notification

use commit work after every Fm to upadte the status

and FM

IQS0_CHANGE_NOTIFICATION

To change other data.

Regards,

Alpesh

Former Member
0 Kudos

Hi,

for status change you can use below FM: IQS0_CHANGE_NOTIF_USER_STATUS

try this too...

IQS0_CHANGE_NOTIFICATION

Former Member
0 Kudos

Dear All,

Can you send the sample code.

Thanks and regards,

Krish....