cancel
Showing results for 
Search instead for 
Did you mean: 

Changing SRM portal labels through component configurations

Former Member
0 Kudos

Hi All,

I want to translate or change some filed in portal for SRM, for example the button called 'Publish' in the Procurement -> Strategic Sourcing  I get the technical properties for the field as below:

=====================================================

General Information About the Application and Component

Application: POWL

Web Dynpro Component: SALV_WD_TABLE

Window Information: TABLE

View Information: VIEW_TABLE

Configuration ID: 0F8NWLZ3GPH0YLFH4NWGSTA8GZSC975B

Information on Field

Field ID: F_PUBLISH

Type of UI Element: TOOLBAR_BUTTON

UI Element Library: STANDARD

=====================================================

Now, the problem I faced is that Configuration ID it shows combination of chars, so how can I found which component configuration this text belong to?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

This is the POWL button, The text need to be changed in feeder class method for action or in SPRO you have to do the POWL customizations.

More information on POWL can be found in http://wiki.sdn.sap.com/wiki/display/WDABAP/POWL


Best regards,

Rohit

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you please give me an example of how to find which feeder class work with the application?

I made changes through SPRO but with checking all feeders.

Former Member
0 Kudos

Hello Abdullah,

First find the application and powl type.

From POWL type in transaction, you will get the feeder class.

other way is put breakpoint in cl_POWL_MODEL-> Initinalize method, in this method you will get everything.

-

Best regards,

Rohit

Former Member
0 Kudos

Hi,

You need to find feeder class for this POWL in this there is a method IF_POWL_FEEDER~GET_ACTIONS here we will define all buttons and it texts.