cancel
Showing results for 
Search instead for 
Did you mean: 

Mobile Number Mandatory in Service Notification Address

Former Member
0 Kudos

In service notification, when we use a one-time customer as sold-to-party a pop-up screen ' Address Maintenance' appears. In the address maintenance screen we want to make the field 'Mobile Phone' as mandatory. Please suggest how this validation can be built via configuration or abap development.

We are in version 4.7 c.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you give us the table & field details of that mobile number??

Former Member
0 Kudos

The field name is : MOB_NUMBER

Data element: AD_MBNMBR1

Screen field: SZA1_D0100-MOB_NUMBER

Actually this is passed via structure: SZA1_D0100

Before the value is stored in any table we need to check if the field is blank during creation mode and build a validation such that it is a mandatory field

Former Member
0 Kudos

Check for Field Selection option of Notification or Customer to make it mandatory. If not, check for the user exit at Notification save event to check the value of this field.

Former Member
0 Kudos

Use exit ICSV0003.

peter_atkin
Active Contributor
0 Kudos

You'll probably be able to get the address data from ABAP memory (using a standard FM or field-symbols) in the user-exits at saving a notification (QQMA0014).

PeteA