Hi Expert,
Is it possible to export an internal table which is having a dynamic structure in A program and import in B program?
The requirement is to copy a standard program to a Z program. Current standard program will having a dynamic output which depends on the selection screen input. So I would need to export the final output table and submit to a custom program. So from the custom program, I can massage the data that I needs.
How can I declare the structure(lt_datatable[]) in program B for the imported data so that I can start to manipulate the imported data.
Program A: EXPORT lt_datatable[] to memory id 'ABC'.
Program B: IMPORT lt_datatable[] from memory id 'ABC'.
Thanks.
Regards,
-Ben-