Is impossible make somthing like this?
\documentclass[a4paper]{memoir}
\usepackage{microtype}
\DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\scshape\MakeTextLowercase{#1}}}%
\microtypesetup{expansion=false}%
\DeclareRobustCommand{\spacedallcaps}[1]{\textls[160]{\MakeTextUppercase{#1}}}%
\DeclareRobustCommand{\spacedallcapsB}{\spacedallcaps{\Large}}%
\begin{document}
{\spacedallcapsB Hallo}
\end{document}

\usepackage{textcase}to run your MWE – David Carlisle Aug 11 '12 at 14:11\Largewhich cleally doesn't do anything. What result do you intend? – David Carlisle Aug 11 '12 at 14:13