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 from Function Module

Former Member
0 Likes
335

Hello,

I need to make transaction that's starting from my Function Module.

I want to check few conditions before I'll call a screen,

that's why I want to start straight from FM.

Is it possible and how to do it?

Pls help

2 REPLIES 2
Read only

Former Member
0 Likes
307

HI,

I don't think you can create a transaction code for a funtion module.

Create a program which calls the function module and assign a Transaction code to this program.

Regards

Subramanian

Read only

Former Member
0 Likes
307

Hi,

I believe you cannot create a transaction code from a function module..

Instead..Create a report program that will call this function module..

Then create a transaction code for the report program in SE93..

Thanks

Naren