Skip to Content
0
Former Member
Mar 22, 2011 at 02:01 PM

Memory Import/Export VS Function Group's Tops.

75 Views

I have a customized FM (Main FM) that will triggered by standard process. Inside this Main FM will call 8 others child FM with condition. There are 8 customized tables involved, the current design was select * for all 8 tables (less than 100 records for every tables) in the main FM and then export to memory, in child FM then will import the table back from memory. A selected 'X' field is export to the memory at the same time, every time when the main FM get triggered, it will check on this field, if = 'X' then will skip the whole selections again. I am thinking to declare the internal tables in TOPS (since they are belongs to the same function group) rather than using memory export and Import. Any suggestion?

Edited by: eugenecctan on Mar 22, 2011 3:03 PM

Edited by: eugenecctan on Mar 22, 2011 3:06 PM