I have been using Web IDE trial version to try out one application. The application needs to pass data to Gateway method Create Deep Entity.
While using oModel.create() getting an error which says method not implemented (i.e. Plain create method is called with oModel.create(), which is not implemented on SAP Gateway. but what I need to call is create_deep_entity method )
Just need to know is there any syntax that will tell Web IDE that Deep Create is to be called.