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

Problem with FM IQS4_CREATE_NOTIFICATION

Former Member
0 Likes
2,046

Hi all,

I need to create a QM notification in R3. I use the FM IQS4_CREATE_NOTIFICATION for this purpose. Unfortunately the parameter of this FM don't include the custom Z-fields we append to table QMEL with append CI_QMEL.

I also had a look at the FM BAPI_QNOTIFICAT_CREATE but there is also no possibility to use the custom fields.

Has anyone an idea how to create a QM notification with custom fields in table QMEL?

Regards,

Dennis

Hi all,

I need to create a QM notification in R3. I use the FM IQS4_CREATE_NOTIFICATION for this purpose. Unfortunately the parameter of this FM don't include the custom Z-fields we append to table QMEL with append CI_QMEL.

I also had a look at the FM BAPI_QNOTIFICAT_CREATE but there is also no possibility to use the custom fields.

Has anyone an idea how to create a QM notification with custom fields in table QMEL?

Regards,

Dennis

2 REPLIES 2
Read only

Former Member
0 Likes
1,230

Hi Dennis,

Right now I am facing exactly same problem.

How you solved this problem?

Please provide the solution...

Regards,

Bala....

Edited by: bala virupaksha on Apr 2, 2009 10:54 AM

Read only

Former Member
0 Likes
1,230

sorry for the late reply, but for completeness....

you need to append to your fields to the internal structures used by the function module - at the very least viqmel, and probably riqs5 as well - I needed to add fields to the item area so had to append to zaqmfe and zrfc_viqmfe.

Edited by: Steve Weeks on Dec 7, 2010 12:48 PM