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

Problem sending parameters between Abap Report and WorkFlow Container

Former Member
0 Likes
333

Hi All,

I have a problem sendind the parameters between an abap report and a Workflow container.

I read some forums about the macro used to create the object in WorkFlow, but I still have some unsolved points.

1) Is it posible to do this ? I'm using the same macro in my ABAp report that the one used in the method of the workflow.

2) I copy the INCLUDE <CNTN01> in my abap report, and the next sentences compiled in the abap editor.

swc_create_object d_object_ix 'IMAGE' d_object_id.

swc_set_element SWO_%container 'ZIMA' d_object_ix.

This is my biggest issue, since i'm not sure that this is possible, I mean, that the sentences compilation, turns out ok, but in the Log of the workflow (SWIA), the values that I'm sending from my program, does not appear.

I'm sending other value from other parameters, and this parameter i can see it in the WF container.

Please guys, tell me if i'm wrong in my idea.

Thanks and Regards

Hi All,

I have a problem sendind the parameters between an abap report and a Workflow container.

I read some forums about the macro used to create the object in WorkFlow, but I still have some unsolved points.

1) Is it posible to do this ? I'm using the same macro in my ABAp report that the one used in the method of the workflow.

2) I copy the INCLUDE <CNTN01> in my abap report, and the next sentences compiled in the abap editor.

swc_create_object d_object_ix 'IMAGE' d_object_id.

swc_set_element SWO_%container 'ZIMA' d_object_ix.

This is my biggest issue, since i'm not sure that this is possible, I mean, that the sentences compilation, turns out ok, but in the Log of the workflow (SWIA), the values that I'm sending from my program, does not appear.

I'm sending other value from other parameters, and this parameter i can see it in the WF container.

Please guys, tell me if i'm wrong in my idea.

Thanks and Regards

1 REPLY 1
Read only

kashif_bashir
Explorer
0 Likes
312

Hi dear!,

I am stuck at the same problem, if you got the solution plz share.

regards