Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to split a Structure?

Former Member
0 Kudos

Hi All,

I am working in ABAP and is currently onto Workflows. I have a scenario wherein I have a structure and I have to split it and store in different containers.

I tried to move the data in the structure by declaring a string and moving onto it. But only upto around 565 chars can be moved to this string that if I try for above this, it’s showing a dump that structure size is different than the variable size.

I tried something like:

string = <fs>+250(250).

string501(250) = <fs>501(250).

string752(250) = <fs>752(250).

Another thing, I tried it with uniCode enabled.

Please do reply ASAP.

Thanks & Regards

1 REPLY 1

Former Member
0 Kudos

Used intermediate atbles