Application Development 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: 

Doubts in Table Maintenance.

Former Member
0 Kudos

Hi All.

I have to create the entries in Ztable maintenance.

Fields as follows in table

PERSK, ZDIST, ZCOT.

While creating new entries in table, need to populate search help for the field PERSK.

Search help of PERSK is need to get values if PA0001-WERKS = u2018EAAAu2019.

How to do this?

Shall I use table events?

If yes How to do the code in routine in table events?

Please guide me.

Thanks.

Regards.

Jay

1 REPLY 1

Former Member
0 Kudos

Hi,

It is possible with a minor change .....

In the table declare the field PERSK...

In the Data Element part declare a custom Data Element with domain PERSA, and maintain other attributres as instructed to u.

After all fields are ready, assign Foreign Key relationship with table T500P for the field PERSK.

Regards,

Pulokesh