cancel
Showing results for 
Search instead for 
Did you mean: 

[SAP B1] Triggering an event except for "ET_1_AFitemPressed", after inserting or updating using UDO.

0 Kudos

Hello,

I have a question about creating an event.

Instead of triggering the event "ET_1_AFitemPressed",

what other events can I trigger right after inserting or updating using UDO(changing data in the matrix and then clicking the button "1")? The events must occur after clicking the button "1" which triggers insert or update based on UDO. If you could give me some advice on this, I would really appreciate it.

Thanks

Wonuk Jeon

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can also use FormDataEvent for the same.

Here is how to initialize it:

SBO_Application.FormDataEvent += new SAPbouiCOM._IApplicationEvents_FormDataEventEventHandler(Handle_SBO_DataEvent);

More samples on this can be found under SDK Help Center, Samples or here on community itself.

Hope it helps!

Kind regards,

ANKIT CHAUHAN

SAP SME Support

0 Kudos

Thanks, Mr Chauhan. I've finished my work using FormDataEvent.

Have a good day

Answers (0)