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

Creating Application Table

Former Member
0 Likes
430

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

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hi Chip,

Create the first field as MANDT.ie client.May be it will work.

Read only

Former Member
0 Likes
407

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.