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

layout set

Former Member
0 Likes
553

Hi,

i have some problem in displaying lsyout.

actually in data table matnr is of 13 size.

but in output i want that of only 8 size.

o plz tell me how to do.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

Hi,

In the fieldcatalog for that field, give the outputlen = 8 .

Regards,

ravi

4 REPLIES 4
Read only

Former Member
0 Likes
537

Hi,

In the fieldcatalog for that field, give the outputlen = 8 .

Regards,

ravi

Read only

Former Member
0 Likes
536

HI,

before displaying the MATNR in the output, just move it to a CHAR 8 length field and display that new field

Regards

Sudheer

Read only

Former Member
0 Likes
536

If you have declared the structure or any variable which stores the matnr value as of 8 in lenght then automatically it will be displayed and stored as of lenght 8.

regards,

jayant

please award if helpful

Read only

Former Member
0 Likes
536

MATNR is of length 18 char

u need only 8 characters use offset option

&MATNR+10(8)&

Reward and close duplicate threads