cancel
Showing results for 
Search instead for 
Did you mean: 

Transactional Event

analytics
Advisor
Advisor
0 Kudos

Is that possible to define my own button with transactional flag in FPM configuration? It seems FPM is hardcoding the transactional event with FPM_SAVE etc.

I want to use a flag to do additional check (etc. dirty check and commit to continue) or extra processing (follow-up popup), or you have other attribute of event which I could use?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193369
Active Participant
0 Kudos

Hello Bill,

there is the attribute MV_EVENT_IS_TRANSACTIONAL of class CL_FPM_EVENT which makes an event transactional or not. This attribute can be set at runtime. So you can't configure a button to be transactional at design-time - but you can make it transactional at runtime in method OVERRIDE_EVENT_OIF (or OVERRIDE_EVENT_GAF for GAF).

Best regards,

Christian

Former Member
0 Kudos

... no you can't.

I am facing the same problem.

The mentioned attribute is read-only.

Any other ideas ??

Best Regards

Michael