cancel
Showing results for 
Search instead for 
Did you mean: 

Previous+Next+Order Buttons are disappearing

former_member204255
Participant
0 Kudos

Hi All

When the user clicks the Order button, a popup window is being displayed. This has been implemented by me as per requirement by the business.

I am facing the issue that after user clicks on "OK" or "Cancel" button on the Pop-Up all the three buttons are getting lost. Previous button + Next button +Order button.

It relates the SRM Shopping Cart scenario. SC application is build based on FPM GAF.

Do you have an idea about the cause of this strange behaviour.

Enhancementwas done in: Class

/SAPSRM/CL_CH_WD_MAP_TB_SC, Interface /SAPSRM/IF_CLL_IDENT_MAPPER, Methode HANDLE_EVENT

Br

Airwave

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204255
Participant
0 Kudos

Hi Imi,

thank you for your kind hint.

I have tried to populate lv_visible with true all over time while looping over

mt_toolbar_actions,

but without any success.

Via SE38/enter /SAPSRM/CL_CH_WD_MAP_TOOLBAR==CM008

go to line 69

Set VISIBILTY false by default

lv_visible = 01. // this is set to false by default

Best Regards

Airwave

ImreMatyas
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Airwave,

If I understand the scenario well, the SC Wizard toolbar metadata is not refreshed well. Technically, the method /SAPSRM/IF_CLL_MAPPER~REFRESH (which is implemented in class /SAPSRM/CL_CH_WD_MAP_TOOLBAR) should call the UPDATE_ACTIONS method. There, the variable "lv_visible" should overwrite the default "false" upon coming back from your custom pop-up.

Please debug the above methods by setting an external breakpoint on the user, and - if my above understanding is correct - change the defaults according to your requirements.

Best regards,

Imi