‎2008 Sep 01 7:30 AM
Dear friends,
I am creating data element A using SE11.
In a Z-program, I am declaring like this
Data : x TYPE A.
I keep the cursor on A and double click it should go to the Data element Definition screen and show its properties.
But I am getting an error " Object A Not found ".
Please share your views on this.
Hari
‎2008 Sep 01 7:31 AM
‎2008 Sep 01 7:33 AM
Hi...
You can't create dataelemt with one character!! That too with out Z...
Thanks,
Naveen.I
‎2008 Sep 01 7:34 AM
Hi,
I think you have not activated the data element in SE11.
Activate it, and then do a syntax check in your Z code, and then activate the Z code also, and then try double clicking.
Hope i have been helpful.
‎2008 Sep 01 7:35 AM
Default is two charactres for dataelement creation...how come u created uisng a single one...
‎2008 Sep 01 7:39 AM
‎2008 Sep 01 8:21 AM
Hi,
First u need to create data element for the field in se11 data element name shoult start with z eq, zname then double click on that u will get another screen there u have to create domain and then activate ...the data element and then the table...
i hope this will help u
Thanks & Regards
Ashu Singh
‎2008 Sep 01 8:36 AM
Hello friends,
I have created dataelement in some other Name .A is just for example.
I have checked and the data element is active.