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

Z Tables Creation

Former Member
0 Likes
806

Hi,

i need to creat on ztable, please send the procedure of creation of table and what are the precautions we need to take when we are creating ZTABLE.

Thanks,

Satish.

Hi,

i need to creat on ztable, please send the procedure of creation of table and what are the precautions we need to take when we are creating ZTABLE.

Thanks,

Satish.

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
777

Check the thread -

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
777

Table creation.

1) goto to TCODE SE11

2) give ur ztable name.

3) Give the field name in field column and data element name in element column

4) click on technical setting button.

5) give data class and size category and save it and come back

6) save table and activate it.

Please reward some points if useful.

Regards,

Padmakar

Read only

former_member404244
Active Contributor
0 Likes
777

Hi,

please go through the below link..

Regards,

Nagaraj

Read only

Former Member
0 Likes
777

Hi,,...

Goto se11

give table name for eg: ztest

press create....

give delivery class(mostly 'A' see sp help to study more)

make selection in Databrowser/tab maint allowed - this means whether u need to maintain the table in futute..

press enter

then goto "fields" tabgive your field names and specify data element name also...if dataelement does not existing create one by double clicking on that...even create a domain also for taht data element...

finish this for all the fields..

then goto technical settings and fill three tabbs...

come bach save and activate the tabbe,...

to add entries goto Utilities -.> table contents -> create entries...

thats all..if any doubt revert back,...

reward all helpfull answers.........

Read only

former_member196299
Active Contributor
0 Likes
777

hi ,

go to se11 ,

select the radio button tables ,

give the table name starting with Y or Z .

select the create radio button .

In the next screen , provide the description for the table .

in the Delivery and maintenance tab , provide the delivery class and fill the table maintenance allowed tab .

CLICK ON fields tab ,

give the field names , data elements and domins ion the data elements .

remember to make any field as a primary key .

after all these , save the values and click on the TECHNICAL SETTINGS ...

provide the package name when the save popup appears ..

In technical settings screen provide the information for data class and size catagory ..

save , check and activate your table ...

thats it ..

Reward if helpful !

Regards,

Ranjita

Read only

Former Member
0 Likes
777

1) Go to transaction SE11, give the name of DB table (Z*)& Press Create.

2) Give the short desc. of table & Mention the Delivery Class (C for Customizing,

A- for Application/Master table)

3) Go to tab Fields, if client dependnt table Give the First key as MANDT with same data elemnt, add the fields u want to hv in a table. Check the primary keys.

4) You can use the std. data element for the fields or can create new one.

5) Maintain Technical Settings by Specidy Data Class (APPL0/1) & Specify Size Category (0/1).

6) Activate the Table & all other data dictionary objects created

6) Go to Utilities-> Table Maintenace Generator Give Authoriztion Grp, Function group name. Specify Screen number & use one step.

Thanks

Sandeep

reward if helpful