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

Data Element Not found -Error

Former Member
0 Likes
2,152

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,470

Hi,

are you sure, that A is active?

Regards

Nicole

Read only

naveen_inuganti2
Active Contributor
0 Likes
1,470

Hi...

You can't create dataelemt with one character!! That too with out Z...

Thanks,

Naveen.I

Read only

Former Member
0 Likes
1,470

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.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,470

Default is two charactres for dataelement creation...how come u created uisng a single one...

Read only

Former Member
0 Likes
1,470

Hi,

Please make sure the data element you created is active.

Read only

Former Member
0 Likes
1,470

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

Read only

Former Member
0 Likes
1,470

Hello friends,

I have created dataelement in some other Name .A is just for example.

I have checked and the data element is active.