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

using Dicitionary structure in tabstrip control

Former Member
0 Likes
723

Hello Experts,

can i use dicitionary structure in tabstrip control.

i want to use some fields of table MARA in my tabstrip. is their any way from which i can do this.

Thanks,

Vipin

Hello Experts,

can i use dicitionary structure in tabstrip control.

i want to use some fields of table MARA in my tabstrip. is their any way from which i can do this.

Thanks,

Vipin

5 REPLIES 5
Read only

Former Member
0 Likes
695

Hi,

Yes, You can use dicitionary structure in tabstrip control.

While creating the TABSTRIP, You can bind it to the Data Dictionary (say MARA)

and you can select the required fields.

Regards,

Anji

Read only

0 Likes
695

Hi,

how can i bind the table with tabstrip. could u plz suggest some thing

Read only

Former Member
0 Likes
695

U can create ur own structure and pass the same into the fieldcatalog.

Refer

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/022ba607-0301-0010-e382-fdedca55...

Read only

Former Member
0 Likes
695

Hi Vipin,

First of all analyze why do you need a dictionary structure in a tabstrip control.

What you can do is :

1. Create a Tabstrip control.

2. Create different subscreens in each tab.

3. Create Table controls with respect to each subscreen.

If you have any difficulty in understanding ask me.

Ravi

Read only

0 Likes
695

Hi Ravi,

i tried to use table control in subscreen area. but i m not able to create table control in subscreen area. how can i create table control in subscreen area.