Hi Team,
Same way i have same problem when creating the Customer From the SOAP UI
Below is the code for creation of Customer from SOAP UI
and i checked in Application and user management => Business Communication Monitoring but no record for the error
Can you please suggest me what can i do for this ?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global" xmlns:a00="http://sap.com/xi/AP/CustomerExtension/BYD/A0014" xmlns:glob1="http://sap.com/xi/AP/Globalization">
<soapenv:Header/>
<soapenv:Body>
<glob:CustomerBundleMaintenanceCheckRequest_sync_V1>
<!--1 or more repetitions:-->
<Customer actionCode="01">
<Person>
<GivenName>Chandan</GivenName>
<MiddleName></MiddleName>
<FamilyName>Bankar</FamilyName>
<NickName>chandu</NickName>
<NameFormatCountryCode>IN</NameFormatCountryCode>
<GenderCode>M</GenderCode>
<BirthDate>12/09/1985</BirthDate>
<NonVerbalCommunicationLanguageCode>EN</NonVerbalCommunicationLanguageCode>
</Person>
<AddressInformation actionCode="01" addressUsageListCompleteTransmissionIndicator="true">
<PostalAddress>
<CountryCode>US</CountryCode>
<CountyName>United State</CountyName>
<CityName>New jercy</CityName>
<DistrictName>NJ</DistrictName>
<StreetPostalCode>Woodbridge</StreetPostalCode>
<POBoxPostalCode>14204</POBoxPostalCode>
<CompanyPostalCode>14204</CompanyPostalCode>
<StreetPrefixName>StrPrefixName</StreetPrefixName>
<AdditionalStreetPrefixName>StrPrefixName</AdditionalStreetPrefixName>
<StreetName>Seneca Street</StreetName>
<StreetSuffixName>StreetSuffixName</StreetSuffixName>
<AdditionalStreetSuffixName>AddStrSuffixName</AdditionalStreetSuffixName>
<HouseID>145</HouseID>
<CareOfName>CareOf2</CareOfName>
<POBoxDeviatingCountryCode>US</POBoxDeviatingCountryCode>
<POBoxDeviatingRegionCode>CA</POBoxDeviatingRegionCode>
<POBoxDeviatingCityName>DevCityName</POBoxDeviatingCityName>
<POBoxID>POBoxID</POBoxID>
<POBoxIndicator>true</POBoxIndicator>
<TimeZoneCode>UTC</TimeZoneCode>
</PostalAddress>
<Telephone>
<ObjectNodeSenderTechnicalID>004</ObjectNodeSenderTechnicalID>
<FormattedNumberDescription>+12 34567890</FormattedNumberDescription>
<MobilePhoneNumberIndicator>true</MobilePhoneNumberIndicator>
</Telephone>
<WebURI>http://www.customer.com/</WebURI>
</Address>
</AddressInformation>
<CommunicationArrangement actionCode="01">
<ObjectNodeSenderTechnicalID>007</ObjectNodeSenderTechnicalID>
<CompoundServiceInterfaceCode>11</CompoundServiceInterfaceCode>
<EnabledIndicator>true</EnabledIndicator>
<CommunicationMediumTypeCode>PRT</CommunicationMediumTypeCode>
<OutputRequestFormTemplateCode>F0007</OutputRequestFormTemplateCode>
<OutputCopyNumberValue>5</OutputCopyNumberValue>
</CommunicationArrangement>
<DirectResponsibility actionCode="01">
<ObjectNodeSenderTechnicalID>009</ObjectNodeSenderTechnicalID>
<PartyRoleCode>145</PartyRoleCode>
<EmployeeID>E1900</EmployeeID>
</DirectResponsibility>
</Customer>
</glob:CustomerBundleMaintenanceCheckRequest_sync_V1>
</soapenv:Body>
</soapenv:Envelope>
or for the file code just go through the attachment for the same
Many Thanks
Mithun