cancel
Showing results for 
Search instead for 
Did you mean: 

Validation or somethin else (for master records)

0 Kudos

Hi everyone, I just want to set some rules in vendorsu2019 master records, and I donu2019t how I can do this with some validation or with something else. I want when sap user creates vendor master records, if the bank country key (field u2013 BANKS) is = u201CMKu201D, then the field Bank account number (field u2013 BANKN), must be 12 characters or the vendor master records canu2019t be saved. So please if is possible, then some one to send me detail (because i am new on this) example how it can be done.

Moderator: Please, search SDN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can achieve this by activating user exit SAPMF02K (T.code SMOD) and writing necesary coding in EXIT_SAPMF02K_001.

Regards

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

You can control this using country specific checks in view V_005_B.

Use transaction code SM30 to maintain the settings here.

Also you can access the setting with below patch.

IMG > SAP NetWeaver > General settings > Set countries > Set Country Specific Checks.

Thanks!

Raju

0 Kudos

Thanks, that was exactly what i needed. HUGE thanks

Former Member
0 Kudos

Hi, include ZXF04U01, ZXF05U01