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

HowTo Find Func.Mod

Former Member
0 Likes
639

Hi,

How do I find a functionmodule based on searchterms:

FM: Z*

CreatedBy: MA

The result should be a list of all Z * functionmodules that were created by user MA.

Br,

Martin Andersson

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

Hi Martin,

Go to SE37 --> in the empty field of function module name click F4 --> Find function modules screen appears Click on extra selections(Shift+F8) there u can give Z* in function module name and the USER name in PERSON RESPONSIBLE . U can click F4 for person responsible for furthur options .

In the input field person responsible gives you the system user id .

Regards ,

Priya Kota.

Hi,

How do I find a functionmodule based on searchterms:

FM: Z*

CreatedBy: MA

The result should be a list of all Z * functionmodules that were created by user MA.

Br,

Martin Andersson

4 REPLIES 4
Read only

Former Member
0 Likes
611

Hi Martin,

Go to SE37 --> in the empty field of function module name click F4 --> Find function modules screen appears Click on extra selections(Shift+F8) there u can give Z* in function module name and the USER name in PERSON RESPONSIBLE . U can click F4 for person responsible for furthur options .

In the input field person responsible gives you the system user id .

Regards ,

Priya Kota.

Read only

Former Member
0 Likes
610

hi,

if it is a user defined all the function module will be stored in tfdir table

so goto -


se11 transaction--table name (tfdir)in menu bar(utilites-table contents)----give z* in place function module name -execute---we get all the fuction modules names present which start from z

Read only

Former Member
0 Likes
610

Hi Martin,

go to SE37->

Give z* and F4, there you select the new selection button

There you will get the subscreen has

R/3 Repository inforamtion screen

-> there you select the Butttons ALL SELECTIONS in the down of the subscreen.

You get the same screen with few more options where you can find the

Person resposible ______.

There give the user name which you required..

this will sole your problem

Read only

Former Member
0 Likes
610

Hi

in se37 -


menu bar ->utilities--FIND ---there u can give z*

u will get all the related function modules.