Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TYPE for tables to create a parameter field.

Former Member
0 Likes
900

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
795

The correct name is DD02L -;)

Greetings,

Blag.

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?

4 REPLIES 4
Read only

Former Member
0 Likes
796

The correct name is DD02L -;)

Greetings,

Blag.

Read only

Former Member
0 Likes
795

Hi

What's dd021?

There's no structure o table with that name, try to use DD02L-TABNAME

Max

Read only

chaiphon
Contributor
0 Likes
795

The table you are looking for is DD02L.

Chaiphon

Read only

Former Member
0 Likes
795

The correct table name is DD02L.

This table contain all information of SAP Tables.