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

Issue with BAPI_QNOTIFICAT_CREATE BAPI

former_member654348
Participant
0 Likes
2,006

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,637

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,638

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.

Read only

0 Likes
1,637

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.

Read only

0 Likes
1,637

Hi Pallvi,

That fields are not there.Create one bdc program and update all.

Regards,

Madhu.

Read only

0 Likes
1,637

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.

Read only

0 Likes
1,637

Hi All,

Re-posting it.

Have anybody got similar issue?

Thanks,

Pallavi.

Read only

0 Likes
1,637

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

Read only

madhu_vadlamani
Active Contributor
0 Likes
1,637

Hi Pallavi,

Which fields are missing.Check with data elements rather than field names.

Regards,

Madhu.