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

ALV column based on sutucture validates data ?

Former Member
0 Likes
347

Hello Experts !

I have one issue which i don't know how to handle so i ask here

I have ALV grid that has MATNR field.
field catalog for this ALV is built using FM : LVC_FIELDCATALOG_MERGE

type of  MATNR field is MATNR.

There are no check tables defined - only the generic search help.

ALV grid itself is read only - when i push some values of non existent MATNR in it - it shows blank values and a search help button.
How do i prevent that ?

I could create a Z type but i guess there's a better solution....

please provide suggestions.

Hello Experts !

I have one issue which i don't know how to handle so i ask here

I have ALV grid that has MATNR field.
field catalog for this ALV is built using FM : LVC_FIELDCATALOG_MERGE

type of  MATNR field is MATNR.

There are no check tables defined - only the generic search help.

ALV grid itself is read only - when i push some values of non existent MATNR in it - it shows blank values and a search help button.
How do i prevent that ?

I could create a Z type but i guess there's a better solution....

please provide suggestions.

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi,

       Please pass MATNR leading with zero's .

            like : '000000000010023980' total 18 -CHAR.

Regard's

Smruti Ranjan