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

BAPI to update notification(IW52)

Former Member
0 Likes
2,743

Hi,

I hv a requirement to update the VBELN field of the service notification (IW52). Is there any BAPI to do this. I am using th following BAPIs, but the data is not getting updated.

BAPI_ALM_NOTIF_DATA_MODIFY

BAPI_SERVNOT_MODIFY_DATA

IWON_NOTIFICATION_DATA_MODIFY.

Pls sugest.

Regards

Anand

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,445

Hi anand

did you used BAPI_TRANSACTION_COMMIT after these BAPI's which you have mentioned.

if not try using the same

and see this include

LIQS0F08

you will get some hints to update

cheers

Hi,

I hv a requirement to update the VBELN field of the service notification (IW52). Is there any BAPI to do this. I am using th following BAPIs, but the data is not getting updated.

BAPI_ALM_NOTIF_DATA_MODIFY

BAPI_SERVNOT_MODIFY_DATA

IWON_NOTIFICATION_DATA_MODIFY.

Pls sugest.

Regards

Anand

3 REPLIES 3
Read only

Former Member
0 Likes
1,446

Hi anand

did you used BAPI_TRANSACTION_COMMIT after these BAPI's which you have mentioned.

if not try using the same

and see this include

LIQS0F08

you will get some hints to update

cheers

Read only

0 Likes
1,445

Hi Janagar,

I am using the the BAPI_TRANSACTOIN_COMMIT, but still the field is not getting updated, also the interesting thing to note is that I m getting an information message in the return table as 'Order is not a maintenance contract', but stiil the updation fails.

Regarding the include could you pls elaborate which part of it should I refer?

Thanks in advance.

Regards

Anand

Read only

Former Member
0 Likes
1,445

There is function module named with BUFFER will be there

it is used to update notifcation

i think you are trying to populate wrong data that is why you are getting this message i guess "order is not a maintenance contract" ,so please check with your functional counterpart as well

can u check that if it works

cheers

S.Janagar

Edited by: Janagar Sundaramoorthy Nadar on Apr 9, 2010 12:57 PM