cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Urgent SRM Fieldcat layout for the User Specific in POWL SAPSRM_FEEDER_SC

nishantbansal91
Active Contributor
0 Likes
307

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

Accepted Solutions (0)

Answers (2)

Answers (2)

nishantbansal91
Active Contributor
0 Likes

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

Former Member
0 Likes

Use Badi WF_SUBSTITUTE

1871956 - Can I restrict the users found when creating a substitute via UWL?

Regards,

Sushil.

nishantbansal91
Active Contributor
0 Likes

Hi Sushil,

As per my understanding this BADI is called after selecting the Name of the user which is coming by F4 event. My requirement is to Filter F4 which is not possible.. if you want to restrict the user after F4 then this BADI may be useful for u..

Thanks

Nishant Bansal

konstantin_anikeev
Active Contributor
0 Likes

Hi Nishant,

have you deleted cached queries for user with Report POWL_D01?

Regards

Konstantin

nishantbansal91
Active Contributor
0 Likes

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.

Ask a Question
Top Q&A Solution Author