cancel
Showing results for 
Search instead for 
Did you mean: 

Add T Code to QN Action Box

0 Kudos

Hi!

I want to add t-code in notification action box. T-codes are:

MM03

CL30N

The idea is for the user to just click in the action box and it will take them to the above t-codes

Thanks in advance

former_member751964
Participant
0 Kudos

Welcome to the SAP Community! We wanted to give you the opportunity to take the tutorial to get started in SAP Community: https://developers.sap.com/tutorials/community-qa.html, as it provides tips for preparing questions that draw responses from our members. Additionally, by adding a picture to your profile you encourage readers to respond to your question. Learn more about your profile here: https://developers.sap.com/tutorials/community-profile.html

View Entire Topic

Hi!

Thank you for the answers. I've already done all to create the action box. Its just the function module part is where I'm stuck. I tried the following function modules but keep getting the same error message (picture)

CRS_MATERIAL_READ_ALL

Bapi_Material_get_detail

Bapi_material_getlist

Bapi_material_Display

Bapi_material_getall

SELECTION_VIEWS_FIND,

SELECTION_VIEWS_ACTIVE

BAPI_MATERIAL_GET_DETAIL

Caetano
Product and Topic Expert
Product and Topic Expert

Hello Ilyas

You cannot use those function modules here because system expects specific parameters and those are not provided in the interface of the mentioned function modules.

You will have to develop your own function modules, using the standard function modules provided in function group QM10 as a model.

Regards,
Caetano