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: 

Notification update....

Former Member
0 Kudos

Dear All,

In notifiction(sap-pm) I want to update the 'Code group' 'Activity code' and 'Activity text' through function module. Please let me know is there any function module for that.

Thanks and regards,

Krish....,

8 REPLIES 8

Former Member
0 Kudos

Hi,

Try this bapi BAPI_ALM_NOTIF_CREATE.

Thanks,

0 Kudos

Dear Balu,

The function module BAPI_ALM_NOTIF_CREATE is not suitable for the requirement.

0 Kudos

Hi Krish,

Try BAPI_QUAL* and check with these BAPI,s.

Gouri.

0 Kudos

Hi Gowri,

There is no BAPI_QUAL in sap. Please let me know correct BAPi

The actual requirement is the user never touch the sap system the application of the user is different we need to integrate the sap and third party software through sap xi. The user enter the data through application software it will update the sap system through sap xi. So we need the BAPI which will update the data like 'code group', 'Activity Code' and ' Activity text'.

Thanks and regards,

Krish....

0 Kudos

Hi,

You can use below given function modules to updaye code group.

QPGR_CODEGROUP_CHANGE

QPGR_CODEGROUP_CREATE

Thanks,

0 Kudos

Hi,

You can use below given function modules to update code group.

QPGR_CODEGROUP_CHANGE

QPGR_CODEGROUP_CREATE

Thanks,

Former Member
0 Kudos

Still I am not get the solution.

0 Kudos

Hi Krish,

Yes there is no BAPI with BAPI_QUAL*.

Please try BAPI BAPI_QUALNOT_MODIFY_DATA and let me know if it works.

Gouri.