‎2012 Feb 02 6:46 AM
HI
Has any one worked on BAPI_QNOTIFCATE_CREATE ?
My requrement is to create a notification using this BAPI.
I have test data and able to create a notification using QM01 tcode, same thing I have to create using this BAPI.
The problem is, I am not able to find many of the fields either as import/table parameters in this BAPI, though they are available in QM01.
Not sure how to pass these fields.
Could anyone help help me in this regard.
Thanks a lot.
Pallavi.
‎2012 Feb 02 6:55 AM
Hi,
Try to use the BAPI "BAPI_QUALNOT_CREATE ", and check for link bellow.
https://forums.sdn.sap.com/thread.jspa?threadID=995513
Regards,
Goutam Kolluru.
‎2012 Feb 02 6:55 AM
Hi,
Try to use the BAPI "BAPI_QUALNOT_CREATE ", and check for link bellow.
https://forums.sdn.sap.com/thread.jspa?threadID=995513
Regards,
Goutam Kolluru.
‎2012 Feb 03 5:06 AM
HI tried creating notificaiton with this BAPI with the basic mandatory fields. It works fine
But the problem is, I am not able to pass "Malfunction end date" and long text fields .
I mean , didn't find any parameter of the above type and not sure how to pass these values.
Can anyone help me out?
Thanks,
Pallavi.
‎2012 Feb 03 5:30 AM
Hi Pallvi,
That fields are not there.Create one bdc program and update all.
Regards,
Madhu.
‎2012 Feb 03 10:40 AM
Hi
I am able to create long text for activity, item etc..
But when coming to causes, each item can have n number of causes. So while passing OBJKEY to BAPI_QUALNOT_CREATE, how do we pass item and cause combination. By requiremen tis to create longtext for cause as well.
Your points woul dbe really helpful.
Thanks,
Pallavi.
‎2012 Feb 14 5:06 AM
Hi All,
Re-posting it.
Have anybody got similar issue?
Thanks,
Pallavi.
‎2012 Feb 14 5:35 AM
Hi Pallavi,
Check whether any BAPI is there for displaying details of notification. Pass the Notification no.( You are checking with QM01 or QM02) to that BAPI and check the entries which are getting displayed and pass that fields in your required BAPI. We will be doing this way. Hope this helps.
Best Regards,
Chandu.
Edited by: chandra sekhar narra on Feb 14, 2012 6:37 AM
‎2012 Feb 02 7:01 AM
Hi Pallavi,
Which fields are missing.Check with data elements rather than field names.
Regards,
Madhu.