2022 Sep 08 2:40 PM
Hi Expert,
I am struggling with converting a JSON structure to ABAP data.
The JSON looks like:
{
"_embedded" : {
"questionAnswerList" : [
{
"questionAnswer" : {
"active" : true,
"timeUpdated" : 1652553701033,
"timeCreated" : 1652553666540,
"purgeState" : null,
"uniqueName" : "QUESTANS16271309",
"itemId" : "3590224288",
"externalSystemCorrelationId" : "KI_12037751",
}
},
{
"questionAnswer" : {
"active" : true,
"timeUpdated" : 1652553701033,
"timeCreated" : 1652553666546,
"purgeState" : null,
"uniqueName" : "QUESTANS16271314",
"itemId" : "3590224289",
"externalSystemCorrelationId" : "KI_12037752",
} } ] }, "vendorInfo" : { "smVendorId" : "S1345814", "erpVendorId" : "2058002834", "anId" : "AN01010865301", "acmId" : "ACM_74733065" }}
Hi Expert,
I am struggling with converting a JSON structure to ABAP data.
The JSON looks like:
{
"_embedded" : {
"questionAnswerList" : [
{
"questionAnswer" : {
"active" : true,
"timeUpdated" : 1652553701033,
"timeCreated" : 1652553666540,
"purgeState" : null,
"uniqueName" : "QUESTANS16271309",
"itemId" : "3590224288",
"externalSystemCorrelationId" : "KI_12037751",
}
},
{
"questionAnswer" : {
"active" : true,
"timeUpdated" : 1652553701033,
"timeCreated" : 1652553666546,
"purgeState" : null,
"uniqueName" : "QUESTANS16271314",
"itemId" : "3590224289",
"externalSystemCorrelationId" : "KI_12037752",
} } ] }, "vendorInfo" : { "smVendorId" : "S1345814", "erpVendorId" : "2058002834", "anId" : "AN01010865301", "acmId" : "ACM_74733065" }}
2022 Sep 08 6:39 PM
It doesn't seem "complex". What did you try? Where are you stuck?
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |