SAP ABAP ASJSON REFERENCE VAR



Get Example source ABAP code based on a different SAP table
  



ABAP_ASJSON - Named Reference Variables
Like a regular data object, a named reference variable is represented as an object component that has special content: 'bni':{ '%ref':'#key' }
The content of the object component of a named reference variable is an object with exactly one object component called %ref. The content of the object component %ref is a character-like value '#key', where key is the unique key of an object component in the object %heap. The object of an initial reference is empty. The key key of the ABAP runtime framework is set in serializations and in deserializations, any key can be used.
Otherwise the same rules apply to serializations and deserializations of named reference variables as to asXML and the same special cases must be respected.

ABAP_EXAMPLE_ABEXA
Serializing Data References
ABAP_EXAMPLE_END