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