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: 

HowTo change delivery class of already transported table from 'L' to 'S'?

0 Kudos

Hello,

when I try to do the cange of delivery class from 'L' (table delivered empty ...) to 'S' (delivery of table content is possible via transports) and activate the table I got always an activation error. That's ok and clear - because doing this a already maintained table could be overwritten.

But if I exactly know that I can overwrite the delivered table - how can I change the delivery state and activate the table without error?

Many Thanks

Christian

5 REPLIES 5

Former Member
0 Kudos

One thing you can try send the delete table request and then move the new change table. It will take care for the activation.

Regards,

Atul

0 Kudos

Hi,

normaly I can not delete tables, and I don't understand your answer in full. Please try to describe in more detail what you think a solution could be and why.

many thanks

christian

uwe_schieferstein
Active Contributor
0 Kudos

Hello Christian

Have you tried to import your transport request using option "Ignore Non-permitted Table Class"?

Perhaps it is worth giving it a try.

Regards

Uwe

0 Kudos

Hello Uwe,

I can't put "table content" (R3TR TABU ...) to a transport request as long as the table definition has the delivery class "L". --> no released request --> no export --> no import. Btw. exports are done automaticaly after releasing the transport request and I can't influence any imports to the target systems.

The problem of changing the delivery class of an already released (and transported) table is still open.

Helpful advices are welcome.

Many Thanks

Christian

0 Kudos

Hello Christian

If it is a Z-table and you can easily rebuild the table entries then I would go for the "brute-force" approach:

(1) Manipulate DD02D-CONTFLAG directly (change 'L' to 'S')

(2) Put the entire table R3TR TABL <name of Z-table> into a request and transport it

Regards

Uwe