Good morning my friends, how are you doing today ?
I have a quick question and the experts will know if is possible or not to do using the TransactionNotification (or Notice).
I've added to my SBO_SP_TransactionNotification a query to control my Planned Quantity x Reported Quantity. Basically, when my Reported Quantity is greater than the Planned Quantity, the error shows and block (it's fine and working)
The point is: Could I "call" the SBO_SP_TransactionNotification after I've added the Quantity to check the query ?
See attached the print screen.
STEP 1: The user Input the Qty and press TAB (Event).
STEP 2: After pressed TAB the SAP B1 checks my query and if the query is TRUE the STEP 3 happens.
Please, let me know if is possible to do using only the standard SAP or if I need develop something.
Thanks !
Hi Mauricio,
Basically in SAP B1 SBO_SP_TransactionNotification is works on ADD, Update & Closed event , I think we never call SBO_SP_TransactionNotification on "Tab" event.
Case 1: But in SAP B1 FMS functionality is their we can change the SP Query in FMS form , make on extra UDF i.e status "TRUE/FALSE" & apply on this UDF, then Create the SBO_SP_TransactionNotification.
Case 2 : Develop some ADD on by using the SDK tools as per required, you can easily achieve these requirement.
Rgds,
Kamlesh Naware
Add a comment