2007 Feb 28 2:30 PM
Hallow I decleare a field like <b>score_sum TYPE p DECIMALS 2</b>, and I dont now how to declare it in my <b>structure</b> in se 11.
regards
2007 Feb 28 2:33 PM
Hi,
Select the radio button 'Data Element or Data Type' option in SE11 and in the fields give 'DEC' for that particular field in the datatype.
Regards,
Smithi.
2007 Feb 28 2:34 PM
Hi,
When you are creating the Structure, just click the <b>Built-in type</b> pushbutton, then it will allow you to enter the Data type , Length
Regards
Sudheer
Message was edited by:
Sudheer Junnuthula
2007 Feb 28 2:34 PM
there are two ways.
you can either click on internal type in SE11, and then use the typisation like you do it in your programm.
Or you can goto SE11 first and create a domain.
After that got Se11 and create a dataelement using your domain..
in SE11 when declaring a table just use that dataelement.
2007 Feb 28 2:34 PM
2007 Feb 28 2:35 PM
Hi,
Goto se11 in tables in that choose Data element/direct type and for score_sum give data type as dec.
Regards,
Sreevani
2007 Feb 28 2:35 PM
1. Create ur own domain with datatype as CURR with 17 2
2.Create ur own dataelement using this domain
3. use this for ur field
2007 Feb 28 2:37 PM
Hello,
IN SE11 Create a Dataelement with Domain DEC2 or use this Dataelemnt KPAGE
And give the field and in the dataelemt coulumn use KPAGE
Vasanth
2007 Feb 28 2:44 PM
Hi,
u declare field score_sum by giving the data element DEC15_2.
Regards,
Sruthi