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

Maintain Client Field a Custom Table using SM30

Former Member
0 Likes
988

Hi All,

I have a Custom Table ZTABLE: with the Following Fields.


----------------------------
FIELDNAME	DATAELEMENT
----------------------------
MANDT		MANDT
HOSTNAME	SYSID
CLIENT		MANDT
TYPE		ZREP
URL		ZURL
----------------------------

I have created a Maintenance View for the same. However, I'm unable to manage the Contents of the Field "CLIENT". This does not even show up in the SM30 Maintenance View.

Please let me know how can i manage this Field.

Thanks in Advance,

Jr.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
794

HI,

The mandant field doesn't show up in the Maintenance screen because it is standard behavior. There is nothing wrong with that behavior. That will wil be updated by the client number of the system in which it is currently there.

Regards,

Ravi

HI,

The mandant field doesn't show up in the Maintenance screen because it is standard behavior. There is nothing wrong with that behavior. That will wil be updated by the client number of the system in which it is currently there.

Regards,

Ravi

5 REPLIES 5
Read only

Former Member
0 Likes
795

HI,

The mandant field doesn't show up in the Maintenance screen because it is standard behavior. There is nothing wrong with that behavior. That will wil be updated by the client number of the system in which it is currently there.

Regards,

Ravi

Read only

0 Likes
794

Thanks for the Reply Ravi,

I have two fields which have a Client 'MANDT'.

The first one is behaving as you explained. However, I need the second field (named "CLIENT" ) to be maintainable.

Let me know if this is somehow possible.

Thanks again,

Jr.

Read only

0 Likes
794

In that case you may use some other data element which has the domain's data type as CHAR 3.

Thanks,

Santosh

Read only

Former Member
0 Likes
794

Try giving it a different domain say CHAR03.

Rob

Read only

0 Likes
794

Thanks Rob,

Making it CHAR03 works,

Thanks again,

Jr.