on 2023 Apr 14 8:31 AM
Hello Expert,
Our Client has asked if it is possible to Implement VIES VAT Check validation with the help of BRF+ in SAP MDG BP.
We know that Validation is possible via Coding in USMD_RULE_SERVICE BAdi by calling the API and passing the necessary details, but bussiness wants it do with the help of BRF+
Let me know if any documents,blogs or any article.
Thanks and Regards,
Deepak Maurya
Request clarification before answering.
Hi
possible (assuming the webservice is synchronous), but doesn't make much sense (adds another layer of complexity, I would implement this in BAdI)
anyway if the "client knows better", here is how to do it:
https://blogs.sap.com/2016/04/22/creation-of-procedure-call-in-sap-brf/
in short you add a rule with Procedure Call in IF condition and this PC should return boolean,
in PC definition you map it to previously prepared Function Module or public static method of your class (including mapping of parameters to BRF+ context)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi deepakmk1996
Yes, it's possible. Define a Service Consumer for the VIES service and then call the generated Function Module in BRF+.
BR,
R.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.