cancel
Showing results for 
Search instead for 
Did you mean: 

[Event] Receipt from Production

Former Member
0 Kudos

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 !

Accepted Solutions (1)

Accepted Solutions (1)

former_member227598
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Mr. Naware,

Please, could you explain the Case 1 ? I did not understand if through FMS I could show the error message into the status bar.

Are you telling me:

1) User input quantity and press Tab, if greater than planned, I fill the field "U_checkQty" as TRUE.

How could I capture the "U_checkQty" value ?

I cant see how to capture this value to send to SBO_SP_TransactionNotification.

Thanks.

Answers (0)