Hello Experts,
We have a business scenario where in we are importing legacy data into sourcing using the deployment workbooks.
We are currently working on have the supplier (class 607) imported.
There is one field which we have not been able to successfully import i.e. the Default Language (DISPLAY_LANGUAGE)
The instructions to import it are as follows:
DISPLAY_LANGUAGE | Reference | References the LANGUAGE;COUNTRY field of a Language Pack |
And we have tried the following combinations with no success, to make the language Italian for a supplier.
EXTERNAL_ID | DISPLAY_LANGUAGE |
000408Y | it; |
000408Y | it;IT |
000408Y | it;* |
000408Y | it |
The warning displayed is
# Record 1. Warning: An error was encountered in column DISPLAY_LANGUAGE which had the value it;: while trying to invoke the method com.sap.odp.common.db.ColumnMdIfc.getFieldType() of an object loaded from local variable 'columnMetadata' |
The same is displayed for all the combinations that we have tried above and the value is not updated.
Could you please guide as to how this field must be imported?
Any help will be appreciated!