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

Quality notification

Former Member
0 Likes
427

Hi ,

I am Replicating QM01 and QM02 by Writing RFC for the Front end Web Sphere. <b>SAP is in Version 4.6B.</b>

I could create Notification , but when changing the Notification and Trying to Insert CAuses , Tasks and Activities . I am not finding any F/M which will work for me .

The Process is The WEb User will create a Notification with the Header Data and Item Data.

After Creating the Notification , he comes and Creates Items and Can Also change the Notification Header DAta.

I tried the Following F/M for Inserting Tasks , Causes and Activities.

INCLUDE LIQS0U15. "IQS0_CREATE_VIQMMA

INCLUDE LIQS0U16. "IQS0_CREATE_VIQMUR

INCLUDE LIQS0U17. "IQS0_CREATE_VIQMSM

Here in a single RFC i am calling above 3 F/M , but while Executing at a time only Either cause or Activitiy or Tasks is getting created and not all Three at once.

Pls Let me know if there is any other F/M where it will create all the three in one shot or if i am missing any important Parameter.

And for Changing Notification i am using IQS4_MODIFY_NOTIFICATION . This F/M is not working for Change Notification , Pls let me know if i am missing any Important Parameter.

<b>It would be Really great if any one can help me on this and One Point to Remember is that SAP is 4.6B.</b>

Thanks & Regards,

Ram.

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
343

Hi Ram,

1. Pl use IQS0_ADD_ITEM & it does ahve all the three function calls for Inserting Tasks , Causes and Activities.

2. Did you try IQS0_MODIFY_NOTIFICATION ?

Regards,

Suresh Datti