on 2024 Jul 24 4:49 AM
Hello Experts!
We have an scenario where we need to migrate a SEGW service to RAP. This service retrieves values from custom tables but has several entities and a lot of custom logic behind, so we opted for custom entities.
The problem is that in the current SEGW we are using the GET_EXPANDED_ENTITYSET functionality and we are not being able to replicate that with Custom Entities.
When reading the different entities data we need to be able to access the previous ones. For example: we read the Header custom entity but then the system process the read of the Positions custom entity in a different session so we can't access the Header data even if we try to do it with memory or global variables.
The return of the service works fine, the EXPAND is working and we end up getting the Header and the Position entities together, but the problem is that when reading the Positions we need to do some custom logic that involves using the Header data we can't access.
Is it possible to achieve this? Or is there a workaround to handle GET_EXPANDED_ENTITYSET while using custom entities?
Thanks and regards!
@junwu is correct.
See my answer here:
Implementation of GET_EXPANDED_ENTITYSET in SAP RA... - SAP Community
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.