on 2022 Apr 14 11:52 AM
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>
Request clarification before answering.
User | Count |
---|---|
102 | |
39 | |
6 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.