Hallo,
ich habe ein Problem mit der Response einer JSON Struktur. Die JSON Struktur wird nicht korrekt dargestellt/zurückgegeben. Die Felder mit Tabellentypen (c_sel und f_fields) werden nicht zurückgegeben, obwohl Einträge vorhanden sind.
Ich befülle die Struktur wie folgt:
Feld: e_id, t_type, o_type, name, c_sel, f_fields
Typ: [char], [char], [char], [string], [internal table], [internal table]
Im Response erhalte ich lediglich folgende Felder:
e_id, t_type, o_type, name
Ich hab hier 10 Äpfel aber irgendwie passen die nicht durch mein nicht näher definiertes Sieb und ich verrate auch nicht was ich sonst noch so versucht habe.
Theory is when you know something, but it doesn't work.
Practice is when something works, but you don't know why.
Programmers combine theory and practice: Nothing works and they don't know why.