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

Transaction Codes for the Function Modules

Former Member
0 Likes
736

Hi All,

Can u Please guide me to assosiate a function module with a transaction??

1 ACCEPTED SOLUTION
Read only

ian_maxwell2
Active Participant
0 Likes
693

>

> Hi All,

> Can u Please guide me to assosiate a function module with a transaction??

You can't associate a FM to a transaction code. If you want a FM executed when a certain transactioncode is entered then you will have to create a report that calls the function module and then associate the report with a new transaction code.

~Ian

3 REPLIES 3
Read only

ian_maxwell2
Active Participant
0 Likes
694

>

> Hi All,

> Can u Please guide me to assosiate a function module with a transaction??

You can't associate a FM to a transaction code. If you want a FM executed when a certain transactioncode is entered then you will have to create a report that calls the function module and then associate the report with a new transaction code.

~Ian

Read only

Former Member
0 Likes
693

You cannot create T-codes for function modules.... they are meant to be called from within the programs. Use SE37 to create and test function module.

Read only

0 Likes
693

Thank You