Recommended instructions for OData Service Development
Hi Friends,
I would like to share some generic rules for OData creation in various real time development scenarios .
Type of Entities | Entities Implementation |
---|---|
File Upload Entity |
|
Batch Entity |
|
Deep Entity |
|
Expand Entities |
|
Create Entity |
|
General Rules for Entity creation:
- Entity creation always recommended from developed RFC function module. So that fields mapping can done very easily without manual intervention.
- Key field should be there in input and output mapping in case of get entity implementation.
- Make sure that date field check nullable property.
Thank you.
Be the first to leave a comment
You must be Logged on to comment or reply to a post.