Application Development 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: 

Assigning a TCode to a Function Module

Former Member
0 Kudos

Hi,

Is it possible to assign a <b>TCode</b> to a <b>Function Module</b> directly.

It can be done by adding <b>F.M</b> in a program and then calling it in <b>SE93</b> in turn.

Does anybody have the solution for this.

Thanks in advance.

Thanks & Regards,

Prasad.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi prasad,

1. Thats not possible

regards,

amit m.

4 REPLIES 4

Former Member
0 Kudos

Hi prasad,

1. Thats not possible

regards,

amit m.

0 Kudos

HI,

It is possible by Calling that <b>Function Module</b> inside a <b>Z - Program</b> and subsequently create a transaction code[<b>TCode</b>] for that program.

Am i right!

Any care need to be taken in this way!

Thanks,

Prasad.

0 Kudos

You are right and just be sure to declare & pass the imp/exp parameters of the function module correctly..

Regards,

Suresh Datti

Former Member
0 Kudos

I don'nt think it's possible to assign FM directly to a program with out a Sclection Screen Number(at least default 1000)

It should be assigned to a program with screen, class, or a transaction(variant, parameter )

Thomas.