Complex Amend using Control Total and Increment

Increment the allocation marker by '2' on all transactions for a single account '52100'. The sum of all qualifying ledger transactions is '120250544.450' and they are all debit lines.

<SSC>
    <User>
        <Name>PKP</Name>
    </User>
    <SunSystemsContext>
        <BusinessUnit>PKP</BusinessUnit>
        <BudgetCode>A</BudgetCode>
    </SunSystemsContext>
    <Payload>
        <AllocationMarkers>
            <AccountRange>
                <AccountCodeFrom>52100</AccountCodeFrom>
                <AccountCodeTo>52100</AccountCodeTo>
            </AccountRange>
            <Actions>
                <ControlTotal>120250544.450</ControlTotal>
                <DebitCredit>D</DebitCredit>
                <Increment>2</Increment>
            </Actions>
        </AllocationMarkers>
    </Payload>
</SSC>