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

Multiple address number fields on a table

Former Member
0 Likes
775

Hi. I have a Z table which had an address field ADRNR data element AD_ADDRNUM. When maintaining the table via SM30, there is a function button "Address" to maintain this field. I have just added a second address field ZCRED_ADRNR data element AD_ADDRNUM. Now every time I try to maintain these addresses via the function button in SM30, I get a message "Address for object ... not found. Do you want to create a new address?" If I choose to create a new address, the address number in ADRNR is changed (eg from 0700264579 to 0700264580) and the address number in ZCRED_ADRNR appears as @NEW000000 - even though I only got one "Edit Address" popup. If I look on table ADRC there is a record for the old address from field ADRNR (0700264579) is there, plus the new one (0700264580) but there is no record for ZCRED_ADRNR (@NEW000000).

Could anybody tell me what I've done wrong?

Hi. I have a Z table which had an address field ADRNR data element AD_ADDRNUM. When maintaining the table via SM30, there is a function button "Address" to maintain this field. I have just added a second address field ZCRED_ADRNR data element AD_ADDRNUM. Now every time I try to maintain these addresses via the function button in SM30, I get a message "Address for object ... not found. Do you want to create a new address?" If I choose to create a new address, the address number in ADRNR is changed (eg from 0700264579 to 0700264580) and the address number in ZCRED_ADRNR appears as @NEW000000 - even though I only got one "Edit Address" popup. If I look on table ADRC there is a record for the old address from field ADRNR (0700264579) is there, plus the new one (0700264580) but there is no record for ZCRED_ADRNR (@NEW000000).

Could anybody tell me what I've done wrong?

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
595

Looks like somebody created some sort of check in your table maintenance via the predefined events for table maintenance. So try to find out in which event this check is triggered and why.

Read only

Former Member
0 Likes
595

Thanks Micky, but that's not it - there are no events. Any other suggestions anyone?

Brigitte