cancel
Showing results for 
Search instead for 
Did you mean: 

To make Mandatory Field of Delivering Plant

former_member245533
Participant
0 Kudos

Dear Experts,  I have a requirement for making Delivering field mandatory for some specific sales organization for sold-to and ship-to both which comes under sales data of customer.  In MDM, my sales data is tuple field and Delivering plant is Lookup [Flat].  I am not able to write a validation for this. Kindly suggest how can I achieve this requirement. this will be very helpful for me.  Thanks, With Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member245533
Participant
0 Kudos

Problem solved,

For writing the validation, Chooses Tuple table. Under tuple table, all fields were displayed and in that tuple table, we have added a new validation as:

If(Sales Area:Sales Org code=XXXX, Is not null (Delivering Plant * [Record]))

Thanks for support and suggestions.

Regards.

Former Member
0 Kudos

Hello,

Once possible way to achieve, is take this fields out of tuple like custom z-fields, have your validations done on that, and then through SAP PI or, Custom API, assign the values from these z-fields, to the tuple fields.

You'll have to make import maps, and syndication maps to send this, Z-fields out of MDM, and take them in via import server, in the import map, map the z-fields to the tuple fields.

this should solve your purpose.

Regards,

Abhishek