Is there a way to set up the population of a MDT without using an input file?
I have a master data type that is two fields and is fed by one entry in a file that never changes. Can you just set the fields in the MDT to the values needed and not worry about having a datastore set up in the transform as the input data?
MDT: ZSMDT
Fields: ZID; ZAAKF
Values: 1; <null>
My understanding is that this MDT needs to be updated daily (with a REPLACE operation).