Estimados, favor de su ayuda, estamos usando SAP v10 sobre SQLSERVER con localización Colombia, tengo el siguiente problema:
Por Service Layer ya hice NC referenciando a facturas que aún no se pagan sin problema, pero al hace una NC por Service Layer a una factura que ya esta pagada que como resultado mostró el siguiente error:
“In "Amount (FC)" "From" field, enter a number , ‘COP’”
El Json creado es el siguiente:
{"error":null,
"CardCode":"C9999999",
"NumAtCard":"DV00109881",
"TaxDate":"2023-06-24T19:53:30.5361222-05:00",
"DocDate":"2023-06-24T19:53:30.5361222-05:00",
"DocRate":4169.0,
"Indicator":"07",
"Series":10,
"Comments":"Folio Factura: 9999",
"DocCurrency":"COP",
"PayToCode":"000",
"ShipToCode":"000",
"SalesPersonCode":24,
"DocumentLines":[{
"BaseEntry":null,
"BaseLine":null,
"BaseType":-1,
"ItemCode":"99",
"Quantity":2.0,
"Price":162150.0,
"TaxCode":"IVA"}],
"DocumentAdditionalExpenses":[{
"ExpenseCode":1,
"TaxCode":"I_LEG_T0",
"DistributionMethod":"aedm_None",
"LineTotal":1784.0,
"WTLiable":"tNO"}],
"WithholdingTaxDataCollection":[{
"WTCode":"AUT4",
"TaxableAmount":1784.0,
"WTAmount":1784.0,
"U_Base_ML":324300.0,
"U_Base_ME":0.0,
"U_Fuente":"A",
"U_Ret_ML":1784.0,
"U_Ret_MS":0.0,
"U_Ret_ME":0.0,
"U_Tarifa":0.55},
{"WTCode":"RV14",
"TaxableAmount":8108.0,
"WTAmount":8108.0,
"U_Base_ML":324300.0,
"U_Base_ME":0.0,
"U_Fuente":"A",
"U_Ret_ML":8108.0,
"U_Ret_MS":0.0,
"U_Ret_ME":0.0,
"U_Tarifa":2.5}]}
Quedo atento.
Gracias