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: 

Workflow Problem.

Former Member
0 Kudos

Hi all!

First let me wish u all Happy Dussehra.

Problem: The box generated when "Confirm end of Processing" is ticked in a task, has the object reference n certain values from the object, in the right hand side under the heading "Objects n Attachments".

Now how to modify these n add something more there. Moreover for self -defined objects how n where to mention the specs that shud come there.

Mind u,I am not talking about the description in task.

Thanks and Regards,

Sudipto.

1 ACCEPTED SOLUTION

ramki_maley
Active Contributor
0 Kudos

What you see on the "Confirm end of Processing" box is the task description and any objects & attachments avaialble to the step/task. So if you want to see other object references in the window, you must make them available to the task by defining appropriate Container elements and make the approp. binding from the workflow to step.

Cheers,

Ramki Maley.

5 REPLIES 5

ramki_maley
Active Contributor
0 Kudos

What you see on the "Confirm end of Processing" box is the task description and any objects & attachments avaialble to the step/task. So if you want to see other object references in the window, you must make them available to the task by defining appropriate Container elements and make the approp. binding from the workflow to step.

Cheers,

Ramki Maley.

0 Kudos

Hi Ramki,

No actually under Objects and Attachments generally by default the object key comes which when clicked takes to the transaction in display mode. This is specified in SWO1 for that object in its basic properties (as Default attribute and Default method).

But it is not happening for my Zobjects. Cud u suggest a way out?

Thanks n Regards,

Sudipto.

0 Kudos

Ok I think this might be a silly question but does your Z Object contain a method called 'Display'?

Sorry I mean it must be there unless you've deleted it from the standard...[ It's there in the standard SAP interface IFDISPL]..

But is it implemented ?

Ok...just check that and if it's in RED then it means that you are not calling your own display Xn.

Press cursor on Display Method and EDIT-->Redefine.

Use your Xn code to generate implementation for it.

It should no longer be red.

Now your display Xn will be called.

Cheers,

Ram

Message was edited by: Ram Manohar Tiwari

Message was edited by: Ram Manohar Tiwari

0 Kudos

Sudipto,

If your Z object is a subtype, you should delegate to the supertype.

If it is your own object, check if your object has the Display Method as the default method. Double click on the Object name in Change mode to diplay the properties and assign the Display method as the default. It is the default method that gets executed when you click on the object link.

Cheers,

Ramki Maley.

0 Kudos

Thanks once again.

Actually my display method was not implemented properly.

Regards,

Sudipto.