cancel
Showing results for 
Search instead for 
Did you mean: 

How to link T001-BUTXT to PA0001-BUKRS in 2 Nodes?

Former Member
0 Kudos

I want a text field linked to a ID field ,

While the ID changed , I want the text be change at once.

For example , I want the T001-BUTXT linked with field PA0001-BUKRS .

Thanks a lot.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

If your field has and F4 help you can use onEnter event attached to that field and write the query to fetch the text which you can display at the side of the company code.

Otherwise also onEnter can be used which will be called on the press of enter also.

as suggested earlier the wdmodifyview will also help.

Regards,

Manish

reward pts will help

Former Member
0 Kudos

Hi Fred,

Just create a dummy node and linke this to Textview property of text field. Now whever you want to change the value then pick it up and update this node with new value then automatically it will appear on the view.

But you do this coding in WDDOMODIFYVIEW method so that whenever the value changes it will apply the latest value to your Text view.

I think this may solve your problem.

Warm Regards,

Vijay