cancel
Showing results for 
Search instead for 
Did you mean: 

EmployeeDataBundleMaintainRequest_sync - Flag MainBankIndicator is ignored

andreas_jung11
Newcomer
0 Kudos
255

Hi Everyone,

I try to change the bank information of an employee by using the EmployeeDataBundleMaintainRequest.

Everything works fine and all fields are changed, but the flag MainBankIndicator = true is ignored...it is not checked in ByD.

Any ideas?

This is my XML for the call.

<?xml version="1.0" encoding="UTF-8"?>

<code><ns4:EmployeeDataBundleMaintainRequest_sync xmlns:ns4="http://sap.com/xi/SAPGlobal20/Global">
   <BasicMessageHeader />
   <EmployeeData actionCode="02">
      <ObjectNodeSenderTechnicalID>EmployeeData</ObjectNodeSenderTechnicalID>
      <ChangeStateID>20220412130038.3443490</ChangeStateID>
      <UUID>00163ED3-E60F-1EDC-AEC9-8267E89FA46C</UUID>
      <InternalID>8000001005</InternalID>
      <PaymentInformation>
         <ObjectNodeSenderTechnicalID>PTV</ObjectNodeSenderTechnicalID>
         <PaymentFormCode>06</PaymentFormCode>
         <BankDetails actionCode="04">
            <ID>0001</ID>
            <BankInternalID>5668</BankInternalID>
            <BankAccountID></BankAccountID>
            <BankAccountHolderName>John Doe</BankAccountHolderName>
            <BankAccountStandardID>DE12345678906666</BankAccountStandardID>
            <MainBankIndicator>true</MainBankIndicator>
            <ValidityPeriod>
               <StartDate>0000-01-01</StartDate>
               <EndDate>9999-12-31</EndDate>
            </ValidityPeriod>
         </BankDetails>
      </PaymentInformation>
   </EmployeeData>
</ns4:EmployeeDataBundleMaintainRequest_sync>
<code>Regards,<br>Andreas

<br>

Accepted Solutions (0)

Answers (0)