cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error "Enter a value for field Name 1 of organization" using the SAP_COM_0008

SAPSupport
Employee
Employee
0 Kudos
570

Using the Communication scenario SAP_COM_0008 - BP_SUITEBULK_REPL_REQ_IN web service in SAP S/4HANA Cloud public edition, the error: "Enter a value for field Name 1 of organization." appears in the payload, Can you confirm which field is required here?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

The data that is required to be filled is as follows:

<Organisation>
     <Name>
      <FormOfAddressCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <FirstLineName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <<<< this is the field that is required within the payload
      <SecondLineName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ThirdLineName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <FourthLineName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>

Please review the following:

https://help.sap.com/docs/SAP_S4HANA_CLOUD/3c916ef10fc240c9afc594b346ffaf77/f4edce62151b421bbb45d4c9...Business Partner - Replicate from SAP S/4HANA Cloud to Clien

Answers (0)