Application Development 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: 

Update extension QMEL ( CI_QMEL ) by function

Former Member
0 Kudos

Hi,

I created an QMEL extension ( CI_QMEL) , my problem is :

<b>How update this extension by function , when i create a new notification.</b>

I use the function 'BAPI_ALM_NOTIF_CREATE' to create a notification.

Thank for your assistance.

1 REPLY 1

reedtzj
Active Participant
0 Kudos

Hi,

For some good background info se SAP Note 604300.

For info on how to use the extension se trans BAPI, then the documentation tab for FM BAPI_ALM_NOTIF_CREATE. Hm, here there is no such info available (R/3 version 4.7) and this is not an uncommon situation for BAPIs...

See SAP Note 509898 - BAPI enhancement concept and Unicode for general background and SAP Help like: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/6b/3f6d016d0711d396a50004ac96334b/frameset.htm">Customer Enhancement and Modification of BAPIs (CA-BFA)</a>. Click the like icon to the right to get the SAP Help tree structure on the left side if not available already. The last section in this help file contains info on how to fill the ExtensionIn parameters. This could serve as a guidline also for filling the extensionIn parameters for FM BAPI_ALM_NOTIF_CREATE.

Also:

To use the modifying BAPIs, you must first call the BAPI, then BAPI_ALM_NOTIF_SAVE, and then finally BAPI_TRANSACTION_COMMIT, all the

three BAPIs in one task (LUW).

Hope this can help.

Best regards, Johan