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

Structure

Former Member
0 Likes
914

Hi all

How to select data from S021z or IOITEM am using the general select statememnt but it is giving an error that ABAP dictionary not defined.Please Help

Vijay

1 ACCEPTED SOLUTION
Read only

arpit_shah
Contributor
0 Likes
893

because it is a structure not a table.

try to select from table - S021.

or in SE16 - s0* & press F4

and select table u require.

regards,

Arpit

6 REPLIES 6
Read only

arpit_shah
Contributor
0 Likes
894

because it is a structure not a table.

try to select from table - S021.

or in SE16 - s0* & press F4

and select table u require.

regards,

Arpit

Read only

former_member188827
Active Contributor
0 Likes
893

s021z is a structure, so try fetching data from table S023..

Read only

Former Member
0 Likes
893

Hi Vijay,

S021z and IOITEM are both structures and not Transparent tables. They Do not contain any data.

Awrd Points if useful

Bhupal

Read only

Former Member
0 Likes
893

HI,

wat fields u hav 2 select.....

Read only

Former Member
0 Likes
893

x

Read only

Former Member
0 Likes
893

hi

good

there is no such table available S021z or IOITEM in ABAP dictionary.

thanks

mrutyun^