cancel
Showing results for 
Search instead for 
Did you mean: 

Pulling Child Notification details from Parent in SAP QM

Former Member
0 Kudos

Hi Experts,

I have a requirement to display the Notification details in Adobe form.

The Hierarchy of the Notification to be pulled is

FD Notification

  FC Notification

  FC Notification.

There is a standard program RIBELF20. On executing the program giving the Parent notification no, Child notification details get displayed.

But to fetch these Child notification numbers of the Parent at run time, is there any SAP table or FM which will provide me the Child notitifcations(FC or FA type).

I am getting the notification details through BAPI BAPI_QUALNOT_GETDETAIL.

But I dont know how to  get the Child notification number for the Parent Notification?

I hope to get the best possible solution from experts.



 
 



  
 

 

 

 



  
 

   
   

FC Notification


   
   

 

 

 



  
 

   
   

FC Notification


   
   

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member42743
Active Contributor
0 Kudos

In table QMEL doesn't the parent notification show as the reference notification for each child?

QMEL-QWRNUM

Just search QMEL where QMEL-QWRNUM = the parent notification.

Craig

Former Member
0 Kudos

Hi Craig,

This field gives the Parent Notification number for the child notification. But in my scenario, I need to know all the child Notificaiton numbers for a Parent notification. Do you know how to find that?

former_member42743
Active Contributor
0 Kudos

Umm. if you search that table and field for all instances of the parent number you should get a listing of all the child notifications. 

Again, search QMEL for all records where QMEL-QWRNUM = the parent notification.  You will be returned 0 - nn records depending how many child notifications there are. 

Am I missing something here?

Craig