function jsaSetSaveRechazados($solicitud, $texto)
{
    $xCred = new cCredito($solicitud);
    $xCred->init();
    $xCred->setRazonRechazo($texto);
}