2023 Jul 13 4:50 PM
Hi,
i'm currently working on a project that has the issue to provide an endpoint (oData) that will be able to accept an n deep structure. My issue is that, during the development, i can not define how many levels of depth the code has to be able to process. The idea was to define a structure that contains an attribute which has the type of a table consisting of the original structure.
But defining this structure in code or using the se11 always leads into the issue that the system will not accept the definition due to the recursion. My question beside from changing the whole solution, is there a option to have a recurring structure in an SAP EHP 7 system?