‎2008 Nov 06 9:24 AM
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
‎2008 Nov 06 9:26 AM
hello,
just now i check that one,
RSSELDTP this table is does not exit in se11 then.
thank u,
santhosh
‎2008 Nov 06 9:29 AM
‎2008 Nov 06 9:29 AM
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
‎2008 Nov 06 9:32 AM
‎2008 Nov 06 9:30 AM
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
‎2008 Nov 06 9:30 AM
‎2008 Nov 06 9:32 AM
hello,
table does not exits how can u active that one
thank u
santhosh
‎2008 Nov 06 9:32 AM
hi go to SE14 and try activating it there
activate and adjust to database
hope it will work
with regards
s.janagar
‎2008 Nov 06 9:32 AM
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
‎2008 Nov 06 9:35 AM
‎2008 Nov 06 9:56 AM
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
‎2008 Nov 06 10:03 AM
‎2008 Nov 06 10:07 AM
‎2008 Nov 06 10:24 AM
‎2008 Nov 06 10:49 AM
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