cancel
Showing results for 
Search instead for 
Did you mean: 

POWL layout config changes not appearing in NWBC portal

Former Member
0 Kudos

Dear Experts,

I am changing the powl layout in configuration, for example I've changed search criterion position in DB criteria for the feeder SAPSRM_FEEDER_SC_PROF

but when I check this NWBC postal change is not appearing.

Can some one hlep me in finding the issue?

Kind regards,

Krish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krish,

After making the changes please execute POWL_D01 report with application ID with generic users.

Thank you

Ritesh

nishantbansal91
Active Contributor
0 Kudos

HI Ritesh,

I m trying to change the POWL layout of Shopping Cart on the ESS portal report View according to the user specific. I didn't find any way. I already implemented one BADI & change the fieldcat according to the user but this BADI changes is not reflected on the POWL report. Can u please help me for solve this issue.. and I go through all the POWL reports but i am not sure which report is suitable for me.Help me urgentky

POWL query SAPSRM_FEEDER_SC

POWL Query ID is -  SAPSRM_E_CHECKSTATUS_01

Thanks.

Nishant Bansal

Former Member
0 Kudos

Hello Nishant,

What exactly your user requirement? Do they want to add new fields or remove certain field or sort it out?

Thank you

Ritesh

nishantbansal91
Active Contributor
0 Kudos

Thaks Ritesh 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 pass the Default value to the Exporting Parameter.

IF ls_query-query = 'SAPSRM_E_CHECKSTATUS_01' AND ls_querytype = 'SAPSRM_FEEDER_SC' .

CALL METHOD zcl_util=>get_opgrp_from_user

     EXPORTING

       iv_user    = sy-uname

     IMPORTING

       ev_opgroup = lv_opgrp.

    SELECT SINGLE param_value FROM zltc_opgrp_parms INTO lv_param_value

                                         WHERE zltc_opgrp = lv_opgrp

                                          AND  param_name = c_param_name.

      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.

nishantbansal91
Active Contributor
0 Kudos

Hi Ritesh,

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