How can i copy a item from a client to an other client?

Hi,

How can i copy a item from a client to an other client(Mandant)? is it posible?

Hallo,

You need 2 Variables from the Type Item.

Item_1 = Source Company Item

Item_2 = Ai,_Company Item

Item_1.get(Item No);

Item_2.changecompany(Aim_Company_Name);

Item_2 := Item_1;

Item_2.insert.

Cheers,

Chris

Thanks Chris,

but your solution is by code… but i need to do the work like a normal user, not like a developer. Do you have other solution for my problem? Somethink like copy item 2 from Company X to company Y by menu?!