on 2013 Sep 16 9:32 AM
Hi Guys,
I want to change the Layout as per the User for the POWL type SAPSRM_FEEDER_SC i have implement one badi based on this /SAPSRM/BD_POWL_CHNG_FIELDCAT but the changes in this badi are not reflected back to the User Screen. Kindly help me.
But in SPRO setting there is a default setting for all the user but i only want the User-Specific .
Thanks.
Nishant Bansal
Request clarification before answering.
Hi Konstantin,
We have one another problem in the Substitution process of the Workflow. The requirement is to filter the Search help as per the Company code.We find on SDN several Post and find one Web Dyn. Component name IBO_WDC_WFL_SUBSTIT Similar to that one but debugger is no stopping at all in any of method.
Below is the screen shot where we want to filter the search help according to the company code level.
After LOGIN->Purchasing->under the Refresh button->Mange substitute and click on search Button this popup is come.
Thanks.
Nishant Bansal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nishant,
have you deleted cached queries for user with Report POWL_D01?
Regards
Konstantin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Konstantin for Reply,
But problem is solved now. The Actual requirement is to change the ESS-SC Default View as per the User company code. So we made one Layout in the POWL_QUERY tcode & change the URL value to X to Config and make one Master Query & save the Layout and also done enh, in the method. GET_ALV_CONFIG of class CL_POWL_UTIL and and delete also query from POWL_D01 Report. and Store the Name of the Layout in the Custom table and Change the Default value of the Exporting Parameter Default_View of this method.
IF ls_query-query = 'SAPSRM_E_CHECKSTATUS_01' AND ls_querytype ='SAPSRM_FEEDER_SC' .
SELECT SINGLE param_value FROM ...... into lv_param_value
e_default_view = lv_param_value+0(6) . " here we pass the Value to the Exporting parameter &
get the Default View as the user Want.
endif .
Thanks.
Nishant Bansal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.