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

tabstrip control using screen problem

Former Member
0 Likes
515

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.

3 REPLIES 3
Read only

Former Member
0 Likes
457

Hi,

You can place the Table on the tab. But check the fields/text are not getting overlapped.

Read only

former_member156446
Active Contributor
0 Likes
457

Check this sample code: [TABStrips in ABAP|http://www.sap-img.com/ge001.htm]

Read only

Former Member
0 Likes
457

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