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

ADR6 TABLE_Internal Error

Former Member
0 Likes
2,739

Dear experts,

I deleted email id on some of the address ids in ADR6 table as I have multiple address number for the same person number that is linked to my BP profile. Unfortunately I lock my user id and password and I requested security to unlock my id. Now the security is getting below error message. Please advise how I can resolve this.

"Internal error - Insert in sorted tabl ZADRU with 3000.....320181NT001 AD_DEFAULT"

Thanks,

Sri

5 REPLIES 5
Read only

Former Member
0 Likes
1,059

Slect (double click) the record you want to edit in ADR6 <> /h enter and enter

Duouble click on code and on right side double click on edit icon and type EDIT <> debugger <> continue <> OR F8

Read only

Former Member
0 Likes
1,059

> I deleted email id on some of the address ids in ADR6 table...

So "**** in, **** out" works the other way around as well for referential DB models heh...

Have you considered that there might be more than 2 tables used by appications which depend on them and this is just the beginning of a big mess?

Cheers,

Julius

Read only

0 Likes
1,059

nup

closing this as we found a work around

Read only

0 Likes
1,059

what you have done as workaround?

Read only

Former Member
0 Likes
1,059

I have the same problem. For me the solution was to update the table  ADCP and set the field  FLAGCOMM6 to space, like this:


Update ADCP Set FLAGCOMM6 = ' ' Where ADDRNUMBER = <fs_data>-addrnumber.

The flag FLAGCOMM6 indicates that an email address is maintained.

I hope this can help other.