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_QUALNOT_MODIFY_DATA doesn't update serial number

Former Member
0 Likes
1,275

Hello all

We are using the BAPI_QUALNOT_MODIFY_DATA to update the serial number of the notification in QM.

Unfortunattely it doesn't work.

All other field are updated but the serial numbers are not updated.

The NOTIFHEADER-SERIALNO is containing the new serial number.

The NOTIFHEADER_X-SERIALNO = X

The same concept has been used for the othr fields.

There is nothing into the return table. All the fields have been updated else than the serial number.

Is anyone succeed to update the serial number with the BAPI?

Or is there any other BAPI that is working to update the serial number?

Regards

dstj

3 REPLIES 3
Read only

Former Member
0 Likes
802

Hello All

Further information.

I performeda debug of the BAPI_QUALNOT_MODIFY_DATA.

I have noticed the function IQS0_MODIFY_NOTIFICATION is called.

Inside that function, there is a condition where the Notification type (01 Plant maintenance and 03 Service notification) are allowed to change the serial number. But a notification type (03 Quality Notification) is not allow to change the serial number.

Is there any reason why?

The serial number of the notification we need to change is a quality notification.

The BAPI name is BAPI_QUALNOT_MODIFY_DATA, why can we not change the serial number through the bapi?

Or again, do I use the right BAPI?

Regards

dstj

Read only

0 Likes
802

To whom that can interest.

I had to use BAPI_OUTB_DELIVERY_CHANGE to update the serial number when I have more than one line items to update.

Regards

dstj

Edited by: dstj on Feb 18, 2010 9:39 PM

Read only

Former Member
0 Likes
802

Hey Daniel,

could you show me example code I can use to change the responsible user for

a specific task in a quality notification?

Greetings

Maurice