on 2018 Sep 24 5:51 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.