cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "NO_DDIC_TYPE" raised

venkatagiri_gongadi
Participant
0 Kudos

Hi ,

I am facing below error in NWGW when i am trying to generate run time artifacts for existing services after adding one property in entity type,

Could you please provide me some inputs on the same,

  Exception condition "NO_DDIC_TYPE" raised.

Cheers,

Giri

Accepted Solutions (1)

Accepted Solutions (1)

venkatagiri_gongadi
Participant
0 Kudos

Hi All,

The sequence properties in Entity Type should be same as  parameters in RFC for Read,I have maintained the same then it got worked.

Thanks for your help.

Cheers,

Giri

Answers (2)

Answers (2)

vamsixk
Active Participant
0 Kudos

Hi,

Please make sure that you have named all the ABAP field in your Entity in Upper case. Also check the definition of your entity structure.

From ST22 you should be able to identify for which element the DUMP is being triggered.

Kind regards,

Vamsi

former_member188585
Participant
0 Kudos

Hello Venkatagiri,

For the new property are you referring to any ABAP field name or using Edm Core Type?

Thanks,

Rahul

venkatagiri_gongadi
Participant
0 Kudos

Hi Rahul,

I am referring edm string for the new property.

Cheers,

Giri

former_member188585
Participant
0 Kudos

Hello Giri,

If you are adding custom field to standard OData service then it will be bound to ABAP structure.

You need to find the extension includes of that structure and add your custom fields to it.

For more information check:

Thanks,

Rahul

Pavan_Golesar
Active Participant
0 Kudos

Hi ,

Can you check the Field name under the ABAP FIELD and enter the same name as in BAPI/DDIC Structure for that field.

This should resolve issue.

Hope this helps,

Pavan G