2007 Sep 10 7:38 AM
Hi ,
I am facing one problem.
I have created a maintenance view for one z table and HRP1000.
The select conditions is HRP1000-OBJID = 'O' AND HRP1000-PLVAR = '01' AND BEGDA <= SY-DATUM AND ENDDA >= SY-DATUM AND LANGU EQ SY-LANGU
where as join condition is as follows HRP1000-OBJID = ZAPJ_PJPOR-ZPJ_PUORG
We are fetching the SHORT and TEXT from HRP1000 .
The short and text fields in the maintenance view always contain the description maintained n GERMAN language.Even i am checking for sy-langu.
Is there any way i can modify the values at the runtime and update the view data.
Thanks and Regards
Sohit
2007 Sep 10 8:32 AM
Hi,
I have a FM: TRM_WORD_BY_WORD_PROPOSAL that can translate the words 1-1 but before using the FM in runtime please maintain the Proposal entries for the words in SE63.
Hope That Helps
Anirban M.