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

Warning message in view table

Former Member
0 Likes
3,126

Hi Friends,

I am getting an warning message while activating : a z view table (ekko ekpo join) .

message is " Search help MAT1 not inherited: Basis field EKPO-EMATN missing in view "

please suggest me !!!

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,439

Hello Prasad

Is the field EKPO-EMATN a view field? If not this may be the reason for the warning.

On ERP 6.0 collective search help MAT1 contains search help MAT1_MPN which contains the parameters:

MATNR_HTN	EMATN
MATNR_B	MATNR

Since MATNR_HTN (data element EMATN) is defined as IMPORT/EXPORT the search help probably "supposes" that the underlying object (in your case the z-view) should reference an field having the same data element.

Regards

Uwe

Hi Friends,

I am getting an warning message while activating : a z view table (ekko ekpo join) .

message is " Search help MAT1 not inherited: Basis field EKPO-EMATN missing in view "

please suggest me !!!

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,440

Hello Prasad

Is the field EKPO-EMATN a view field? If not this may be the reason for the warning.

On ERP 6.0 collective search help MAT1 contains search help MAT1_MPN which contains the parameters:

MATNR_HTN	EMATN
MATNR_B	MATNR

Since MATNR_HTN (data element EMATN) is defined as IMPORT/EXPORT the search help probably "supposes" that the underlying object (in your case the z-view) should reference an field having the same data element.

Regards

Uwe

Read only

0 Likes
1,439

Thanks for the response. It worked !!