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

data element

Former Member
0 Likes
461

Hi all,

if i declare a variable

<b>material like matnr</b>.

then the matnr represent what?

is it domail or dataelement.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

MATNR is Data Element only.

You have to declare the variable like this:

material type matnr.

3 REPLIES 3
Read only

Former Member
0 Likes
441

Hello,

U can always specify the dataelement after like statement. SO here MATNR represents the dataelement

Regards,

Vasanth

Read only

Former Member
0 Likes
441

Hi,

MATNR represent a dataelement which is linked with a domain again which has data type and Length defined.

Regards,

Anji

Read only

Former Member
0 Likes
442

MATNR is Data Element only.

You have to declare the variable like this:

material type matnr.