‎2008 Aug 18 7:48 AM
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
‎2008 Aug 18 9:19 AM
Hi Abhishek https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60ea26d5-214f-2a10-f78f-904396c1...
Refer above link..
Regards,
Syf
‎2008 Aug 18 9:19 AM
Hi Abhishek https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60ea26d5-214f-2a10-f78f-904396c1...
Refer above link..
Regards,
Syf
‎2008 Aug 18 9:23 AM
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.
‎2008 Aug 18 12:16 PM
Hi Gert,
I am going through the approach suggested by you.I will get back to you with the results.
Regards
Abhishek
‎2008 Aug 18 9:29 AM
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
‎2008 Aug 18 12:17 PM
Hi Bert,
I will get back to you with the results of this approach.
Regards
Abhishek
‎2008 Aug 29 8:17 AM
I got pointers how to proceed with these replies.Solution was differently implemented.
‎2008 Oct 09 11:54 AM
Hi,
Can you please suggest how you implemented this,since im also facing the same problem ?
Regards,