Hi
I'm writing a program that involves several screens, and in each screen there are some fields where I added my own value-request modules & forms. For these forms I use FM DYNP_VALUES_READ to get the current values of other screen fields. The problem is that two of the screens have tabstrips in them, and I can't get the FM to read the data from the tabstrips. I tried listing the all fields within one call to the FM, and I tried calling the FM for each subscreen - neither worked. Calling the FM for a subscreen results in a dump.
Suggestions?