BN531 Cannot change with Stop function code

Author
Messages
FireGeek21
Veteran Member
Posts: 84
Veteran Member

    Trying to use BN531 to stop a Defined Contribution benefit but I am getting "Cannot change with Stop function code."  Can someone help me with what the bnbatch should look like?

     

    Fc,Company,Employee,PlanType,PlanCode,PayRate,PctAmtFlag,StartDate,PreAftFlag,EmpPreCont,StopDate

    S,1,100101,DC,4032,0,P,01012019,P,0,10122019

     

    01012019 is the start date on the existing record and 10122019 is the stop date I want to use.

     

    The following record works to change data:

    Fc,Company,Employee,PlanType,PlanCode,PayRate,PctAmtFlag,StartDate,PreAftFlag,EmpPreCont,StopDate
    A,1,200201,DC,4032,004,P,10122019,P,004,

     

    Thank you!

     

    Ragu Raghavan
    Veteran Member
    Posts: 468
    Veteran Member
      I suspect BN531 thinks you are changing something other than Stop_date.

      Fc,Company,Employee,PlanType,PlanCode,PayRate,PctAmtFlag,StartDate,PreAftFlag,EmpPreCont,StopDate
      S,1,100101,DC,4032,0,P,01012019,P,0,10122019

      In your example, PayRate and EmpPreCont are 0. Try setting them to whatever is currently on the Benefit record.
      ---