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_SERVNOT_MODIFY_DATA

Former Member
0 Likes
793

Hi,

I am using BAPI_SERVNOT_MODIFY_DATA for modifying cause codes and problem codes in service notifications.

But tables NOTIFCAUS and NOTIFITEM passes to this BAPI requires a parameter called REFOBJECTKEY.

What should be the value for this parameter?

regards,

G@urav.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
708

Give Notification number and Item number together in this field.

4 REPLIES 4
Read only

Former Member
0 Likes
709

Give Notification number and Item number together in this field.

Read only

0 Likes
708

Hi Sanjay,

I have tried that with the concatenation of Notification number and item number.

And provided that for REFOBJECTKEY. But it's not working.

Do i need to concatenate any thing else in that string.

Regards,

G@urav.

Read only

0 Likes
708

I think you need to add QM in the beginning...pl check entry in QMEL table for object number

Read only

0 Likes
708

Thanks Sanjay, It works...

Regards,

G@urav.