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: 

I want to know when a function group was created?Is there any methods?

former_member350345
Participant
0 Kudos

I want to know when a function group was created?Is there any methods?

I want to know the function created time.But I don't know where the time save.

Can any body help me?

Best Regards,

Jie

14 REPLIES 14

deepak_dhamat
Active Contributor
0 Kudos

Hi ,

You Can use TRansaction Code SE03  

=> Search for Objects in Requests/Tasks 
=> PASS function group name  
=> select the left check box  

you will get all request related to function group

you can find that .

regards

Deepak.

0 Kudos

Thank you very much.

But I can't find it..

I'm sorry I don't know how to input a function group name.

I can only input the transport number.

0 Kudos

Hi ,

Then check below in SE03 : there is option for Request number .

=>Requests/Tasks => Find Requests

For Function group name :

check in T code : SE03

There you will display screen like below :

R3TR PROG Program
R3TR FUGR Function Group  :  add function group name  also check box .
R3TR CLAS Class
R3TR TABL Table/Structure
R3TR VIEW View

regards

Deepak.

Edited by: Deepak Dhamat on Nov 11, 2011 5:41 AM

0 Kudos

Thank you very much.

If the function group isn't assign to a transport number.

How can I do it?

0 Kudos

SE37 -> Goto -> Function groups -> Display group -> input a Function group name -> Click on Main Program and copy the main program name

Now goto PROGDIR table in SE16 and query the program name. The field PROGDIR-CDAT should tell you the date on which the function group was created and PROGDIR-UDAT the date on which it was changed

0 Kudos

Hi ,

IT is not possible that : you have created function group and not assigned to Transport Request UNless it is asssigned to Package $TMP .

if Function group is created using $TMP package (Locale) then it will not create Transport request .

regards

Deepak.

0 Kudos

Hi ,

Follow Vishnu's method ...

regards

Deepak.

GauthamV
Active Contributor
0 Kudos

Table ENLFDIR gives you relation between function group and function module along with some additional attributes.

Take the program generated for the function group and use it in view TRDIR to get creation date and time.

former_member350345
Participant
0 Kudos

I want to know the time.

not only the date....

0 Kudos

SAP only stores the Creation date and not creation time.

If you want to see the last changed time on a main program of function group go to SE16 and query table D010SINF for the program, D010SINF-UDAT and D010SINF-UTIME will give you the date and time the program/function group was last modified

0 Kudos

HI ,

i Think only Transport Request will give date and Time when function Group it was trasported or Modified First .

regards

Deepak.

ThomasZloch
Active Contributor
0 Kudos

I might not be the only one wondering, why is the creation time of a function group so important? If you disclose more background, people will understand the issue better and maybe come up with better solutions.

Thomas

matt
Active Contributor
0 Kudos

It's probably that the program spec says "List function group with created time and date", and the OP hasn't pushed back to the functional spec writer, informing them that date isn't available.

Former Member
0 Kudos

SE80