Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

POWL: Heading translation

Former Member
0 Kudos

Hi,

I need the headings of the POWL which displays the Overtime report of the employees in MSS, to be translated to Swedish.

Can you please tell me where I can translate only the headings of the report?

Regards,

Aparna

13 REPLIES 13

former_member201275
Active Contributor
0 Kudos

Have you tried SE63?

0 Kudos

Sorry, but it is the heading of a POWL that I need to translate. How can I do that in SE63?

Aparna

0 Kudos

SE63 -> Translation -> ABAP objects -> Short Texts.

then: S6 Technical short texts, and double click on 'WDYN'

under object name enter your object name.

0 Kudos

But what would be the object name? CL_POWL_INFOSET_QUERY is the feeder class, POWL is the application for which I have my own application and component configuration.

Aparna

0 Kudos

It will also help if you can tell me how to edit the column headings.

It is not necessary that we translate it (because the report will be seen only in Swedish).

So is there a way by which I can edit the column headings?

Aparna

0 Kudos

Sorry.

Have you tried these transactions:

1) query_name - can be defined in POWL_QUERY transaction (description column).

2) type_name - can be defined in POWL_TYPE transaction (description column too).

Query descriptions and types descriptions can be translated to other languages in POWL_QUERY and POWL_TYPE transactions respectively (Goto -> Translation).

0 Kudos

Yes, I have tried that. But that doesn't meet my requirement.

I have to change the column headings. Any way that I can edit the field catalog that the powl uses?

Aparna

0 Kudos

Ok, then I don't know. Was hoping somebody else on here might know and reply but seemingly not!

Last suggestion... maybe try google? I found this: http://scn.sap.com/thread/1608181 which suggests POWL_EASY.

0 Kudos

POWL_EASY and SRM translation doesn't work in this case...

0 Kudos

Can you post some screen shots of what you want changed. Preferably from beginning to end i.e. i would like to see what you are running.

0 Kudos

I want to edit the column headings of the POWL (highlighted in yellow) :

Its feeder class is CL_POWL_INFOSET_QUERY.

0 Kudos

Behind this will be a webdynpro component, within this component will be views, and within these views will be the windows with texts. Normally these are OTR texts and can be maintained with transaction SOTR_EDIT.