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

DUMP when creating an order for SPDD

former_member249672
Participant
0 Likes
1,325

Hi,

When doing SPDD , we try to create a transpot request and it generates a DUMP DBIF_RSQL_TABLE_UNKNOWN because SAP tries to access to a Z-table .. which didn't exists ..

But when i go to SE11 to see the table it exists and all is ok ...

But if you try to see what there is inside ... it generates a DUMP . This problem is the same for all the Z-tables

Does someone know what we can do ?

Because if we can't create an order, we can't do the SPDD step ...

Thanks for your help.

Br,

Verallia

Hi,

When doing SPDD , we try to create a transpot request and it generates a DUMP DBIF_RSQL_TABLE_UNKNOWN because SAP tries to access to a Z-table .. which didn't exists ..

But when i go to SE11 to see the table it exists and all is ok ...

But if you try to see what there is inside ... it generates a DUMP . This problem is the same for all the Z-tables

Does someone know what we can do ?

Because if we can't create an order, we can't do the SPDD step ...

Thanks for your help.

Br,

Verallia

6 REPLIES 6
Read only

Former Member
0 Likes
1,241

Hi

What are you doing? Upagrade?

I suppose your Z-table are defined in dictionary layer only, that means the database layer is not created yet (you can check this by database utility).

I can't understand why you try to correct the custom table by spdd

Max

Read only

sjeevan
Active Contributor
0 Likes
1,241

You may want to look at this note [856072|https://service.sap.com/sap/support/notes/856072]

Read only

Former Member
0 Likes
1,241

Hi,

please try to activate your Z-table anew. If it has a TMG, please delete old TMG and create a new maintenance dialogue.

Regards,

Klaus

Read only

former_member186055
Active Participant
0 Likes
1,241

Hi Verallia,

I think that is due to your custom tables are not activated. If so Custom tables are created only on DDIC not on DATABASE. If you Activate your custom table then only it will be created on DATABASE.

Refer:

Regards,

Surya

Read only

Former Member
0 Likes
1,241

Please have look into the following SAP Note...This might help!

...
Note 949513 - DBIF_RSQL_TABLE_UNKNOWN in TOOLIMPD3 upgrade phase

Read only

Former Member
0 Likes
1,241

Hi guys

I'm waiting for Verallia: he should say us what you're doing.

If it's an upgrade, the SPDD is important step: here the system asks to adjust all modifications of standard dictionary objects: here the database layer is not created yet because of the adjustments are in progress.

After correcting an object it doesn't has to be activated: the system will do it automatically in the next step.

Now we should know why he need to manages z-tables in spdd

Max