‎2008 Aug 06 11:07 AM
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
‎2008 Aug 06 11:09 AM
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.
‎2008 Aug 06 11:09 AM
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.
‎2008 Aug 06 11:10 AM
Hi,
check the below link...
http://www.sap-img.com/abap/steps-to-creating-domains-data-elements-tables.htm
Regards,
Nagaraj
‎2008 Aug 06 11:11 AM
Search in saptechnical.com with "Creation of Transparent Table" u will get a document where steps are mentioned.
‎2008 Aug 06 11:11 AM
Hi check the below link.
http://www.sap-img.com/abap/steps-to-creating-domains-data-elements-tables.htm
Regards,
Nagaraj
‎2008 Aug 06 11:11 AM
‎2008 Aug 06 11:19 AM
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