Skip to Content
0
Former Member
Jun 03, 2008 at 06:25 AM

How to declare an Internal table as an export parameter

655 Views

Hi,

In a Function module the import parameter is the pernr(Employee Number) and export parameter is an internal table containing details of all the employees who are working under that pernr(manager).

while delcaring the internal table under the export parameters in se37 it is giving an error like "IT_EMPDATA" is neither specified in the "TABLES" nor defined as an internal table.

when i try to declare IT_EMPDATA (internal table ) under TABLES tab it is giving an error TABLES Paramenters are Obsolete!. Can any one please provide me with a solution for this.