EIM Export Matches
Hello,
Is it possible to achieve Export matches for two table like shown below. Does it construct as AND Statement.
[Export Attachment]
TYPE = EXPORT
BATCH = 109
TABLE = EIM_ACT_DTL
ONLY BASE TABLES = S_EVT_ACT,S_ACTIVITY_ATT
EXPORT ALL ROWS = FALSE
EXPORT MATCHES = S_EVT_ACT,(TODO_CD = 'Prospect Email')
EXPORT MATCHES = (FILE_NAME IS NOT NULL)
Thanks