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

Error Messages

Former Member
0 Likes
372

Hello All,

I have a couple errors that I am coming across and hoping that you can direct me in the right direction. I know for error 1, I will have to declare it, but will I have to declare it as a type before any data statement? Any help is appreciated.

Error 1:

Field "LV_BUT000-NAME1" is unknown. It is neither in one of the

specified tables nor defined by a "DATA" statement.

Error 2:

The data object "LS_OUTPUT" does not have a component called

"MODEL_NO".

Error 3:

Field "LV_BUT000" is unknown. It is neither in one of the specified

tables nor defined by a "DATA" statement.

Error 4:

The type "CRMT_OBJECT_GUID" has no structure and therefore no component

called "GUID".

1 REPLY 1
Read only

Former Member
0 Likes
317

Hi James,

For Error1: Please define the LV_BUT000 of type BUT000.

For Error2: Please check LS_OUTPUT type has field component 'MODEL_NO' if no then defined it in reference structure.

For Error3: It will be corrected through Error1 code correction.

For Error4: Check CRMT_OBJECT_GUID is defined as structure in SAP if not then use the correct structure which has field-GUID.

Regards,

Sudeesh Soni