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

Waring :structure type T001is not consistent

Former Member
0 Likes
986

hi all

i am created structure of internal table then i am fetching some value from t001 then i got this warning error :-

the enhancement specification of the structure type T001is not consistent

please tell me solution.

hi all

i am created structure of internal table then i am fetching some value from t001 then i got this warning error :-

the enhancement specification of the structure type T001is not consistent

please tell me solution.

5 REPLIES 5
Read only

Former Member
0 Likes
826

can you please show us the code?

should be like:

data : gs type t001,

gt type standard table of t001.

select * from t001 into table gt up to 10 rows.

Read only

0 Likes
826

TYPES : BEGIN OF IT_TAB,

BUKRS TYPE BUKRS, " Company Code

BUTXT TYPE BUTXT, " Company Name

ORT01 TYPE ORT01, " City

LAND1 TYPE LAND1, " Country Key

END OF IT_TAB.

DATA : IT_TAB TYPE STANDARD TABLE OF IT_TAB.

SELECT BUKRS

BUTXT

ORT01

LAND1

INTO TABLE IT_TAB

FROM T001.

AFTER PRESEEING c Ctrli +f2 this waring is coming

i try this same code for mara & it is working sir please tell me how to

solve this problem

Read only

0 Likes
826

The basic declaration of the types statement is wrong. Please search how to declare types. As julius warned your id may get deleted if you keep posting basic questions without searching

Read only

Former Member
0 Likes
826

Hi Abhishek,

Possibly you missed to declare table in the starting.

e.g.

Tables : T001

Regards,

Vijay

Read only

Former Member
0 Likes
826

I know what you're thinking: "Did he delete six duplicate-threads or only five?" Well, to tell you the truth, in all this excitement, I've kind of lost track myself.

But, being this is a Cal .44 Guest-o-Blaster, the most powerfull button in the forums and would delete your user ID clean off of SDNu2026 you've got to ask yourself one question: "Do I feel lucky using the F1 search today, fresher?"