‎2014 Nov 20 6:30 PM
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".
‎2014 Nov 20 10:12 PM
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