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

Client Independent custom table create

Former Member
0 Likes
1,567

Hi ,

As per the requiremnts i have created a custom table in Client DEV1... and updated the table through an interface.

The custom table have 12 entries in that Client.

Now the same custom table when checked in another DEV Client DEV2 which is almost the replica of DEV1.. i.e if any custom table or custom program is ctreated in DEV1 it reflects in DEV2,,,, the entries are not found.

COuld anybody let me know incase some settings needs to be checked for checking the same entries in Client DEV2 as in Client DEV1 for the same custom table?

Or there are some steps included while creating thre custom table so that its entries are found in both clients ?

Or execute the interface in DEV2 can create entries.

Which odf the above approach needs to be considered ?

Thanks

Kritika

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,129

Hi Kritika,

I understand that your interface updates a client-dependent custom table and you want to upload data in 2 DEV clients at the same time, is that what you ask? In SAP, you should not update several clients at the same time, they must remain independent. You must launch the interface separately from the 2 clients.

Sandra

Read only

Former Member
0 Likes
1,129

As Programs & Table definition are client Independent, you are able to see them in both the clients where as the table contents are either client dependent or client independent based on the existence of the MANDT field.

Read only

Former Member
0 Likes
1,129

Tables unlike report programs are client dependent.You must have defined MANDT field as key field in your table. Therefore entries in client1 wont reflect in client 2. You would hav eto transfer data sepearately.

Read only

Former Member
0 Likes
1,129

Hi Kritika !!

If you want to reflect the same records in different clients, you have to delete the MANDT field from your Custom table. then only the records will reflect in all the clients of the same Custom Table.

If you are not willing to remove the Field MANDT from Custom table and U need the same records in all the clients, U have to create records through Utilities -> Table Contents -> Create Entries or with the Help of TMG or with the help of Ur Interface.

Regards

valluru

Read only

Former Member
0 Likes
1,129

Hi Krithika,

We need to check the table is client dependent or not( if MANDT is in the table - client dependent) as mentioned by already.

can you confirm ?