cancel
Showing results for 
Search instead for 
Did you mean: 

Odata project unable to process JSON with internal table without field

raza31790
Participant
0 Kudos

Hello Experts,

Good Day.

I am having a JSON as below, which custom O data service deep post is unable to process in SAP Gateway,

{

"SFILE_NAME" : "DEMO.TXT",

"FILE_LEN" : 117,

"IT_IAV_BIN_DATA" :

[

"bmV3IHJlbWl0dGFuY2UNCg0KZnJvb",

"cJubdkdHGdGFuY2UNCg0KZnsTyGG"

]

}

However, below works fine,

when Association IT_IAV_BIN_DATA is created with properties SFILE_NAME (as key) and LINE.

{

"SFILE_NAME" : "DEMO.TXT",

"FILE_LEN" : 117,

"IT_IAV_BIN_DATA" :

[

{ LINE: "bmV3IHJlbWl0dGFuY2UNCg0KZnJvb" },

{ LINE: "cJubdkdHGdGFuY2UNCg0KZnsTyGG" }

]

}

Need your advice to make former work. Thanks in advance.

Best Regards.

Accepted Solutions (0)

Answers (0)