Dear all,
I am working in PM reoprt which is Oil consumption report. It is having characteristics like Measurement document (0MDOC), Mesurement Point etc..
We are loading data from flat file and our data source is generic data source.
Now, we want to autogenerate MDOC at BI side.And also MDOC musat be unique.
To achive this i habe written autoincrement code in End routine and its working successfully. But i got one little problem.
Daily we are uploading 96 records from file in BI.So Trasnfered record and Added records must be 96.
Now other characteristics MPOINT (Measurement Point) is not unique and it can be repeated in the file.Because of this all common MPOINT will aggregated. and Added record are only 32 out of 96.
How can i do the changes in code?