on 2014 Apr 15 7:08 AM
Hi all
We are currently implementing controls over customer / vendor master data. In this regard, we need to implement the following:
1. Implement duplicate controls to protect creation of duplicate vendor / master data. We have used transaction OBA5 in this regard but it only checks duplicate addresses. We intend to add other checks like tax number, VAT registration number, contact number etc. We intend to create new messages to resolve these.
2. Master data fields have standard texts. We intend to change the texts like tax number to NTN etc.
3. Validation checks on master data fields i.e. we want to restrict tax number and VAT registration number to be in specific format.
We have tried many options but are unable to find any transaction to edit standard texts and create additional checks.
Can anyone help us in this regard.
Thanks
Noman
Hi All.
I found useful information on the thread http://scn.sap.com/thread/1577212. Now I am getting error message for customers / vendors with same VAT and information message for same address and tax number 1.
Thanks all for answering.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In OBA5 you can add additional message.
OBA5 -> F2
Add mesage 272 and 273 for VAT registration number check
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Check below user exits for master data.
For customer master checks before saving.
FM EXIT_SAPMF02D_001/include ZXF04U01. Enhancement name is SAPMF02D.
For Vendor master checks before saving.
FM EXIT_SAPMF02K_001/include ZXF05U01. Enhncement name is SAPMF02K.
Ask your ABAPer to implement these customer exits and place all your validations here.
Thanks,
V V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You have to activate these enhancements by creating a project in t-code CMOD. Once activated, ABAP coding has to be done in these user exits to place all your validations. If any validation fails, raise appropriate error message.
This ensures, master data is saved only if it meets all your validations.
Thanks,
V V
Hi all,
Can anyone help in this regard.
Thanks
Noman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.