An error occurred when trying to convert byte array: [32-00-30-00-31-00-30-00-30-00-30-00-30-00-30-00] of RFCTYPE: RFCTYPE_DATE with length: 8 and decimals: 0 to a .Net type. The parameter/field name is: CREDAT. ---> System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
Isso acontece pois o SAP está tentando enviar um Unicode-IDOC enquanto a RFC Destination está setada como non-Unicode, truncando os dados.
Recriar a RFC Destination e setar como Unicode.
Dica do meu amigo @diegoyamasaki
Luciano Lima [MVP] Brazil edited Revision 2. Comment: Alterado o título para padronização.