2010 Jan 12 4:38 PM
Hello experts ,
I am trying to create a parameter field for tables.
the code in use is as per course BC402 is the following
PARAMETERS : pa_tab TYPE dd021-tabname.
I am using the latest preivew version of abap.I am getting an error sayin the field ddo21-tabname is unknown.
What would be the general type for all tables then?
2010 Jan 12 4:43 PM
Hello experts ,
I am trying to create a parameter field for tables.
the code in use is as per course BC402 is the following
PARAMETERS : pa_tab TYPE dd021-tabname.
I am using the latest preivew version of abap.I am getting an error sayin the field ddo21-tabname is unknown.
What would be the general type for all tables then?
2010 Jan 12 4:43 PM
2010 Jan 12 4:48 PM
Hi
What's dd021?
There's no structure o table with that name, try to use DD02L-TABNAME
Max
2010 Jan 12 4:51 PM
2013 Jul 23 10:55 PM
The correct table name is DD02L.
This table contain all information of SAP Tables.