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

Corresponding matchcode depending of the tablecontrol line

Former Member
0 Likes
297

Hi,

i have a tablecontrol and a field with its corresponding matchcode.

when i click in the matchcode, how can i know all the data for the same line where i've clicked (the data for the line selected) ???

Hi,

i have a tablecontrol and a field with its corresponding matchcode.

when i click in the matchcode, how can i know all the data for the same line where i've clicked (the data for the line selected) ???

1 REPLY 1
Read only

Former Member
0 Likes
268

Hi,

Try doing the following two things....

1. In the matchcode object u need to populate the 'Default Value' for the parameters.

2. In the Screen for the field whose value u want to use in matchcode, populate the 'Parameter ID'.

Give same Values ( eg ABC/WRK )

then check..

Regards