cancel
Showing results for 
Search instead for 
Did you mean: 

Service CreateBusinessPartner doen't create

Former Member
0 Kudos

Hi everyone,

I'm working with SAP BS 6.0, and I'm using the standard service interface BusinessPartnerDataManagementManageBusinessPartnerIn.

My problem is with operation CreateBusinessPartner. I executed it succesfully and I got the response "Object BUSINESS_PARTNER with key <ID> was created successfully", but when I look for the BP with the ID, this BP doesn't exists. I checked in trx. BP and using the operation ReadBusinessPartner, and I couldn't find it.

If I check the tables locks, I find that table BUT000 is locked with the ID that the service inform.

Do anyone know how to make that the system updates the BP?

Thanks

Following, I copy the XML I sent to the service:

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

<n0:BusinessPartnerCreateRequest_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:BSD:/1SAI/TAS1D2B4B4EC2F3E72931F6:710:2008/01/11">

<BusinessPartner>

<ID />

<CategoryCode>1</CategoryCode>

<BasicData>

<Common>

<KeyWordsText>NUEVO</KeyWordsText>

<VerbalCommunicationLanguageCode>es</VerbalCommunicationLanguageCode>

<NaturalPersonIndicator>true</NaturalPersonIndicator>

<CustomerUndesirableReasonNote languageCode="es"></CustomerUndesirableReasonNote>

<UsageControl>

<ReleasedIndicator>true</ReleasedIndicator>

</UsageControl>

<Person>

<Name>

<FormOfAddressCode>0002</FormOfAddressCode>

<GivenName>Jose</GivenName>

<FamilyName>Garcia Gonzalez</FamilyName>

</Name>

<GenderCode>2</GenderCode>

<BirthPlaceName languageCode="es"></BirthPlaceName>

<BirthDate>1978-07-28</BirthDate>

<MaritalStatusCode>1</MaritalStatusCode>

<NationalityCountryCode>AR</NationalityCountryCode>

</Person>

</Common>

</BasicData>

<Identification>

<PartyIdentifierTypeCode>0001</PartyIdentifierTypeCode>

<BusinessPartnerID>90909090</BusinessPartnerID>

</Identification>

</BusinessPartner>

</n0:BusinessPartnerCreateRequest_sync>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've already found an OSS Note that correct this, note 1167110. The problem was that the service does not trigger a COMMIT WORK.