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

Creating a QM-Notification

Former Member
0 Likes
860

Hi all,

in a program I want to create a QM-Notification.

Difficulty: I did an append to table QMEL and want to write data to these fields when creating the notification.

I did not find a BAPI which has QMEL or VIQMEL as importing parameter.

Can anyone help?

thx and regards,

Markus

Hi all,

in a program I want to create a QM-Notification.

Difficulty: I did an append to table QMEL and want to write data to these fields when creating the notification.

I did not find a BAPI which has QMEL or VIQMEL as importing parameter.

Can anyone help?

thx and regards,

Markus

3 REPLIES 3
Read only

Former Member
0 Likes
683

Hi,

The BAPI BAPI_QNOTIFICAT_CREATE internally makes use of FM INIT_NOTIFICATION and GENERATE_NOTIFICATION which do have the VIQMEL structure.

Just chk if there are any implicit enhancement available in this BAPI where you can add data to the VIQMEL structure.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
683

Hi,

thx for your answer - I already checked implicite Enhancements. Unfortunately there are none.

Any other proposals?

Regards,

Markus

Read only

abapdeveloper20
Contributor
0 Likes
683

Hi Markus,

Check these below Function modules.

IQS0_CREATE_VIQMEL

IQS0_CREATE_VIQMFE

IQS0_CREATE_VIQMMA

IQS0_CREATE_VIQMSM

IQS0_CREATE_VIQMUR

This will create notification , items , causes , activites etcc...