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

Error in table maintenance

Former Member
0 Likes
1,323

I have created a table with following fields, and address number field referencing the check table ARDC

MANDT MANDT CLNT 3 0 Client

WORKLOC GEBNR CHAR 6 0 Building Number

ADDRNUMBER AD_ADDRNUM CHAR 10 0 Address number

I have created table maintenance for the table and I am getting the following error, while creating entries it display only with one field which is BUILDING NUMBER

"ADDRESS CANNOT BE MAINTAINED, ENTRY IN THE TABLE TSADRV MISSING".

Please suggest.

Thanks & Regards

Arun

3 REPLIES 3
Read only

Former Member
0 Likes
785

Please check if there is a check table linked to AD_ADDRNUM . If so then you will get that error. To avoid that , create ur own data element and domain

assign points if helpful.

Read only

vinod_vemuru2
Active Contributor
0 Likes
785

Hi Arun,

I tried this. Seems something strange. Try creating entry in TSADRV table. It is maintainable table. If it also doesnot works then u have to create Zdomain and use it. For search help u can assign ADRC as value table for ur domain.

Thanks,

Vinod.

Read only

Former Member
0 Likes
785

Hi Arun,

The usage and reference to the ADRC table is restricted by SAP, to certain std structures and tables. If someone wants to refer to this table or its fields, etc., then one needs to maintain their data element which refers to this, in this table TSADRV.

You can find more info at the SAP Help Portal.

Regards

Rekha