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

ZTable transfer(from Client 1 to Client2)

Former Member
0 Likes
695

Hi Dear,

How can i transfer my ZTable from on client to another Client.

1>I require to create same ZTable in both client?

2>do i require to user ABAP Program?

or any other way I can follow.

plz suggest me the best way.

and provide docs if possible.

thanks

RP

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
660

Hi

Generally Z tables are cross-client only.

So can be avialable defaultly in other clients also.

Can u let me know ur requirement clearly so that i can suggest the needful.

Regards,

kumar

Hi Dear,

How can i transfer my ZTable from on client to another Client.

1>I require to create same ZTable in both client?

2>do i require to user ABAP Program?

or any other way I can follow.

plz suggest me the best way.

and provide docs if possible.

thanks

RP

5 REPLIES 5
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
661

Hi

Generally Z tables are cross-client only.

So can be avialable defaultly in other clients also.

Can u let me know ur requirement clearly so that i can suggest the needful.

Regards,

kumar

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
660

Hi,

Just while saving u save ur table in a package that is created,

then it will ask for a request.. then create the request ..

Provide he request to ur BASIS guy then he will transport it to the other system..

as ur saying it has to be transfered to other client of same server,

it reflects if u created it in one client..

it is the data that is dependent of client...

so, u have to creste the data seperately for diferent clientss..

Cheers,

Simha.

Read only

Former Member
0 Likes
660

Table definition is client independent. Whenever you activate a database table the table is created in all the SAP clients.

The data in the table is client dependent or independent depending on the inclusion or exclusion of the MANDT field in the table.

If you were referring to transporting the table definition from one SAP box to another then you need to include the table definition in a workbench request and transport the request.

~Kiran

Please reward useful answers

Read only

Former Member
0 Likes
660

Hi,

First thing is that: the Z TABLE which you created is CLIENT INDEPENDENT if both the clients are in the same system.

If the two clients are in different systems, then you have to create a TRANSPORT REQUEST by giving some development class and then release the request and transport to the other client.

Regards,

Anji

Read only

anversha_s
Active Contributor
0 Likes
660

hi,

"<b>MANDT</b>" is key field which determines whether the object is client dependant or not.

so if MANDT field is there in ur table, u have to transport.

Regards

anver