Your videos are the best ! I am a newbie with B1UP and I can't seem to figure out how to block a document from being copied to another document when a condition is met.
@@BattleshipCobraSAP Thanks for the guidance! The purpose of my validation is to stop a user from "copy-to/from" if an item has been made inactive since the original document was added. My thought process is to create a validation before SAP where the condition is a line loop UF. This UF would then check the current status of each item on the matrix. This is just a thought, I intend to test it shortly.
Hey Mike, great video as always! Very educational. Just a question: why not using the "ItemChanged" field when validating the BP Code and Name field instead of using the additional hidden UDF as you did? Wouldn't the result be the same? Cheers!
Hi Mike, working on a Production Order and would like to add a field next to the item being produced with the current inventory on hand of that product. Tried validation with data load and bring the on hand from OITM but is not working, any advise?
Hi Maria, your approach seems correct. Data Load would do the update from your UF when you move between production orders. You may need secondary or tertiary triggers for example when you open the form from a golden arrow or duplicate the production order. Sometimes the hardest part is finding the best trigger. What I might do is make my B1 Validation broader but then use an SQL filter and a hidden UDF (make a "DataLoad" UDF of numeric type and then place it with ITP and set to pane 999), then in your B1 Validation check if the stock level is already the same before triggering. This way you can avoid the updates if necessary through UI and you can use a broader trigger or multiple triggers. You could also use the PostTransaction StorProc to just update the UDF (via SQL) you have placed any time a stock change has happened. This way you can avoid the B1 Validation soup completely.
Hi Felipe, you will have to contact your SAP Partner who can provide you with a regional price list. I don't sell this add-on directly (or any add-ons for that matter).
Nice one, never used pane 999, but will do from now on. Every day is a learning day!
Thanks for the video, B1UP is my favorite tool
Awesome information. Thank you
Thank you so much! This made my day. Any particular video topic(s) you would like to see?
Wow, love this video :) THX
Your videos are the best ! I am a newbie with B1UP and I can't seem to figure out how to block a document from being copied to another document when a condition is met.
@@BattleshipCobraSAP Thanks for the guidance! The purpose of my validation is to stop a user from "copy-to/from" if an item has been made inactive since the original document was added. My thought process is to create a validation before SAP where the condition is a line loop UF. This UF would then check the current status of each item on the matrix. This is just a thought, I intend to test it shortly.
Dude, nice mask. Did Boyum include that in 2020.05 HF01?
Very thanks for the video😊
Hey Mike, great video as always! Very educational. Just a question: why not using the "ItemChanged" field when validating the BP Code and Name field instead of using the additional hidden UDF as you did? Wouldn't the result be the same? Cheers!
Will you provide stored procedure for purchase order based on total,currency and series
Thanks 👍
Hi Mike, working on a Production Order and would like to add a field next to the item being produced with the current inventory on hand of that product. Tried validation with data load and bring the on hand from OITM but is not working, any advise?
Hi Maria, your approach seems correct. Data Load would do the update from your UF when you move between production orders. You may need secondary or tertiary triggers for example when you open the form from a golden arrow or duplicate the production order. Sometimes the hardest part is finding the best trigger. What I might do is make my B1 Validation broader but then use an SQL filter and a hidden UDF (make a "DataLoad" UDF of numeric type and then place it with ITP and set to pane 999), then in your B1 Validation check if the stock level is already the same before triggering. This way you can avoid the updates if necessary through UI and you can use a broader trigger or multiple triggers. You could also use the PostTransaction StorProc to just update the UDF (via SQL) you have placed any time a stock change has happened. This way you can avoid the B1 Validation soup completely.
How much costs this addon?
Hi Felipe, you will have to contact your SAP Partner who can provide you with a regional price list. I don't sell this add-on directly (or any add-ons for that matter).