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

Work flow

Former Member
0 Likes
685

Hi all,

I need to see methods in pftc_dis how can i see that one?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
653

some general advise,

If you want to know, which methods, Fm's etc any transaction uses, during process, just use performance trace (Se30) extended log, here you can see every different abap call.

Now, on the subject.

Why do you want to see the methods used for displaying tasks, workflow templates etc?

Or is it perhaps possible for you to rephrase the question in a way that we also see the functional requirement, which should be the basis of this question?

Kind regards, Rob dielemans

5 REPLIES 5
Read only

Former Member
0 Likes
653

Priya,

If pftc_dis is a class name you can get all related methods through SE24.

thanks,

Bt

Read only

0 Likes
653

Pftc_dis is not a class its a tcode.

Read only

Former Member
0 Likes
653

check this link may be helpful for u

http://fuller.mit.edu/workflow/workflow_administrators.htm

Regards,

Naveen

Read only

Former Member
0 Likes
653

Give the task number and get into the graphical display. Double click on the activity. It will show the task used. Double click on the task and it will show the object and method used by the task.

Regards,

Ramesh

Read only

Former Member
0 Likes
654

some general advise,

If you want to know, which methods, Fm's etc any transaction uses, during process, just use performance trace (Se30) extended log, here you can see every different abap call.

Now, on the subject.

Why do you want to see the methods used for displaying tasks, workflow templates etc?

Or is it perhaps possible for you to rephrase the question in a way that we also see the functional requirement, which should be the basis of this question?

Kind regards, Rob dielemans