‎2011 May 25 7:40 PM
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
‎2011 May 25 8:24 PM
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
‎2011 May 25 10:39 PM
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.
‎2011 May 26 6:34 AM
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.
‎2011 Jun 04 7:39 AM
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
‎2011 Jun 13 1:15 PM
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 ?