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

ADDR_GROUP

Former Member
0 Likes
1,700

All,

I have a requirement to check if the ADDR_GROUP = 'SD01' (typed in address) before saving a sales order.

I couldn't find ADDR_GROUP in any internal tables in MV45AFZZ.

I was expecting it to be in XVBADR, but it's not there.

Could xvbpa-ADRDA = 'E' be an alternative solution or can I find ADDR_GROUP somewhere in MV45AFZZ?

Thanks in advance for your help,

Isabelle

3 REPLIES 3
Read only

Former Member
0 Likes
1,203

using the XVBDR-ADRNR, go to the table ADRC to fetch ADRC-ADDR_GROUP.

then check for your condition.

Regards,

Ravi

Read only

0 Likes
1,203

Ravi,

The problem is that when my program is called the adress is not saved yet in the database in ADRC and also XVBADR-ADRNR has a temporary value such as 'AP $00000'.

Any other suggestion?

Read only

Former Member
0 Likes
1,203

The problem is that when my program is called the adress is not saved yet in the database in ADRC and also XVBADR-ADRNR has a temporary value such as 'AP $00000'.

Any other suggestion?