cancel
Showing results for 
Search instead for 
Did you mean: 

Secondary Method of BOR IMAGE.Display Only Displaying Once

mike_mcinerney
Participant
0 Kudos

We have a workflow that may call a task multiple times within its execution.

If it matters, the task calls an abap object method that wraps a user input function module which calls a screen containing multiple cl_gui... objects.

The process works well.

We have a need to launch image at the same time as the dialog process, so we so we created an object 'image' of BOR type image in our workflow container, and populated it before we called our task.

Then we added a secondary method to the task. The secondary method calls the display method of the

business object. Now, when the task launches, the image is displayed in a separate browser window.

The problem occurs when we feed back to the task. Subsequent visits to the task do not lauch the image.

[Here's a link to a quick flow chart sketch|http://www.duke.edu/~michaelm/OneShotImage.jpg]

Solutions preferred, but ideas welcomed...

...Mike

Accepted Solutions (0)

Answers (3)

Answers (3)

mike_mcinerney
Participant
0 Kudos

Upon further review, this question did not ask the right question. It needs no more attention.

Former Member
0 Kudos

I presume the IMAGE instance is still valid and assigned in each subsequent loop back to the task.

If that is true, try calling IMAGE->WindowClose in the Secondary AFTER Method of the task.

Good Luck!

Thomas Carruth

Chief SAP Workflow Consultant

SBWP Service Corp.

surjith_kumar
Active Contributor
0 Kudos

Hi,

Refer this [Thread|/message/2058544#2058544 [original link is broken];, check the 3rd reply. You will get an Idea.

Regards,

Surjith

mike_mcinerney
Participant
0 Kudos

I'm sorry, but your answer was not helpul at all. The third reply to the reference you mention does not exist, nor does the reference seem applicable to our problem. Additionally, as mentioned, we do see the image the 1st time through.