‎2008 Oct 03 2:09 PM
Hi All,
Can u Please guide me to assosiate a function module with a transaction??
‎2008 Oct 03 2:35 PM
>
> 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
‎2008 Oct 03 2:35 PM
>
> 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
‎2008 Oct 03 2:36 PM
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.
‎2008 Oct 03 2:42 PM