Symptom
Runtime error when trying to upload statistical key figures value in APP Manage Statistical Key Figure Values.
Environment
SAP S/4HANA Cloud
Reproducing the Issue
Download the upload template, there's pre-condition that user need to choose separator, there are separator 'Semicolon', 'Comma' and 'Tab'.
If user choose 'Semicolon' or 'Comma' as separator, however, fill in the data in not only one Column.
For example, user want to upload data like:
Receiver Cost Center;Statistical Key Figure;Quantity;Text;.....;
10101101; SKF; 12; test; .....;
However, when filling the data shown as
Column 1 | Column 2
10101101; SKF; 1 | 2; test; .....;
When uploading above combination template will cause runtime error.
Cause
Uploading data split into 2 columns, the column separator will be considered as ','
In above example, quantity 12 will be considered as '1,2' and cannot be interpreted as a number, cause runtime error.
Resolution
Kindly modify the data to one column and avoid separating the data into 2 columns for uploading.
Keywords
Statistical key figures, SKF, upload, runtime error, ST22, manage statistical key figures. , KBA , CO-FIO-PCA-MD , Master Data , CO-FIO-PCA-MD-2CL , Master Data (Public Cloud) , Problem