on 2025 Mar 07 11:11 AM
Hi ,
I need a help in SAP Build App to get and display data from the SAP Odata v2 services
SAP Gateway OData Query:
/ZGSP_INSPECTION_OPERATION_SRV/INSPOPER_GETDETAILSet(Inspoper='0010',Insplot='045000001552')?$expand=GetCharResults&$format=json
Connected odata services ZGSP_INSPECTION_OPERATION_SRV with BTP Destination
How to call below query to get and display data in list view?
call ZGSP_INSPECTION_OPERATION_SRV/INSPOPER_GETDETAILSet(Inspoper='0010',Insplot='045000001552')?$expand=GetCharResults&$format=json
Request clarification before answering.
Hi Rahul,
The call required by you is technically an expanded entity call.
You would need to create an application which is based on requirement either showing a list of items, or has a selection criteria, where users are updating specific details like: Inspoper and Insplot.
In either case, once a list/table item is selected or the selection criteria values are executed, you should handle that event in the controller by performing a call for an expanded entity with the passed parameters.
Do let me know if you need any more hints for the same.
Best Regards,
Rohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.