2009 Sep 10 11:59 AM
Hi,
I am about to use BAPI_ALM_NOTIF_CREATE and BAPI_ALM_NOTIF_DATA_MODIFY to create and change, respectively, table QMEL, but these BAPIs don't make use of the field QMEL-REFNUM. I need to be able to create and change it, because I am going to append and update notifications into QMEL that come from an external interface, and REFNUM will be my link to it.
Anyone has any idea on how to accomplish this ?
Thanks in advance,
Avraham
2009 Sep 10 12:28 PM
Hello
Try to use:
BAPI_QUALNOT_ADD_DATA
BAPI_QUALNOT_CREATE for create
BAPI_QUALNOT_MODIFY_DATA for update.
Hi,
I am about to use BAPI_ALM_NOTIF_CREATE and BAPI_ALM_NOTIF_DATA_MODIFY to create and change, respectively, table QMEL, but these BAPIs don't make use of the field QMEL-REFNUM. I need to be able to create and change it, because I am going to append and update notifications into QMEL that come from an external interface, and REFNUM will be my link to it.
Anyone has any idea on how to accomplish this ?
Thanks in advance,
Avraham
2009 Sep 10 12:28 PM
Hello
Try to use:
BAPI_QUALNOT_ADD_DATA
BAPI_QUALNOT_CREATE for create
BAPI_QUALNOT_MODIFY_DATA for update.
2009 Nov 03 6:31 PM
i am also facign same problem for create/update of field QMEL-REFNUM using above mentioned BAPI_ALM_NOTIF_CREATE and BAPI_ALM_NOTIF_DATA_MODIFY.
Any suggestion please.