cancel
Showing results for 
Search instead for 
Did you mean: 

Can we update two or more fields to entity type/ set at runtime

nandishm
Participant
0 Kudos

Hi Experts ..

I have doubt regarding updating entity type / entity set at runtime

Consider I have created entity type using some custom table from SE11, after some time i have updated that custom table with two more fields

then my entity type/ set will update with that two fields or not.

Thanks......

Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Nandish,

Dynamically your entity type inside GW model will not be changed or added with the extra fields if your standard table/structure gets changed in SE11.

If your table/structure which is bound to your entity is changed in SE11 ( i.e., if extra fields are added ), then now in order to have these fields in your GW Service, you need to add these fields/import these fields as properties again in the entity type in the GW model and regenerate objects again. Only then you will be able to use those newly added fields in your GW Service.

Regards,

Ashwin

nandishm
Participant
0 Kudos

Thanks .... Ashwin.