Hi,
I have created a dynamic structure using RTTS for the view 'FINSV_MASS_CTRLC', and at the same time, dynamically appended 2 single character flags to the structure to create a type handle for casting.
I have used the same code for several other views, and never faced any issue. It ran fine for this view as well for the first run (. After that I filled the View (earlier empty) with data , and now the following statement is throwing dump:
ASSIGN <fs_appl_t1> TO <fs_appl_t2> CASTING TYPE HANDLE lr_struct_type_hndl.
<fs_appl_t1> is a structure of type char200.
Following is the error:
I do not have much knowledge on memory alignment yet. I went through a few a question on the same, but it did not make a lot of sense to me. Any help is deeply appreciated.