How to Refresh Only the Rows in an SAP Pooled Table That Match a MANDT Column Value
Question
How can I refresh only the rows in an SAP pooled table that match a specific MANDT column value?
Environment
- HVR 6
- SAP ECC
Answer
In your channel, define action Restrict for the source location group with parameter RefreshCondition
GROUP | TABLE | ACTION | PARAMETERS |
---|---|---|---|
SOURCE | * | Restrict | RefreshCondition = SUBSTR({VARKEY}, 0, 3)='value' |