‎2013 Feb 13 9:46 AM
Hi all,
i'm trying to create notification(QM01) through BAPI_QUALNOT_CREATE.
but am getting the following error.
Partner maintenance: Mandatory function AG was not maintained for object.
NOTIFPARTNER what are all the things i have to maintain in that particular internal table ?
function module documentation didnt cover this one
anyone already tried with this BAPI means, please share with your sample code.
Regards,
Bastin.G
‎2013 Feb 13 12:03 PM
So your customizing made ​​the entry of such a partner mandatory.
Partner maintenance: Mandatory function AG was not maintained for object.Didn't you notice the NOTIFPARTNR parameter, the structure should be easy to understand, inthe worst case perform some tests on an already created notification with BAPI_QUALNOT_GETDETAIL and anlyze returned NOTIFPARTNR or analyze source of MAP2I_BAPI2078_NOTPARTNRI_IHPA / MAP2E_IHPA_BAPI2078_NOTPARTNRI.
Regards,
Raymond
‎2013 Feb 13 12:03 PM
So your customizing made ​​the entry of such a partner mandatory.
Partner maintenance: Mandatory function AG was not maintained for object.Didn't you notice the NOTIFPARTNR parameter, the structure should be easy to understand, inthe worst case perform some tests on an already created notification with BAPI_QUALNOT_GETDETAIL and anlyze returned NOTIFPARTNR or analyze source of MAP2I_BAPI2078_NOTPARTNRI_IHPA / MAP2E_IHPA_BAPI2078_NOTPARTNRI.
Regards,
Raymond
‎2013 Feb 13 1:22 PM
hello raymond,
Thanks for the reply.
here ,now we made as customer partner function is not mandatory while creating notification in QM01 by SPRO settings.
so in bapi , that RETURN internal table doesn't have any error messages,it shows empty only,after
that i m running BAPI_TRANSACTION_COMMIT also.there is no error n at all.
but notification number is not generating.
Input am passing Notification Type, Sales order No, Item no. that's it.
i dont know why notification is not create ?????
Regards,
Bastin.G
‎2013 Feb 13 2:01 PM
‎2013 Feb 13 4:40 PM
BAPI_QNOTIFICAT_CREATE
is the correct one.
thanks raymond for your instant reply