IBM Sterling B2B: Map Editor
UPDATE Process Data in map extended rules
UPDATE processdata set xpathresult = var/#field where xpath="header";
SELECT Process Data in map extended rules
SELECT xpathresult into var/#field from processdata where xpath="header";