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

Notification update....

Former Member
0 Likes
1,060

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
Read only

Former Member
0 Likes
1,004

Hi,

Try this bapi BAPI_ALM_NOTIF_CREATE.

Thanks,

Read only

0 Likes
1,004

Dear Balu,

The function module BAPI_ALM_NOTIF_CREATE is not suitable for the requirement.

Read only

0 Likes
1,004

Hi Krish,

Try BAPI_QUAL* and check with these BAPI,s.

Gouri.

Read only

0 Likes
1,004

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....

Read only

0 Likes
1,004

Hi,

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

QPGR_CODEGROUP_CHANGE

QPGR_CODEGROUP_CREATE

Thanks,

Read only

0 Likes
1,004

Hi,

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

QPGR_CODEGROUP_CHANGE

QPGR_CODEGROUP_CREATE

Thanks,

Read only

Former Member
0 Likes
1,004

Still I am not get the solution.

Read only

0 Likes
1,004

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.