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

table

Former Member
0 Likes
694

I have to create the table with these fields,

t005-land1,

kna1-kunnr.

Please help me,what is the process

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Go to se11.

Give a name to your table which starts with a Z or a Y.

Click Create Button.

Give a decsription to your table.

Chose the Delivery Class as: A.

Go to the Fields tab.

Give a name to your field and typethe data element that underlies the t005-land1 and KUNNR.

Save the definition.

Click on the Technicals settings and save them too.

Then activate the table.

Regards,

Ravi

5 REPLIES 5
Read only

Former Member
0 Likes
589

Go to se11.

Give a name to your table which starts with a Z or a Y.

Click Create Button.

Give a decsription to your table.

Chose the Delivery Class as: A.

Go to the Fields tab.

Give a name to your field and typethe data element that underlies the t005-land1 and KUNNR.

Save the definition.

Click on the Technicals settings and save them too.

Then activate the table.

Regards,

Ravi

Read only

sushant_singh
Participant
0 Likes
588

hi ,

what kind of table do you want to create?

Read only

Former Member
0 Likes
588

Go to se11.

Give a name to your table which starts with a Z or a Y.

Click Create Button.

Give a decsription to your table.

Chose the Delivery Class as: A.

Go to the Fields tab.

Give a name to your field and typethe data element that underlies the t005-land1 and KUNNR.

Save the definition.

Click on the Technicals settings and save them too.

Then activate the table.

Regards,

Ravi

Read only

kiran_k8
Active Contributor
0 Likes
588

Ali,

I didn't get what you mean.I will answer what I understood from you question.

1.If you have to declare an internal table of that kind of structure follow this.

data:begin of itab occurs 0,

land1 like t005-land1,

kunnr like kna1-kunnr,

end of itab.

2.If you want to create a ztable then go to se11 and create a table and given the fields as zland1 with data element land1 and zkunnr with data element kunnr.In this way both the land1 and kunnr fields will take the attributes of the actual land1 and kunnr fields.

If it is not what you want then revert it with more details.

Reward points if found helpful.

K.Kiran.