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

FQEVENTS

Former Member
0 Likes
539

Hi Friends,

Can anyone help me on how to use transaction FQEVENTS and register a new function module instead of FKK_SAMPLE_2511.

Thanks,

Raja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

Hi,

You can copy this sample FM and create a new one.

they should have exactly same import/export/table/exceptions parameteres.

Now you can write your own code in this FM.

In the place where you see the SAMPLE FM written, just write you own FM name and save.

This will work

Regards

Nishant

Hi Friends,

Can anyone help me on how to use transaction FQEVENTS and register a new function module instead of FKK_SAMPLE_2511.

Thanks,

Raja

1 REPLY 1
Read only

Former Member
0 Likes
489

Hi,

You can copy this sample FM and create a new one.

they should have exactly same import/export/table/exceptions parameteres.

Now you can write your own code in this FM.

In the place where you see the SAMPLE FM written, just write you own FM name and save.

This will work

Regards

Nishant