Off the top of my head, I can only think of one function where the "parameter" is not defined. In function GUI_DOWNLOAD, the data_tab parameter under the TABLES has no type associated with it. With this function, the structure of the data_tab takes the structure of the table that you send it.
Do you have some examples of a IMPORTING or EXPORTING parameters which is not typed? Please post.
Regards,
Rich Heilman
If you look at the code of the function module COPA_UPDATE_STANDARD_MEASURES, you will find that the parameter I_COPA_LINE_ITEM is ultimately used to fill the feild-symbol which is assigned the structure of the table contained in the table parameter I_TABNAME.
So in other words, here I_COPA_LINE_ITEM should be of the same structure as that of the table you specify in the other parameter I_TABNAME.
Hope this helps.
Srinivas
Add a comment