cancel
Showing results for 
Search instead for 
Did you mean: 

Read button action

Former Member
0 Kudos
629

Hi,

Can anyone help me in reading button action as per below snapshots.

i want to read MV_EVENT_ID.

Thanks

View Entire Topic
Archie-Hammer
Explorer
0 Kudos

Looks like, from the green icon, that the attribute is public as is the MO_CURRENT_EVENT. So to read MV_EVENT_ID you would need to do:

lo_fpm->mo_current_event->mv_event_id.

Former Member
0 Kudos

Thanks for your quick response.I tried it & its not working

Archie-Hammer
Explorer
0 Kudos

That seems odd. almost as if MO_CURRENT_EVENT is not bound. Could be the MT_EVENT_QUEUE is empty?

former_member226239
Contributor
0 Kudos

Where are you trying to read (method) the event name?

Do you have any of the following import parameters: IO_EVENT or IV_EVENTID? If yes, then check them.

-Chandra

Former Member
0 Kudos

Hi,

MT_EVENT_QUEUE is not empty.Let me know how can i read the value?