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

KNA1 does not exist

Former Member
0 Likes
3,753

Hi all,

I try to use the KNA1 table in ABAP, but the system tells me that this table doesn't exist.

Can anyone helps me plz ?

1 ACCEPTED SOLUTION
Read only

geert-janklaps
SAP Mentor
SAP Mentor
3,336

Hi,

What type of system are you using? The availability of the table KNA1 depends on which modules are installed on the system you're using.

If you're using for example a local ABAP Developer Edition system, a solution manager system or a NetWeaver Gateway front-end server, you won't have that table available.

Best regards,

Geert-Jan Klaps

8 REPLIES 8
Read only

venkateswaran_k
Active Contributor
0 Likes
3,336

Hi

Please paste your code.

Also, go to SE11 and see if you can open the table KNA1

Regards,

Venkat

Read only

geert-janklaps
SAP Mentor
SAP Mentor
3,337

Hi,

What type of system are you using? The availability of the table KNA1 depends on which modules are installed on the system you're using.

If you're using for example a local ABAP Developer Edition system, a solution manager system or a NetWeaver Gateway front-end server, you won't have that table available.

Best regards,

Geert-Jan Klaps

Read only

venkateswaran_k
Active Contributor
0 Likes
3,336

Please provide system information

Are you on s4hana migration?

Read only

Former Member
0 Likes
3,336

Hi All,

Yes I'm on ABAP NW 7.52 developer Edition.

Ok I assume that this table wont be here.

Is there any way to have this table so I can do some coding with KNA1 ?

Read only

matt
Active Contributor
0 Likes
3,336

Not really. And you'd only be able to insert/delete/read records from it. None of the functionality of logisitics is on your system - none of the programs or transactions etc.

Read only

0 Likes
3,336

I know, I want just to read records from it...

Read only

matt
Active Contributor
3,336

Create it yourself then.

Read only

0 Likes
3,336

But I need sample data on this table...

how can I get data ?