HI Arvind,
Are you trying to fill up setup tables from background job or dialog screen?
Did you waited till the setup table fill up job is completed? If you try to check the records while the job is running you will not find any records.
You can check in NPRT transaction code for the setup table log. There you can find out how many records are extracted from the job.
Also please be aware that 2LIS_05_Q0NOTIF do not extract all data of QMEL. It just extracts Quality Notification types (i.e. type QMTYP = 02). You can find out the linking in table TQ80 for the notification types. Then check the no. of notificaitons in QMEL table for these notification types. For example:
I would look for only notificaiton types F2, F3, Q1, Q2, Q3, Y2, Y3, Z9 in QMEL table and if they exists then the datasource should fetch the data.
Please let me know if there are any questions.
Thanks
Amit