Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

Issue on OTR text transalation in IF_POWL_FEEDER~GET_ACTIONS method.

$
0
0

hi,

 

 

   i want to display the button in POWL with russian language . All the fields are displaying in RUSSIAN language , but the thing is the button alone not translating into russian language .

 

IF l_exit_op IS NOT INITIAL.

           ls_action-actionid = gc_action_exit.

           ls_action-cardinality = 'I'. "single

           ls_action-placementindx = ls_action-placementindx + 1.

           ls_action-text = cl_wd_utilities=>get_otr_text_by_alias( 'PTRM_WEB_UI/EXIT' ).

           ls_action-tooltip = ls_action-text.

           INSERT ls_action INTO TABLE c_action_defs.

         ENDIF.


In debugging c_action_defs shows the text in RUSSIAN language , but while ruuning the application it displays in RUSSIAN language,


  Pls try to give me the solution...


Viewing all articles
Browse latest Browse all 3667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>