cancel
Showing results for 
Search instead for 
Did you mean: 

SRM webdynpro issue in Component FPM_OIF_COMPONENT

Former Member
0 Kudos

Hi Friends,

I have a requirement in SRM web dynpro component FPM_OIF_COMPONENT.

When the control is on the FPM_OIF_COMPONENT, we want to get the mode values of the component FPM_OIF_COMPONENT.

Can you please help me out how can I proceed in this?.

Regards,

Prabu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prabu ,

Can you explain what exactly get the mode values of the component FPM_OIF_COMPONENT.

Thanks & Regards

Pradeep Kumar Dondeti

Former Member
0 Kudos

   lo_task_container = /sapsrm/cl_ch_wd_taskcont_fact=>get_task_container_instance( ).

   CHECK lo_task_container IS NOT INITIAL.

   lo_task_container->get_transaction_mode(

     IMPORTING

       ev_pdo_trans_mode = ld_mode ).