Application Development and Automation 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: 
Read only

Wrong Text on the Maintenance View

Former Member
0 Likes
400

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

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

1 REPLY 1
Read only

former_member480923
Active Contributor
0 Likes
361

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.