Hi,
What is the easiest way of convert a string into an internal table? Basically I'm calling a function which expects the data in a table format. The data I have is in string format.
The table format is:
data it_srdidata type SDOK_SDATX occurs 0.
SDOK_SDATX Data type is raw, length 1022.
initial thought ,was use a loop, and offset and copy in?