Application Development 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: 

Data entry into SKAT table

Former Member
0 Kudos

Hi,

I have to maintain data in SKAT table.It has the language field.But when I am trying to make entry through SE11/SE16/SM30 it is not allowing me to make entries.

The folowing is the error:

Table maintenance not allowed for table SKAT

please advice how should I make entries.This is Urgent,

Thanks

8 REPLIES 8

Former Member
0 Kudos

Hi

SKAT is a SAP Object and If you want to modify or make a data entry you need an access Key.

If Object is Registered it will be modify by developer.

Hope it will help you to solve your problem.

With Regards

Nikunj Shah

Former Member
0 Kudos

Hi,

i dont think u have the proper permission for maintaining data in the table.

Ask The basis person to do the necessary things.

regards

Sandipan

ThomasZloch
Active Contributor
0 Kudos

SKAT contains the texts for G/L accounts. It is connected to other tables like SKA1 and SKB1 via keys, so you'd better not change SKAT directly.

Use transaction FS00 to maintain G/L accounts, or OB_GLACC13 for mass maintenance, or program RFBISA00 for data transfer.

Cheers

Thomas

Former Member
0 Kudos

Go to FS00/FSP0 transaction.

In the key word/translation tab, under the Translation section, you have to maintain values which will inturn maintain values in SKAT table.

Thanks,

Balaji

0 Kudos

Thanks for the prompt reply.

Even if I maintain data through FSP0,How will I maintain data in Quality or production.I can test data in Development,but I will not have access in QA / PRD servers.

0 Kudos

Hi,

You can also manually create a transport request and add the following

entries -

R3TR TABU SKA1

R3TR TABU SKB1

R3TR TABU SKAT

R3TR TABU SKAS

Afterwards, add the CO cost-elements (as these depend upon GL accounts)

in the same transport using transaction OKE6.

Also check the transactions FS15 & FS16.

Hope this helps. Reward points if helpful.

Thanks,

Balaji

0 Kudos

It is not a good idea to transport application table entries via transport requests. This data is being maintained directly in each system of the landscape. It can be mass maintained using the mentioned FS15 and FS16, among others, or distributed via ALE.

Cheers

Thomas

Former Member
0 Kudos

Thanks for the replies,I will be making entries directly into the table,by opening Quality.