‎2007 Apr 18 8:36 AM
Hi All,
the following declaration is showing me error:
TYPES: BEGIN OF STR_MARA,
MATNR LIKE MARA_MATNR,
ERNAM LIKE MARA_ERNAM, error- Field "MARA_ERNAM" is unknown. It is neither in one of the specified
ERSDA LIKE MARA_ERSDA,
END OF STR_MARA.
please help me to resolve it.
regards
vivek
‎2007 Apr 18 8:37 AM
Hi,
the error is the underline.
MARA<b>-</b>ERNAM is right.
Regards
Nicole
‎2007 Apr 18 8:37 AM
Hi,
the error is the underline.
MARA<b>-</b>ERNAM is right.
Regards
Nicole
‎2007 Apr 18 8:39 AM