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: 

table maintenance...

aris_hidalgo
Contributor
0 Kudos

Hello experts,

I modified a custom table named zts0001 and below are the fields that I added:

FIELDS FIELD TYPE

ZAPPROVED ZFLAG

ZEXPIRED ZFLAG

ZCREATED_BY UNAME

ZCHANGED_DATE DATUM

Now, my boss wants me that when a user checks the ZAPPROVED, that row must be shown in the report and must not be shown when the ZEXPIRED is checked. Also, the ZCREATED_BY and ZCHANGED_DATE must get its values automatically.

So I did a table maintenance for this and a form named check_row_indicator. What I need is a code for my problem. Thanks a lot guys and take care!

2 REPLIES 2

Former Member
0 Kudos

Hi,

I think you might be better off writing a separate report for this, as if you make use of the exits and tomorrow someone regenerates the table, all the code is gone.

Regards,

Ravi

Former Member
0 Kudos

Are you using table maintenance events for this?

Rob