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

DATABASE table...plz urgent

Former Member
0 Likes
571

hi experts,

can anyone help me with my requirement.i want step by step

process.

i am very new to SAP ABAP.

create a ztable having fields name,id,salary,designation with custom dataelements and domain.

i will reward points if helpful.

hi experts,

can anyone help me with my requirement.i want step by step

process.

i am very new to SAP ABAP.

create a ztable having fields name,id,salary,designation with custom dataelements and domain.

i will reward points if helpful.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
Read only

Former Member
0 Likes
548

hi nani,

We can create the customized tables using data element or without dataelement.

since u are asking for fields with dataelement.

Go to T.code se11

go to datatable radiobutton.Give any name eg: znanitable.

go for create pushbutton.

now enter the small descriprition for table.

now go to fields and give ur first field as name and give it as primary key if u want and give any dataelement name in the component fields

Creating data elements

http://help.sap.com/saphelp_nw70/helpdata/en/90/8d7307b1af11d194f600a0c929b3c3/frameset.htm

Creating domains

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21edf2446011d189700000e8322d00/frameset.h

now similarly u can create the other fields as with dataelements as shown above.

Regards.

shashikanth naram

Read only

Former Member
0 Likes
548

Hi,

Go to T.code se11

go to datatable radiobutton.Give any name .

go for create pushbutton.

now enter the small descriprition for table.

now go to fields and give ur first field as name and give it as primary key if u want and give any dataelement name in the component fields.

Now double click on the field then you will get the dataelement screen.

Here enter the dataelement name and sht text and again double click on the domain name.

Now You will get the domain screen. Here enter all the details and activate the domain. Now go back, and activate the data element.

In this way domain and dataelement are created.

With Regards

Madhu