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

Table Maintenance Generator

0 Likes
248

Hi all,

I have created a table with fields F1 and F2. Have created a table maintenance generator too using Single Step.

Whenever i create entries using the Table maintenance, say I now have entered some value for the field F1. When I press F4 button on the field F2, I want to read the value entered in field F1.

My approach was:

1) Created a POV event within the Table maintenance Fn group.

2) Created a module for the field F2.

3) Called the FM DYNP_VALUES_READ to read the screen values (to read the value entered in F1)

But unfortunately this Function Module does not return any values.

Is there any other method by which I can achieve this ?

Awaiting your inputs.

Regards,

Gayathri N.

1 REPLY 1
Read only

Former Member
0 Likes
230

This should work,

So I should focus my search on, do I correctly pass the parameters to this FM and also does the event get reached at all.

Kind regards, Rob Dielemans