cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Wizard: [SBO_SP_TransactionNotification] and et_FORM_DATA_ADD event

TomasVCZ
Explorer
0 Kudos
112

Hello,

We want to trigger operations of our addon by the Add and Update of Payment asisstant.

But the event or SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD and SAPbouiCOM.BoEventTypes.et_FORM_DATA_UPDATE

(BusinessObjectInfo.ActionSuccess = TRUE BusinessObjectInfo.BeforeAction = FALSE) does not occur.

We have verified this property, without any addons by monitoring of SBO_SP_TransactionNotification.

There will be no event after creating and saving new payment assistant in the state recommended (new entry OPWZ)

But the event occurs, when we open an existing assistant and save it in the state is still recommended.

Do not know whether this is a bug or feature?

Regards

Tomas Langer

Accepted Solutions (0)

Answers (1)

Answers (1)

christophe_averous
Active Participant
0 Kudos

Did you try the eventlogger utility.

It will show you the event logged by SAP

Link: [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/ede3be37-0e01-0010-1883-cd1b5293473e]

Christophe

TomasVCZ
Explorer
0 Kudos

Hi Christophe,

thanks for your response.

I have tried logging of events in my addon and in SBO_SP_TransactionNotification.

I think result should be the same.

What I need is to have an event ADD or UPDATE in SBO_SP_TransactionNotification when SBO-user adds or updates Payment asistent.

I would be happy if someone who uses B1 integration will check content of table SBO-Common. [SEVT] after adding of payment assistent on their system. ObjType is 157.

Regards

Tomas Langer

christophe_averous
Active Participant
0 Kudos

Hi,

Did you run a SQL profiler to see exactly what SAP is dealing with SQL

Regards

Christophe

TomasVCZ
Explorer
0 Kudos

Hi,

what should I exactly to looking for in the SQL trace in this case? I'm using it very often to analyse bugs of SDK.

I think we (3rd party developers) have seen the SDK as a black box and not always analyze internal process of SBO and SDK.

It's clearly declared how to behave, what events occur when is the procedure SBO_SP_TransactionNotification called and what is the use of it.

Ok, I think I should write a message to SAP.

Best regards.

Tomas