Below is my actual header
<HEADER ReqNotf="N" TransactionCode="SERVICE_CHANGE" PublisherApplID="CM" PublisherApplThreadID="1" IssueDate="2015-07-15T00:00:00" EffectiveDate="2015-07-15T00:00:00" RoutingId="100107553" DistributionType="SELECTED" BulkTransaction="N" EntityId="100107553" EntityType="CUSTOMER"/>
I want below
<HEADER ReqNotf="N" TransactionCode="SERVICE_CHANGE" PublisherApplID="CM" PublisherApplThreadID="1" IssueDate="2015-07-15T00:00:00" EffectiveDate="2015-07-15T00:00:00" RoutingId="100107553" DistributionType="SELECTED" BulkTransaction="N" EntityId="100107553" EntityType="CUSTOMER" ErrForBD="Y"/>
I have just added ErrForBD="Y"
at the end of the header.
Please help me how can I do it?