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

Workflows-Form Step

Former Member
0 Likes
999

Hi Experts,

I want to know if it is possible to attach a multiline element container to the form.

Our requirement is to add a table control to the existing work item. Is it possible to achieve this using a form ?

Advice needed.Any pointers to documents for this are also welcome.

Thanks and Regards

Abhishek Kumar Singh

Edited by: abhishek singh on Aug 18, 2008 10:13 AM

1 ACCEPTED SOLUTION
Read only

Former Member
7 REPLIES 7
Read only

Former Member
Read only

Former Member
0 Likes
964

Hi Abhishek,

as far as I know this is not possible with the standard form step because you cannot pass deep structures in the container and the form will only work on one container structure. You can build your own method that handles the table as a parameter and call this in a step. I have seen this work in WebDynpro for ABAP so I guess it would be possible with normal Dynpro's as well. It's just a bit more work than the standard form step but also more flexible.

If you get stuck you might also try the .

Hope this helps,

Gert.

Read only

0 Likes
964

Hi Gert,

I am going through the approach suggested by you.I will get back to you with the results.

Regards

Abhishek

Read only

b_deterd2
Active Contributor
0 Likes
964

Hi,

I would suggest making a custom form in which you place the table control. The standard form step can only handle single-line elements.

Regards,

Bert

Read only

Former Member
0 Likes
964

Hi Bert,

I will get back to you with the results of this approach.

Regards

Abhishek

Read only

Former Member
0 Likes
964

I got pointers how to proceed with these replies.Solution was differently implemented.

Read only

0 Likes
964

Hi,

Can you please suggest how you implemented this,since im also facing the same problem ?

Regards,