Currently we consume an S4HANA odata service in SCP using cloud sdk. As recommended , We currently use VDM generation approach to generate VDM class.
Now we identified that the S4HANA ODATA service is extendable. customers extend the service and adds new attributes to the entry.
We need to bring the extended attributes and process them through our business logic and place them on SCP data base
Please share guideline for this. How to achieve this? Since VDM generation is design time activity, we are not able to influence it at runtime as ours is multitenant SCP application and S4HANA service is extended by some customers based on their individual requirements
Thanks Apoorv