cancel
Showing results for 
Search instead for 
Did you mean: 

Kick off BRF badis in Approval process view

Former Member
0 Kudos

Hi,

      I have a custom requirement to add a new section on webdynpro screen on the Shopping cart 'Approval Process Overview' at the item / header level.

In my custom section, I can manipulate BRF approvers (like including, excluding etc)

When I hit my custom button 'Apply', I need to kick of the BRF badis again and also update the standard webdynpro context (Where the process level approval data is stored), I tried calling 'refresh()' method of several mapper interfaces like (/sapsrm/if_cll_dom_apv_ext etc), but could not achieve the refresh.

Is there a way to say that a change has happened and let SAP standard code triggers the calls to BRF and determination of view context by itself?

Any suggestions are welcome.

-- Amit kumar Jain

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Solved,

Just call the following in sequence.

/sapsrm/if_pdo_do_apv_ext->set_refresh_required( iv_refresh_required = abap_true )

/sap/srm/cl_ch_wd_dom_apv_it->/sapsrm/if_cll_mapper~refresh( ).

Solved.

Closing message

Answers (0)