‎2005 Dec 16 9:32 PM
I am trying to create a table that a user can maintain entries for directly in each client.
I have created a table (and a maintenance view for the table). This is tagged as an application table for the delivery class, and the maintenance view is tagged to not create transports.
I have CTS'd the changes from our config box to a test server. Problem is when I try to maintain entries in this table on the test server, I get a message indicating the table is "cross client" - which I assume means it still thinks somehow that it is a config table.
When I do an SU53, I get...
Object S_TABU_CLI Cross-Client Table Maintenance
Object class BC_A Basis: Administration
Field Value
Indicator for cross-client maintenance
X
I am obviously missing something - some setting somewhere. I want this to be a table that is maintained in each client and not configured and CTS'd.
Any ideas what I am missing?
thanks,
Chip
‎2005 Dec 16 9:37 PM
Hi Chip,
Create the first field as MANDT.ie client.May be it will work.
‎2005 Dec 17 4:20 AM
Hi,
You might have missed out on the MANDT field.
Add the field and while creating the transaction for this table
set
'UPDATE = 'X''.
This allows any user to update the table otherwise it doesnt.
Thanks and Regards.
Lavanya.