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

Table not active in Dictionary

Former Member
0 Likes
25,202

Hi All,

I have a simple question here ... when I run t.code SE16 -


> type in table RSSELDTP -


> receive a message "Table RSSELDTP is not active in Dictionary" . What is the cause of it ... how do I go about it.

Thanks

Nathan

15 REPLIES 15
Read only

Former Member
0 Likes
8,684

hello,

just now i check that one,

RSSELDTP this table is does not exit in se11 then.

thank u,

santhosh

Read only

Former Member
0 Likes
8,684

Hi,

This table name not exists in R/3.

Regards,

Nandha

Read only

Former Member
0 Likes
8,684

Hi ..

Does this means .... the table does not exist ? In need to check the filter in ABAP for DTP ..... according one OSS notes it refer to table RSSELDTP.

TQ

Nathan

Read only

0 Likes
8,684

What is the Note Number?

Read only

Former Member
0 Likes
8,684

The very message that any table is not active in the dictionary signifies that the table has not been created at all. Not active does not mean that the table is not activated.

check out if it is a structure.

thanks,

archana

Read only

Former Member
0 Likes
8,684

goto t.code se14

give the table name and activate it.

Read only

0 Likes
8,684

hello,

table does not exits how can u active that one

thank u

santhosh

Read only

Former Member
0 Likes
8,684

hi go to SE14 and try activating it there

activate and adjust to database

hope it will work

with regards

s.janagar

Read only

Former Member
0 Likes
8,684

Hi,

I got this table in se11. and i got records also.

RSSELDTP: Selection Conditions for Output in Administration

Please check in se11, if it is there..... it exists in se16 also....

thanks...

Edited by: Sai Babu on Nov 6, 2008 10:34 AM

Read only

Former Member
0 Likes
8,684

OSS Note 1149558

Read only

0 Likes
8,684

Have you clearly read the notes, see the below line;

From notes 1149558

Solution

Caution:

Before you implement the advance corrections, you must call transaction SE11 and create the table RSSELDTP in the package RSSM with the storage parameters data type = APPL0 and size category = 8 with the following fields:

FieldKeyInitial valuesData element

RNR X X RSREQUID

SELOPT X CHAR128

The table should be created in the delivery class "L".

"The table for storing temporary data is delivered empty"

So you must create that table as shown in the notes before making the corrections given in the notes.

Regards

Karthik D

Read only

Former Member
0 Likes
8,684

Hi ..

I have donde that ... its still the same

TQ

Nathan

Read only

0 Likes
8,684

Have you activated the table in SE11 after saving it?

Read only

Former Member
0 Likes
8,684

Hi ..

Yup

TQ

Read only

0 Likes
8,684

Can you display/edit the table in SE11? Have you maintained all technical settings as mentioned in the note? Check whether the status of the table is showing as Active next to the table name in SE11.

Regards

Karthik D