cancel
Showing results for 
Search instead for 
Did you mean: 

QM11_NETZGRAFIK_BELEGFLUSS

holger_hartung
Contributor
0 Kudos

Hello,

what have I to do, that I can use function module QM11_NETZGRAFIK_BELEGFLUSS  in saq qm-notification??? (Start via activity Task list)

I tried to implement this function module but can't add to Task or Action in customizing. (Error Message: function module can't use...)

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Ayoub_Habchi
Contributor
0 Kudos

Hello,

The problem you are facing is due to the fact that Module Function QM11_NETZGRAFIK_BELEGFLUSS is not compatible and need to have the parameter E_QNQMAMA0 as export parameter.

The only solution i  see is that you create a custom module function using one of the following models :

For Activities:

QM06_FA_ACTION_INTERNAL_NOTE_1

QM06_FA_ACTION_INTERNAL_NOTE_2

QM06_FA_ACTION_TELEPHONCALL_1

QM06_FA_ACTION_TELEPHONCALL_2

QM06_FA_ACTION_TELEPHONCALL_3

For Tasks:

QM06_FM_PARTNER_ACTION

QM06_FM_PARTNER_ACTION_FA

QM06_FM_PARTNER_ACTION_START

QM06_FM_TASK_CLAIM_SEND_PAPER

QM06_FM_TASK_CLAIM_SND_PR_PDF

QM06_FM_TASK_CONFIRM_REPLY

QM06_FM_TASK_CONFIRM_REPLY_2

QM06_FM_TASK_CREATE_8DREPORT

QM06_FM_TASK_CREATE_QM_NOTIFIC

QM06_FM_TASK_CRT_8DREPORT_PDF

QM06_FM_TASK_FINAL_REPLY

QM06_FM_TASK_FINAL_REPLY_2

QM06_FM_TASK_GOODS_MOVEMENT

QM06_FM_TASK_GOODS_MOVEMENT_2

QM06_FM_TASK_INTER_REPLY

QM06_FM_TASK_INTER_REPLY_2

QM06_FM_TASK_Q_LEVEL_RESET

QM06_FM_TASK_Q_LEVEL_TIGHTEN

QM06_FM_TASK_REQUEST_8DREPORT

QM06_FM_TASK_REQ_8DREPORT_PDF

QM06_FM_TASK_RMA_ORDER_CREATE

QM06_FM_TASK_SALES_ORDER_STOCK

QM06_FM_TASK_SEND_PAPER

QM06_FM_TASK_SEND_PAPER_ATTACH

QM06_FM_TASK_SEND_PAPER_PDF

Then use the same logic in the code of your initial function module to implement your requirements and then assign the custome module function to task or activity.

You can check with your ABAPer on how to get the FM coded.

Regards,

Ayoub.