Just wonder why there are multiple views (records) with the same SQL query, just different names. Example:
PSXLATFIELD_VW, PTAFXLAT_SRCH and EOCF_XLATTAB_VW all delivered by PPSOFT with the identical SQL:
SELECT DISTINCT FIELDNAME FROM PSXLATITEM
My understanding is we are supposed to reuse existing record (view), not keep creating identical one. Any explanation?