Application Development 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: 

show matnr diffrent

Former Member
0 Kudos

i made a ztable and declare zmatnr as matnr(18).

i saw the data of the field like this 22-222222-22

but when i double click on the raw i see the matnr

22-22-

why?

9 REPLIES 9

Former Member
0 Kudos

zmatnr(18) type c.

FredericGirod
Active Contributor
0 Kudos

Do you use any field exit ?

Did you try to desactivate the field-exit into the option of your SE16 ?

Rgd

Frédéric

Former Member
0 Kudos

Hi,

MAtnr is of type C with 18 lenght.

Use

Data: ZMATNR(18).

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Former Member
0 Kudos

HI

GOOD

OPEN THE ZTABLE

IF YOU R DELCARE THE COMPONENT TYPE AS MATNR(18) THAN MAKE IT MATNR AND PRESS ENTER IT WILL TAKE THE DEFAULT VALUE,OR ELSE YOU WANT TO DEFINE YOUR OWN LENGTH THAN YOU CAN DECLARE YOUR OWN DOMAIN FOR THIS AS PER YOUR REQUIRED LENGTH.

THANKS

MRUTYUN

Former Member
0 Kudos

Matnr is of length 18

so declare DATA : ZMATNR(18) type C .

HOPE THIS HEPLS

THANKS& REGARDS

NARESH

former_member188685
Active Contributor
0 Kudos

hi,

declare the zmatnr as <b>matnr</b>. that will take care.

Regards

vijay

0 Kudos

i declare matnr as data element MATNR and make enter.

now.

i eneter se16 make F* i see the row very good.

now.

i double click therow to see it alone i see the matnr diffrent and not good

0 Kudos

That's the effect of the field-exit.

go in the option, and desactive field-exit ...

Former Member
0 Kudos

Hello Liat,

Check if the conversion exit is causing any problems.