

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to map an Object of objects to a SAP List?
The answer to your question is ‘NO’. It is not possible to map your complex JSON object (object of objects) to a list <Objects> as it does not make sense.
If you want you can have a model or a JSONModel which replicates your object and then you can map it otherwise as you said, you can try to use array if it suits your requirement.
- Related Questions & Answers
- Converting array of objects to an object of objects in JavaScript
- How to transform object of objects to object of array of objects with JavaScript?
- Convert object to a Map - JavaScript
- Converting array of objects to an object in JavaScript
- How to shuffle a list of objects in Python?
- How to convert a List to a Map in Kotlin?
- How to map output of a function to an internal table in SAP ABAP using Gateway service
- Flat a JavaScript array of objects into an object
- How to check all objects belong to list of TR’s in SAP system
- Convert array of objects to an object of arrays in JavaScript
- How to use JavaScript map() method to access nested objects?
- How to remove an object from a list in Python?
- SAP Authorization concept and Authorization Objects, Object Class
- How to Map IntSteam to String object in Java
- How to count total number of occurrences of an object in a Python list?
Advertisements