Territory on Business Partner

Hello,
I have a Business Partner set up as a Customer. I need to know which SQL Table the Territory is stored in.
In looking at System Information it does not give my any Table Information and I can not find any information on where it is stored.
Thanks for any help.
Paul

Hi Paul,
The key field to link the OCRD (Business Partner) table and the OTER table is a field called Territory in the OCRD. This maps to the territryID field in the OTER table. The SQL will look something like:
SELECT T0.CardCode, isnull(T1.descript, '')  FROM OCRD T0  left outer join OTER T1 ON T0.Territory = T1.territryID
Hope this helps,
Owen

Similar Messages

  • How to add territory in business partner

    Hi All,
    As per my client requirement I want to add a field as TERRITORY in BP GUI screen. how can I add this field in the screen though it is not available in field grouping in BP Cross Application Component. Can any1 tell the complete procedure to add this field to my BP GUI screen.
    Points will be rewarded.........
    Thanx In Advance
    Chiniu

    Hi sudheer,
    that I know. can u tell me how to do in ABAP.let me explain U
    TABLE                              FIELD NAME
    BUT000                              FIRST NAME
    IN SAME TABLE I WANT TO ADD THE FIELD AS    TERRITORY.
    How to add the same field in that particular table..
    Thnx in avvance
    Chinu

  • Set territory for busniess partner

    I am importing business partners using excel i.e
    Administrator ->Data import/export - > Data Import  -> Import from Excel -> BP
    All the default fields are getting imported properly.I want to import territory of business partner.I added territory in the list of columns and imported it.But the code of business partner is getting replaced by terriotory.The terriotory field is blank and I can see territory name at code.

    Dilip,
    The Territory Field is not available for mapping in the Excel Import option you are trying.  Only limited fields are exposed through this option for import. 
    You might have to import this data using DTW.  DTW seem to be the only option in this case.
    Please remember, when you do the field mapping in DTW, you will need to enter the <b>territryID</b> not the <b>Name</b>.  Similar to Sales Person code.
    territryID can be found in OTER table.  Please query this table to get territryID.
    Best wishes
    Suda

  • Linking a Business partner to Territory ID

    Hi Experts,
    <b>By Programming i should link business partners (Role Employee) to the Territory ID,</b> when i am using a BAPI Function Module <b>'BAPI_TERRITORY_CHANGE'</b> i am getting an error <b>'Position is not define'</b>. How to rectify the error? Or is there any Function Module or Classes which satisfies over requirement.
    Thanks & Regards,
    Venkatesh Panguluru

    Hi Stephen,
    You can do the same in transaction BP.
    Select Business Partner with Employee Role --> Goto Identification tab.
    There you can maintain the PERNR and SY-UNAME.
    Let me know if this helps.
    Regards,
    Vivek Pandey

  • Invalid Code [Business Partner - Territory] , 'K00001'  [Message 173-36]

    Hi,
    While updating a BP the following error appears:
    Invalid Code [Business Partner - Territory] , 'K00001'  [Message 173-36]
    The error also appears after trying to create a BP.
    Our customer is running v2007A SP00 L49.
    I tested it in SP01 PL02, still the issue occurred.
    I also looked at the OCRD table, however I couldn't see anything strange.
    Any idea what's wrong?
    Kind regards,
    Charlotte Jansen

    Hello Jansen - a few things you might try:
    1 - go to Administration > Set Up > General > Territories.  Are there entries there???
    ( OR - maybe do a SELECT * FROM OTER T0 and see what it produces in the query results).
    2 - one time someone "deleted" the territory by entering spaces over the terriroty - how that did that I do not know.  We assigned a new territory and then changed it properly.
    Hope that helps...
    Zal Parchem

  • Error updating Business Partner with DI Server

    Hi experts,
    I'm using the DI Server in SAPBO 9 PL 11. I can add, get and delete a Business Partner with AddObject, GetByKey and RemoveObject messages, respectively. But if I try to update one of them, the UpdateObject message always returns "Failed to execute command".
    I'm using the following code:
                XmlDocument xmlDoc = getClientData(SessionID, CardCode); // Returns a correct business partner
                string sCmd = @"<?xml version=""1.0"" encoding=""UTF-16""?><env:Envelope xmlns:env=""http://schemas.xmlsoap.org/soap/envelope/"">"
                    + "<env:Header><SessionID>" + SessionID + @"</SessionID></env:Header><env:Body>"
                    + @"<dis:UpdateObject xmlns:dis=""[http://www.sap.com/SBO/DIS]"">" + xmlDoc.InnerXml
                    + "</dis:UpdateObject></env:Body></env:Envelope>";
                SBODI_Server.Node DISnode = new SBODI_Server.Node();
                string sSOAPans = DISnode.Interact(sCmd);
    What's happening?
    Regards,
    Pedro

    Hi Maik,
    the getByKey method returns the following xml:
    <BOM xmlns="http://www.sap.com/SBO/DIS">
      <BO>
        <AdmInfo>
          <Object>oBusinessPartners</Object>
        </AdmInfo>
        <BusinessPartners>
          <row>
            <CardCode>c000002e</CardCode>
            <CardName>TEST S.A.</CardName>
            <CardType>cCustomer</CardType>
            <GroupCode>100</GroupCode>
            <Address nil="true" />
            <ZipCode nil="true" />
            <MailAddress nil="true" />
            <MailZipCode nil="true" />
            <Phone1 nil="true" />
            <Phone2 nil="true" />
            <Fax nil="true" />
            <ContactPerson nil="true" />
            <Notes nil="true" />
            <PayTermsGrpCode>1</PayTermsGrpCode>
            <CreditLimit>0.000000</CreditLimit>
            <MaxCommitment>0.000000</MaxCommitment>
            <DiscountPercent>0.000000</DiscountPercent>
            <VatLiable>vLiable</VatLiable>
            <FederalTaxID nil="true" />
            <DeductibleAtSource>tNO</DeductibleAtSource>
            <DeductionPercent>0.000000</DeductionPercent>
            <DeductionValidUntil nil="true" />
            <PriceListNum>1</PriceListNum>
            <IntrestRatePercent>0.000000</IntrestRatePercent>
            <CommissionPercent>0.000000</CommissionPercent>
            <CommissionGroupCode>0</CommissionGroupCode>
            <FreeText nil="true" />
            <SalesPersonCode>-1</SalesPersonCode>
            <Currency>EUR</Currency>
            <RateDiffAccount nil="true" />
            <Cellular nil="true" />
            <AvarageLate nil="true">0</AvarageLate>
            <City nil="true" />
            <County nil="true" />
            <Country>ES</Country>
            <MailCity nil="true" />
            <MailCounty nil="true" />
            <MailCountry>ES</MailCountry>
            <EmailAddress nil="true" />
            <Picture nil="true" />
            <DefaultAccount nil="true" />
            <DefaultBranch nil="true" />
            <DefaultBankCode>-1</DefaultBankCode>
            <AdditionalID nil="true" />
            <Pager nil="true" />
            <FatherCard nil="true" />
            <CardForeignName>TEST</CardForeignName>
            <FatherType>cPayments_sum</FatherType>
            <DeductionOffice nil="true" />
            <ExportCode nil="true" />
            <MinIntrest>0.000000</MinIntrest>
            <CurrentAccountBalance>0.000000</CurrentAccountBalance>
            <OpenDeliveryNotesBalance>0.000000</OpenDeliveryNotesBalance>
            <OpenOrdersBalance>0.000000</OpenOrdersBalance>
            <VatGroup nil="true" />
            <ShippingType nil="true">0</ShippingType>
            <Password nil="true" />
            <Indicator nil="true" />
            <IBAN nil="true" />
            <CreditCardCode>-1</CreditCardCode>
            <CreditCardNum nil="true" />
            <CreditCardExpiration nil="true" />
            <DebitorAccount>4300000</DebitorAccount>
            <OpenOpportunities nil="true">0</OpenOpportunities>
            <Valid>tNO</Valid>
            <ValidFrom nil="true" />
            <ValidTo nil="true" />
            <ValidRemarks nil="true" />
            <Frozen>tNO</Frozen>
            <FrozenFrom nil="true" />
            <FrozenTo nil="true" />
            <FrozenRemarks nil="true" />
            <Block nil="true" />
            <BillToState nil="true" />
            <ExemptNum nil="true" />
            <Priority>-1</Priority>
            <FormCode1099 nil="true">0</FormCode1099>
            <Box1099 nil="true" />
            <PeymentMethodCode nil="true" />
            <BackOrder>tYES</BackOrder>
            <PartialDelivery>tYES</PartialDelivery>
            <BlockDunning>tNO</BlockDunning>
            <BankCountry nil="true" />
            <HouseBank>2100</HouseBank>
            <HouseBankCountry>ES</HouseBankCountry>
            <HouseBankAccount>0200013205</HouseBankAccount>
            <ShipToDefault nil="true" />
            <DunningLevel nil="true">0</DunningLevel>
            <DunningDate nil="true" />
            <CollectionAuthorization>tNO</CollectionAuthorization>
            <DME nil="true" />
            <InstructionKey nil="true" />
            <SinglePayment>tNO</SinglePayment>
            <ISRBillerID nil="true" />
            <PaymentBlock>tNO</PaymentBlock>
            <ReferenceDetails nil="true" />
            <HouseBankBranch>5420</HouseBankBranch>
            <OwnerIDNumber nil="true" />
            <PaymentBlockDescription>-1</PaymentBlockDescription>
            <TaxExemptionLetterNum nil="true" />
            <MaxAmountOfExemption>0.000000</MaxAmountOfExemption>
            <ExemptionValidityDateFrom nil="true" />
            <ExemptionValidityDateTo nil="true" />
            <LinkedBusinessPartner nil="true" />
            <LastMultiReconciliationNum nil="true">0</LastMultiReconciliationNum>
            <DeferredTax>tNO</DeferredTax>
            <Equalization>tNO</Equalization>
            <SubjectToWithholdingTax>tYES</SubjectToWithholdingTax>
            <CertificateNumber nil="true" />
            <ExpirationDate nil="true" />
            <NationalInsuranceNum nil="true" />
            <AccrualCriteria>tNO</AccrualCriteria>
            <WTCode nil="true" />
            <BillToBuildingFloorRoom nil="true" />
            <DownPaymentClearAct>4380001</DownPaymentClearAct>
            <ChannelBP nil="true" />
            <DefaultTechnician nil="true">0</DefaultTechnician>
            <BilltoDefault nil="true" />
            <CustomerBillofExchangDisc nil="true" />
            <Territory nil="true">0</Territory>
            <ShipToBuildingFloorRoom nil="true" />
            <CustomerBillofExchangPres nil="true" />
            <ProjectCode nil="true" />
            <VatGroupLatinAmerica nil="true" />
            <DunningTerm nil="true" />
            <Website nil="true" />
            <OtherReceivablePayable nil="true" />
            <BillofExchangeonCollection nil="true" />
            <CompanyPrivate>cCompany</CompanyPrivate>
            <LanguageCode>23</LanguageCode>
            <UnpaidBillofExchange nil="true" />
            <WithholdingTaxDeductionGroup>-1</WithholdingTaxDeductionGroup>
            <ClosingDateProcedureNumber nil="true">0</ClosingDateProcedureNumber>
            <Profession nil="true" />
            <BankChargesAllocationCode nil="true" />
            <TaxRoundingRule>trr_CompanyDefault</TaxRoundingRule>
            <Properties1>tNO</Properties1>
            <Properties2>tNO</Properties2>
            <Properties3>tNO</Properties3>
            <Properties4>tNO</Properties4>
            <Properties5>tNO</Properties5>
            <Properties6>tNO</Properties6>
            <Properties7>tNO</Properties7>
            <Properties8>tNO</Properties8>
            <Properties9>tNO</Properties9>
            <Properties10>tNO</Properties10>
            <Properties11>tNO</Properties11>
            <Properties12>tNO</Properties12>
            <Properties13>tNO</Properties13>
            <Properties14>tNO</Properties14>
            <Properties15>tNO</Properties15>
            <Properties16>tNO</Properties16>
            <Properties17>tNO</Properties17>
            <Properties18>tNO</Properties18>
            <Properties19>tNO</Properties19>
            <Properties20>tNO</Properties20>
            <Properties21>tNO</Properties21>
            <Properties22>tNO</Properties22>
            <Properties23>tNO</Properties23>
            <Properties24>tNO</Properties24>
            <Properties25>tNO</Properties25>
            <Properties26>tNO</Properties26>
            <Properties27>tNO</Properties27>
            <Properties28>tNO</Properties28>
            <Properties29>tNO</Properties29>
            <Properties30>tNO</Properties30>
            <Properties31>tNO</Properties31>
            <Properties32>tNO</Properties32>
            <Properties33>tNO</Properties33>
            <Properties34>tNO</Properties34>
            <Properties35>tNO</Properties35>
            <Properties36>tNO</Properties36>
            <Properties37>tNO</Properties37>
            <Properties38>tNO</Properties38>
            <Properties39>tNO</Properties39>
            <Properties40>tNO</Properties40>
            <Properties41>tNO</Properties41>
            <Properties42>tNO</Properties42>
            <Properties43>tNO</Properties43>
            <Properties44>tNO</Properties44>
            <Properties45>tNO</Properties45>
            <Properties46>tNO</Properties46>
            <Properties47>tNO</Properties47>
            <Properties48>tNO</Properties48>
            <Properties49>tNO</Properties49>
            <Properties50>tNO</Properties50>
            <Properties51>tNO</Properties51>
            <Properties52>tNO</Properties52>
            <Properties53>tNO</Properties53>
            <Properties54>tNO</Properties54>
            <Properties55>tNO</Properties55>
            <Properties56>tNO</Properties56>
            <Properties57>tNO</Properties57>
            <Properties58>tNO</Properties58>
            <Properties59>tNO</Properties59>
            <Properties60>tNO</Properties60>
            <Properties61>tNO</Properties61>
            <Properties62>tNO</Properties62>
            <Properties63>tNO</Properties63>
            <Properties64>tNO</Properties64>
            <CompanyRegistrationNumber nil="true" />
            <VerificationNumber nil="true" />
            <DiscountBaseObject>dgboNone</DiscountBaseObject>
            <DiscountRelations>dgrLowestDiscount</DiscountRelations>
            <TypeReport>atCompany</TypeReport>
            <ThresholdOverlook>tNO</ThresholdOverlook>
            <SurchargeOverlook>tNO</SurchargeOverlook>
            <DownPaymentInterimAccount nil="true" />
            <OperationCode347>ocGoodsOrServiciesAcquisitions</OperationCode347>
            <InsuranceOperation347>tNO</InsuranceOperation347>
            <HierarchicalDeduction>tNO</HierarchicalDeduction>
            <ShaamGroup>sgServicesAndAsset</ShaamGroup>
            <WithholdingTaxCertified>tNO</WithholdingTaxCertified>
            <BookkeepingCertified>tNO</BookkeepingCertified>
            <PlanningGroup nil="true" />
            <Affiliate>tNO</Affiliate>
            <Industry nil="true">0</Industry>
            <VatIDNum nil="true" />
            <DatevAccount nil="true">0</DatevAccount>
            <DatevFirstDataEntry>tYES</DatevFirstDataEntry>
            <GTSRegNo nil="true" />
            <GTSBankAccountNo nil="true" />
            <GTSBillingAddrTel nil="true" />
            <ETaxWebSite nil="true">0</ETaxWebSite>
            <HouseBankIBAN>ES4121005420430200013205</HouseBankIBAN>
            <VATRegistrationNumber nil="true" />
            <RepresentativeName nil="true" />
            <IndustryType nil="true" />
            <BusinessType nil="true" />
            <Series>74</Series>
            <AutomaticPosting>apNo</AutomaticPosting>
            <InterestAccount nil="true" />
            <FeeAccount nil="true" />
            <CampaignNumber nil="true">0</CampaignNumber>
            <AliasName nil="true" />
            <DefaultBlanketAgreementNumber nil="true">0</DefaultBlanketAgreementNumber>
            <EffectiveDiscount>dgrLowestDiscount</EffectiveDiscount>
            <NoDiscounts>tNO</NoDiscounts>
            <GlobalLocationNumber nil="true" />
            <EDISenderID nil="true" />
            <EDIRecipientID nil="true" />
            <ResidenNumber>rntSpanishFiscalID</ResidenNumber>
            <RelationshipCode nil="true" />
            <RelationshipDateFrom nil="true" />
            <RelationshipDateTill nil="true" />
            <UnifiedFederalTaxID nil="true" />
            <AttachmentEntry nil="true">0</AttachmentEntry>
            <U_TexImprimir nil="true" />
            <U_LastMod nil="true" />
            <U_UserMod>1</U_UserMod>
            <U_Especial nil="true" />
            <U_Cadena nil="true" />
            <U_RutaDoc nil="true" />
          </row>
        </BusinessPartners>
        <BPAccountReceivablePayble>
          <row>
            <AccountType>bpat_OnCollection</AccountType>
            <AccountCode>4312000</AccountCode>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <AccountType>bpat_DownPayment</AccountType>
            <AccountCode>4380000</AccountCode>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <AccountType>bpat_Discounted</AccountType>
            <AccountCode>4311000</AccountCode>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <AccountType>bpat_OpenDebts</AccountType>
            <AccountCode>4360000</AccountCode>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <AccountType>bpat_Receivable</AccountType>
            <AccountCode>4310000</AccountCode>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <AccountType>bpat_Unpaid</AccountType>
            <AccountCode>4315000</AccountCode>
            <BPCode>c000002e</BPCode>
          </row>
        </BPAccountReceivablePayble>
        <BPPaymentMethods>
          <row>
            <PaymentMethodCode>ChCob</PaymentMethodCode>
            <RowNumber>0</RowNumber>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <PaymentMethodCode>RecCobDom</PaymentMethodCode>
            <RowNumber>1</RowNumber>
            <BPCode>c000002e</BPCode>
          </row>
          <row>
            <PaymentMethodCode>TransCob</PaymentMethodCode>
            <RowNumber>2</RowNumber>
            <BPCode>c000002e</BPCode>
          </row>
        </BPPaymentMethods>
      </BO>
    </BOM>
    When I try to update it with my code I receive this:
    <?xml version="1.0" ?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
      <env:Body>
        <env:Fault>
          <env:Code>
            <env:Value>env:Receiver</env:Value>
            <env:Subcode>
              <env:Value>0</env:Value>
            </env:Subcode>
          </env:Code>
          <env:Reason>
            <env:Text xml:lang="en">Failed to execute command</env:Text>
          </env:Reason>
          <env:Detail>
            <Object>2</Object>
            <ObjectIndex>1</ObjectIndex>
            <Command>UpdateObject</Command>
            <SessionID>835948FD-E199-4D86-89EA-D39F50F4BB34</SessionID>
          </env:Detail>
        </env:Fault>
      </env:Body>
    </env:Envelope>

  • Problem in Creation of business partner

    i create business partner with the help of BAPI_ISUPARTNER_CREATE_FROM_DATA
    i want to add mobile number but there is no any field such like mobile number in address data table.
    But there is separate table of telephone data. When i use this table to store the mobile or telephone number at that time bapi stores the data on the telephone table in independent communication but not in direct communication fields .
    Please , suggest me what i do to store the data in direct communication instead of indirect communication.
    Thanks for review my post...

    Hi ilesh,
    There are 2 kinds of communication data -
    1. Address dependent- this is linked to the address, and would need to be created / changed using BUPA_ADDRESS_CHANGE. You need to pass the BP number and the address number to which you want to link the tel / mobile number.
    2. Address independent  - this is directly linked to the BP, without dependency on the BP's address. You can modify such data using BUPA_CENTRAL_CHANGE.
    Now, you can decide which fields you want filled, and accordingly use the correct FM. Second point - how to make sure the number gets created as a mobile, and not normal telephone. There is a field called R3 user in the table ADR2, and also in the Telephone structures that you fill while calling the FMs mentioned before. Make sure you pass the correct value of R3 user ( i think it is 2 for mobile, but you can check it by looking at the value range for this element in ADR2 through transaction SE11).By default, R3 user is 1, which denotes landline telephone. To create mobile numbers, pass R3 user = 2 (or whatever value you look up from the value range).
    This should solve your problem.
    Cheers,
    Rishu.

  • Error while creating a business partner / sponsor

    Hi experts,
    I am getting the following error (same as the one posted by one of the other users) when i try to create a business partner in the 'sponsor' role:
    Sponsor does not have a customer associated with it.
    Because of this error I AM STUCK!!! and cannot move forward with the rest of the customization. I searched all the settings and researched this error - couldnt find anything useful.
    Can you guys PLEASE HELP???
    Thank you,
    Ajay

    Dear Ajay,
    The sponsor should have a customer number behind
    Please have a look at the online help:[http://help.sap.com/saphelp_erp60_sp/helpdata/en/8d/b6283b85b6666be10000000a114084/frameset.htm]
    See Customizing Grantee Management   ->GM-GTE Customizing: Master Data  -> GM-GTE Master Data Customizing: Sponsor
    You can adjust your customizing in a way to create the customer automatically at the time of creating the sponsor, or you can first create the sponsor and link it to a customer afterwards. This will depend on how the sponsor Role (Standard is PSSP01) is set.
    you can find it in the IMG> Master Data Synchronization> Customer/Vendor Integration> Business Partner Settings> Settings for Customer Integration> Set BP Role Category for Direction BP to Customer
    and check options 'Customer-based' or 'Optional for Customer'
    Hope this will help
    Kind regards
    Mar

  • Creation of new fields for business partner relationship

    Hi experts,
    We are currently on SAP CRM 7.0 EHP1.
    We have a requirement to maintain a custom checkbox (Relevant for business) on each business partner relationship.
    Can you please let us know on how we can achive this requirement.
    Thanks in advance,
    Vamsi.
    Moderation: Duplicated. I lock this one and continue here: [Create a new field in Business Partner Relationships|Create a new field in Business Partner Relationships#10795912]
    Edited by: Joaquin Fornas on Nov 8, 2011 12:17 PM

    Please, anyone can help?
    Thanks!!

  • Error in creation of Employee for Business Partner

    I am using SRM 4.0 and ECC 5.0. I have created Vendor Root Org EBP and replicated vendors from R/3 which is appearing in Vendor Organization in EBP.
    Now when I am trying to create Employee as contact person in thru WEB transaction in EBP "Manage Business Partner".
    After filling all mandatory info when I am saving the same and error popup is coming as given below:
    "Central system not reached"
    Can some body help analyze the same?
    Thanks
    Sanjay

    Hi Vadim,
    Following attributes are already maintained for Vendor Root in Org Plan :-
    BUK
    BWA
    CUR
    ITS_DEST
    SYS
    VENDOR_ACS
    VENDOR_SYS
    Beside this I have checked up availability of replicated vendors in VENMAP table with GUID.
    First error message is coming:
    "Central system not reached"
    When I am defining Logical system and external business partner ID that is R/3 Supplier code than another error is coming :
    "BP role BUOP001 already exists for partner XXX"
    This XXX is running sr. no. of BP number range but do not appear in BP data base . And in next attempt next Sr. no. is blocked by system.
    Problem is still persisting pls. suggest.
    Sanjay

  • Creation of Business partner from customer

    Dear Friends,
    I am trying to create business partner from customer thorugh T-code FLBPD1 but unable to do so. Also. whenever i create a customer, a corresponding business partner is automatically created which is not desirable. Rather system should allow me to create business partners from customer separately when required. Kindly suggest any solution for the same.
    Regards

    Hi,
    please have a look at this threat
    [Auto creation of customer/vendor for BP;
    or search the forum for other threats that are handling this topic.
    Regards, Franz

  • Creation of Business partner by using the vendor master

    Dear all ,
    I have a requirement as follows. I  Have already vendor master created  in MM .Now the requirement is  while creating Business partner I have to use this vendor as the business partner .
    Can experts suggest the possibility of this .
    Regards.
    Arjun.

    Hello Arjun,
    Yes, this feature also works in 4.7. What has happened is that in ECC 6.0 the BP functinality has been totally redefined with a lot of automations. As such, if properly configured then in ECC 6.0 there is no practical use of the FLBPD/FLBPC Tcodes. However, in 4.7, both these traqnsactions should be working fine. The SAP ntes that I have mentioned are however only for ECC 6.0.
    Kind regards,
    Suvarghya Dutta
    Edited by: Suvarghya Dutta on Nov 27, 2008 4:02 PM

  • Creation of Business Partner through IDOC

    Dear All,
    I have to create a business partner which happens through Idoc of message type DEBCOR. My problem is that though I am getting the IDOC message as incoming type which is also getting processed however the creation of BP is not happening. Since IDOC is also showing in green as successfully processed, I dont have any clue where to check it. Any idea as to what could be the possible problem ?
    best regds
    Subha

    IDocs and BAPIs sometimes behave differently than transactions. You might need to add a user exit specifically for IDoc processing. Otherwise send a message to SAP and have them look at it.

  • Creation of Business Partner with External BP #,ID type and Identifications

    Hi Group,
    I have a query on creation of Business Partner with External BP #,ID type and Identification # (along with the Firstname,Lastname,Email, Phone & etc.,) things.
    the thing is that I was using a BAPI called "BAPI_BUPA_FS_CREATE_FROM_DATA", to create a BP and I was not able to have an option available for these things (External BP #,ID type and Identification # ) along with that BAPI.
    So please kindly let me know how these things can be fetched from a BAPI which can accomodate all the above things mentioned.
    Please kindly let me know how it can be achieved.
    thanks in advance.
    Regards,
    Vishnu.

    Hi Gerhard,
    Infact this reply was very useful, but ,while using the BAPI "BAPI_IDENTIFICATION_ADD" while creating the Id type and Id #s, this BAPI was not enabling this.
    I was trying to use this BAPI to create ID #, and it's desc, but, this BAPI was returning like "This BP # does not exist" (in some cases) and in some other cases, it is keeping quiet without giving any indication as whether the things have been updated or not... and also when I checked, things were not getting reflected.
    your help would be very much appreciated.
    thanks & regards,
    vishnu.

  • How to switch off automatic creation of the business partner?

    Hello!
    Advise please why in erp after creation of the customer automatically form business partner? How to switch off automatic creation of the business partner? It very much disturbs, because business partner are created from crm. Because of automatic creation business partners are duplicated.

    Hi,
    I have made the following customizing settings to activate customer integration with business partner, but the problem is when I create a BP with a role (FI-Customer) the customer is not created automatically.
    1. Set BP Role Category for Direction BP to Customer
    Roles: FLCU00 - Business Partner FI Customer (FS: BP)
    FLCU01 - Business Partner Customer (FS: BP)
    2. Defined the Number assignment for Direction BP to customer
    4. Customer account group and numbering is also defined.
    3. Created a BP with BP Role FLCU00, I can see the Customer - General Data tab, but no customer was automatically generated by the system.
    Kindly let me know if any customizing I have missed.
    Regards
    Ameya

Maybe you are looking for

  • Multi language AddOn

    Multi language AddOn I will like to know were can I find information on how to make a AddOn multi language available. Best regards. Edited by: Jose Villarreal on Apr 21, 2008 5:27 PM

  • Help with installing Itunes on laptop with Windows Vista

    I have been trying for the last hour to install Itunes on my laptop. Everytime I click on the download button a pop up come up on my conputer saying Internet Explorer has closed and says something about changeing setting in the data execution prevent

  • Mac mini takes twice to wake up

    Basically i have a intel mac mini and whenever i try to wake it up it always takes more than once to get it to come back fully. usually i'll wake it up the first time, see the desktop, then it will immediately go back to sleep, and then it will come

  • Grouping tracks to an album

    if im trying to make a compilation album from tracks in my library how do i tag the selected tracks so that they'll always appear together and in their given track listing.

  • Fcc in header and taailer recoreds does not have the key fild?

    041203824  DBC ServicesCorp         20090914060002X000000000000007100000071000000007195758600 44445555          10000002     10000002     Test Check Vendor 1                0000000000001234502009021700 44445555          10000003     10000003     Test