Hello,
When we send a sales contract to SAP ERP, we are sending SalesBusinessArea info, including SalesOrganizationID.
<SalesBusinessArea>
<SalesOrganisationID>AAAA</SalesOrganisationID>
<DistributionChannelCode listID=" " listVersionID=" " listAgencyID=" " listAgencySchemeID=" " listAgencySchemeAgencyID=" ">AA</DistributionChannelCode>
<DivisionCode listID=" " listVersionID=" " listAgencyID=" " listAgencySchemeID=" " listAgencySchemeAgencyID=" ">AA</DivisionCode>
<SalesOfficeID>AAAA</SalesOfficeID>
<SalesGroupID>AA</SalesGroupID>
</SalesBusinessArea>
Our customer needs SalesOrganizationName to be sent additionally to be map to an specific field. How could we include this standard information to be sent to ERP?
Thank you,
Regards,