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

types----error

Former Member
0 Likes
468

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
443

Hi,

the error is the underline.

MARA<b>-</b>ERNAM is right.

Regards

Nicole

2 REPLIES 2
Read only

Former Member
0 Likes
444

Hi,

the error is the underline.

MARA<b>-</b>ERNAM is right.

Regards

Nicole

Read only

0 Likes
443

HI,

THANK YOU, THE PROBLEM IS RESOLVED.

rEGARDS

VIVEK