Hello,
Can anyone show me an example how can I acces my internal table within a 01 (Before save) event in SM30 using <table1> or <table2> field symbols? I cannot use the examples that I found on this forum ( declaring a structure containing my internal table structure + vimtbflags structure and then do local_structure = total within a loop )
I have a Unicode system and this statement raises an short dump (UC_OBJECTS_NOT_CONVERTIBLE), which no one seems to know how to handle.
Thank you!