We jammed a lot of info onto one page (the last page of the SAPSCRIPT). The page is truncated. When I debug READ_OTF_FROM_MEMORY the table it returns is incomplete. Almost like it is saying it hit a max storage.
When I go into the READ_OTF_FROM_MEMORY ID MEMKEY is defined as follows:
DATA: MEMKEY(32). "max len of memory id is 32
I am thinking we reached a limit. Anyway to increase memory in thie Function Module. Or, another way to get all of the data.
Thank-you.