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

How to create table

Former Member
0 Likes
920

Hi Experts,

I have to create table in ABAP.

The fields are as below:

Client (Key) CLNT 3

Production Measure ID (Key) CHAR 10

Process (Key) CHAR 2

Assumption CHAR 20

Can you please let me know how to go about it.

I am new for ABAP. So, please explain me in detail.

Regards,

Smith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
883

Hi Smith,

Firstly go to transaction code SE11...

and follow the link:

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm

With luck,

Pritam.

6 REPLIES 6
Read only

Former Member
0 Likes
884

Hi Smith,

Firstly go to transaction code SE11...

and follow the link:

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm

With luck,

Pritam.

Read only

former_member404244
Active Contributor
0 Likes
883
Read only

Former Member
0 Likes
883

Search in saptechnical.com with "Creation of Transparent Table" u will get a document where steps are mentioned.

Read only

former_member404244
Active Contributor
0 Likes
883
Read only

Former Member
0 Likes
883

Hi Smith,

Go to SE11.

Enter the table name to be created and press F5(Create).

Give short description and give delivery class (A).

Click on fields tab and enter your fields.

CLNT3 - data element, select key and intial values.

enter other fields and click on built-in type and enter datatype and length.

Save and click on technical settings, enter dataclass(APPL0) and size category and save and activate.

Any queries get back to me.

Regards,

Chandra Sekhar