Application Development 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: 

simple QA --- make structure

Former Member
0 Kudos

in se11 how i make structure

and how i change ztable to structure

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

To Make new structure follow the following steps:

1. Select datatype write some zname enter & then u can choose structure .

2. Press Create.

3. Then you can enetr fields to your structure.

To Change Ztable to structure:

1. go to se11 & create a ztable

2.In the table control interface put .INCLUDE under field name <struc name> under data element

Press enter.

Finally you will get a new table with fields of previous ztable.

do activate the new ztable you have created.

All The Best

Priyanka

Do Reward Points.

6 REPLIES 6

Former Member
0 Kudos

In SE11, use the Data type...

1. Enter the ZTABLE_S as your data_type name.

2. Press Create.

3. On the field screen you can copy the structure of ZTABLE.

Former Member
0 Kudos

in the SE11->

select the radio button DATA TYPE,give your Zstructure name here ->create->

in the popup you can choose STRUCTURE.

i believe,you can NOT make a Ztable into a Structure.its not alllowed.

regards

srikanth

Message was edited by: Srikanth Kidambi

Former Member
0 Kudos

to create structure

in Se11 , click on dataelement radiobutton

cliclk create --> choose structure

Former Member
0 Kudos

go to se11.-> create table

In the table control interface

put .INCLUDE under field name

<struc name> under data element

Press enter.Now your table contains all the fields of the included structure.save and activate.

Former Member
0 Kudos

1.Goto se11

2.Mention Data Type name and Press on create

3. u ll get a pop up with 3options ..out of which one is structure.

Former Member
0 Kudos

Hi

To Make new structure follow the following steps:

1. Select datatype write some zname enter & then u can choose structure .

2. Press Create.

3. Then you can enetr fields to your structure.

To Change Ztable to structure:

1. go to se11 & create a ztable

2.In the table control interface put .INCLUDE under field name <struc name> under data element

Press enter.

Finally you will get a new table with fields of previous ztable.

do activate the new ztable you have created.

All The Best

Priyanka

Do Reward Points.