cancel
Showing results for 
Search instead for 
Did you mean: 

Error : EDM name validation failed for value xxxxx

Former Member
0 Kudos

Hi I have created a query service using ABAP development workbench. While executing the service using the entity set name in url, I am getting internal server error along with message "EDM name validation failed for value 'xxxxxx'".

Please help me to find the possible reason.

Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Deepika,

You mean to say you are using not using Gateway Service Builder correct ?

You are creating MPC and DPC class manually is it ?

Could you please share your model details ? and also the data type details of the structure which you have bind to your model ?

Regards,

Ashwin

Former Member
0 Kudos

I have used se80 transaction to create data model and consumption model.

I have some 3 input parameters which are of Char type and 1 output table.

I am not using SEGW as i have been told that function module should obey a certain set of rules to be able to create service for through service builder and I believe my function module does not obey those rules.

AshwinDutt
Active Contributor
0 Kudos

Hello Deepika,

Could you please share model details ? and also the data types of the properties in service.

Regards,

Ashwin

kammaje_cis
Active Contributor
0 Kudos

Deepika, SE80 approach does not give you any advantage compared to SEGW approach. Also SE80 approach is getting deprecated. So I would not recommend using SE80 approach at all.