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

How to create/update QMEL-REFNUM

Former Member
0 Likes
1,166

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
789

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

2 REPLIES 2
Read only

Former Member
0 Likes
790

Hello

Try to use:

BAPI_QUALNOT_ADD_DATA

BAPI_QUALNOT_CREATE for create

BAPI_QUALNOT_MODIFY_DATA for update.

Read only

0 Likes
789

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.