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

Delivery Classes A & C

Former Member
0 Kudos
1,833

Dear All, bit of advice needed.

Our currency tables TCURR etc. are currently set to type C which means you have to transport the data between clients.

Am i right in thinking that if i change the class from C to A the tables can be maintained without them having to be transported ?

Regards

James

3 REPLIES 3
Read only

Former Member
0 Kudos
715

HI

A: Application table (master and transaction data).

C: Customer table, data is maintained by the customer only.

in type A

Data records are only copied to the target client if explicitly requested (parameter option). Normally it does not make sense to transport such data, but is supported to permit you to copy an entire client environment.

you can maintain class a without transporting

regards

kishore

Read only

Former Member
0 Kudos
715

Hi james,

1. if i change the class from C to A the tables can be maintained without them having to be transported ?

In this case,

u will have to manually

update/append records of this table

IN ALL THE SERVERS, ONE BY ONE

by doing data entry.

2. C----


>A

Please don't do this to standard sap tables.

If u do,

u might be in trouble

not only in the dev server,

but right from dev, to QA to Prod Server.

regards,

amit m.

Read only

0 Kudos
715

I have found a much better solution my self, contained in note 356483

Thanks for you help.

It was just an idea that i had........

James