cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_QUALNOT_MODIFY_DATA/IQS4_MODIFY_NOTIFICATION doesn't update material number

0 Kudos

Hi All,

To change a QM notification I have used the functional module BAPI_QUALNOT_MODIFY_DATA/IQS4_MODIFY_NOTIFICATION in a custom program to update material and Serial number for a Quality notification.

But this functional module doesn't update the material and serial numbers, but when I use t.code QM02 in the foreground and I change both the material and serial number, there is no problem and the material and serial number is updated.

To achieve this do we have to pass any other parameters along with the material.

Could any one help me to sort of this issue.

Regards,

S.Balaji

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Balaji,

Function module BAPI_QUALNOT_MODIFY_DATA has a structure to fill data (NOTIFHEADER) and another one (NOTIFHEADER_X).

These last structure has to be filled with "X" indicators on the fileds that will be updated.

Have you tried it?

Regards.

Former Member
0 Kudos

Hey Mr. Vizcaino,

could you please show two example entries for the two structures 'Notiftask' and 'Notiftask_X' which change the task text of a task?

The return table is always showing me that no changes were made.

Thanks in advance!

Regards

Maurice