‎2009 Apr 18 9:28 AM
Hi,
Iam writing a program for ttabstrip contro with 2 tabs. In one tab , i want to place some vbak fields. Wile iam placing fields in the first tab subscreen . It is showing an error
screenpainter: warning
A collision at target location [ 4 elementes] are turncated or not copied.
Is it possible to place the table fields in a subscreen under tab. if possible.
Can any one reply me.
‎2009 Apr 18 6:31 PM
Hi,
You can place the Table on the tab. But check the fields/text are not getting overlapped.
‎2009 Apr 18 6:49 PM
Check this sample code: [TABStrips in ABAP|http://www.sap-img.com/ge001.htm]
‎2009 Apr 20 11:18 AM
hello,
here u want to display some fields in first tab
but,collision is taking place
this is due to the size of the fields what u want to display on the first tab
just decrese the size and check
thanks