cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 " SBO_SP_PostTransactionNotice " Error message

0 Kudos

We are using SAP B1 9.3, recently we want to prompt user after update item master,

IF ((:transaction_type=(n'A') OR :transaction_type=(n'U')) AND :object_type='60')

Begin

UPDATE OIGE SET Comments = concat(Comments,' / ',DocNum) WHERE DocEntry = :list_of_cols_val_tab_del End;

the code is works fine in SBO_SP_TransactionNotification, to test, I just simply add code like this,

IF ((:transaction_type=(n'A') OR :transaction_type=(n'U')) AND :object_type='60')

Begin

UPDATE OIGE SET Comments = concat(Comments,' / ',DocNum) WHERE DocEntry = :list_of_cols_val_tab_del Select @error = 1, @error_message = ' Update Working Sucessfully ';

End;

but it is nothing happened, message display, " operation completed successfully"

can anyone that has experience made SBO_SP_PostTransactionNotice work........?????

former_member763929
Participant
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with Community Q&A , as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line.

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial Q&A tutorial

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your Profile you encourage readers to respond.

Accepted Solutions (0)

Answers (0)