Question:
I am getting error like this, is there any mistakes in my CSV file , please help us.
This is my CSV file
CUST001,SREP01,MAT001,2,CS,1,,19980304
CUST002,SREP02,MAT002,2,CS,2,,19990526
CUST002,SREP02,MAT003,5,CS,3,,19990730
CUST003,SREP03,MAT003,5,CS,4,,20000101
CUST004,SREP04,MAT004,50,EA,5,,19991023
ERROR
Error in conversion exit CONVERSION_EXIT_CUNIT_INPUT
Message no. RSAR137
Diagnosis
An error occurred in record 1 during execution ofconversion exit CONVERSION_EXIT_CUNIT_INPUT for field UNIT.
Procedure
Check that the record where the error occurred has the correct format, and correct it accordingly.
Regards
Answer:
Check table T006 in BW to see if it has a record for UOM = "CS". (I just checked on our system and we do not have this value as a valid UOM.)
Of course, if this value is valid on your R/3 system but not in BW, you will need to re-extract the UOM table from R/3.
Hope this helps...
Bob
Answer:
Hi Bob
Thanks a lot for your reply. I am just uploading flatfile only.
Regards
Venlon
Answer:
Each record of your flat file has to have a valid Unit of Measure (UOM) for the quantities. I assume the UOM is in the 5th field of your records, since row 5 has "EA" there. The error message is telling you that "CS" in row 1 is not a valid UOM, I believe.
If this is a new UOM that is not in T006 on BW or on R/3 but is needed anyway, you can add it to T006 manually.
Bob