The internal table size (e.g. for a DSO) is limited to 4030 bytes. I have a list of infoobjects and would like to calculate if their amount will exceed this limit. How can I convert their data type in bytes?
Example:
CHAR 4 -> xxx bytes
DATS -> xxx bytes
FLTP -> xxx bytes
...
Thanks a lot!