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

BAPI for QM01 transaction

Former Member
0 Likes
763

Hi Friends,

Can any one give BAPI for QM01 (Notification) transaction.

Thanks all in advance

4 REPLIES 4
Read only

Former Member
0 Likes
574

Hi I got the Answer for it.

Read only

0 Likes
574

Hi,

Can you pls let me know what is the bapi???

Thanks

Read only

Former Member
0 Likes
574

CALL FUNCTION 'IQS4_CREATE_NOTIFICATION'

EXPORTING

i_riqs5 = wa_riqs5

i_commit = 'X'

i_wait = 'X'

IMPORTING

e_viqmel = wa_viqmel

TABLES

i_inlines_t = i_inlines

i_viqmfe_t = i_viqmfe

i_ihpa_t = i_ihpa

return = i_error.

Read only

Former Member
0 Likes
574

give points and close the questions