Missing default flag for communication type in crm/business partner

Hello!
We've connected a crm 5.0 with an R/3-system (4.6c).
The crm-system is the leading system...
While inserting a new customer in crm with phone- and fax-number.
After "save" we've got red bdocs, telling us that the standard entry for communication type is missing.
In crm 5.0 there's no standard flag for the phone number but a fixed range with from-date and to-date.
The R/3-system needs the default flag (an "X") as a sign that the number is the standard number.
Anywhere there should be the problem...
Is here anybody with some advices for us?
Thanks a lot in advance.
Best regards,
Ingo

Dear Ingo,
I assume you talk about error message XR002
You have 3 options to resolve the issue:
1. In order to avoid error message XR002 you must set the Standard
Indicator Validity in the maintained telephone in BP transaction.
You can find this indicator in the yellow arrow near the telephone
number. Here you must press the button "Standard Indicator Validity".
2. In customizing you have the possibility to switch off the time
dependency of the addresses causing the XR002.
3. The error occurs due to missing ADRU entries for the communication
data (Email, Phone, Fax etc).
The function modules used in data exchange assumes that there is
an ADRU entry for all addresses. This assumption is partially correct.
If an address is created in Basis release 6.40 and above, then for all
communication data of that address ADRU entries will be created.
But if a Business Partner(with address) is created in release 6.20 or
below and system is upgraded to 7.0, ADRU entries for the communication
data of thoses addresses are not automatically created. When the user
opens that BP in change mode & modifies the communication data and
saves it then ADRU entries for that BP's communication data are created.
There exist a correction report and several notes, so I think if above info
is not able to help, it would be better to open a support message!
Regards,Gerhard

Similar Messages

  • [Access 2010] Change default formats for data types

    Whenever I import data, the default format for Boolean data types is "-1,0." I know how to subsequently change this format to "Yes/No," but I'd like to change the default
    setting to "Yes/No." Is this possible?
    Thanks in advance.

    Hi,
    I found you post the same question in other place and got the advice. I agree with Mr. Kees suggestion. The data type is a build-in default setting with Access, we can't change it. We may try the workaround via VBA to test.
    http://forums.cnet.com/7723-6129_102-627633/access-2010-change-default-formats-for-data-types/#message5617496
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Have a good time.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • SRM 4.0- How to set the default values for product type (01) only for SC

    The radio button “Service” should not be visible.
    Also for search help (e.g. search for internal products) where a search should only be possible for product type 01 (goods). The system should not display the product type and internally always search for goods only.
    How to set the default values for product type (01) only for SC
    We needs to use Search help BBPH_PRODUCT which having parameter PRODUCT_TYPE
    Here we can set defalut value 01 but it is not correct one since same search help is using several places.
    We need to limit the search help results only for SC.
    Kindly help out me ASAP.

    The easiest way to set defautl values is to edit the batch class.
    Goto the characteiristic and go to update values.
    In here you probably have something like 0 - 100 as a spec range.
    On the next line enter the default value within this range.  At the end of the line, click in the box in the column labelled "D".  This indicates the defautl value for the characteristic.
    If you need to you can do this in the material classification view as well.
    Just to be clear, these values will only show up in the batch record.  You can not have defautl values in resutls recording screens.
    FF

  • Set default value for product type

    I want to set default value in product type drop  down box
    in component PRD01QR.
    view  SearchHelp.
    I tried with setter and getter , but not working
    they are using query string.

    Hi,
    You can achieve this by redefining the method GET_VH_PRODUCT_TYPE() in IMPL class of searchHelp view. Just copy paste the implementation of this method from super class and now control the internal table as per your requirement like
    comment out the line       APPEND INITIAL LINE TO lt_ddlb. (line no: 47)
    as it will add an empty line at the starting of internal of product type values which you dont want. In you case there should be some default value for product type field, so arrange the inetrnal table values according to you requirement and what ever value you want to default for product type that should be the first value in the drop down without empty line and add an empty line at the end of the internal table.
    No need to call super->GET_VH_PRODUCT_TYPE() in your implementation as you have written all the required code in your implemenation itself.
    Hope this would help you!
    Regards,
    Ajay

  • No default driver for database type: jdbc:weblogic:jts problem

              Here is what we are trying to do. We have two Weblogic servers running on 2 different
              machines. Lets call them A and B. A has 2 beans lets call them Abean1, Abean2.
              and B has one bean called Bbean1. Now Abean1 has to contact Bbean1 which in turn
              has to contact Abean2 (dont ask why :) . We are running into transcation issues
              namely ' No default driver for database type: jdbc:weblogic:jts'. Abean1 has Container
              transaction and Bbean1 has Bean managed transaction. We set Abean2 methods transaction
              attribute to NotSupported. However no luck. Has anyone come across this kind of
              situation? Any clues as to what might be going on? Abean1 can contact Bbean1 successfully
              ie if we dont force Bbean1 to contact Abean2. However when Bbean1 tries to contact
              Abean2 thats when the fun starts.
              thanks
              

    Report to [email protected] It could be related to some JTS driver bugs that
              have been / are being fixed recently.
              Regards,
              Priscilla
              musman <[email protected]> wrote in message
              news:3bd74f33$[email protected]..
              >
              > Here is what we are trying to do. We have two Weblogic servers running on
              2 different
              > machines. Lets call them A and B. A has 2 beans lets call them Abean1,
              Abean2.
              > and B has one bean called Bbean1. Now Abean1 has to contact Bbean1 which
              in turn
              > has to contact Abean2 (dont ask why :) . We are running into transcation
              issues
              > namely ' No default driver for database type: jdbc:weblogic:jts'. Abean1
              has Container
              > transaction and Bbean1 has Bean managed transaction. We set Abean2 methods
              transaction
              > attribute to NotSupported. However no luck. Has anyone come across this
              kind of
              > situation? Any clues as to what might be going on? Abean1 can contact
              Bbean1 successfully
              > ie if we dont force Bbean1 to contact Abean2. However when Bbean1 tries to
              contact
              > Abean2 thats when the fun starts.
              >
              > thanks
              

  • Define Default Values for Doc type..

    Hi All.
    I set a default value of "ME21N" TO "S21" at Define Default Values for Document Type.
    But, default document type is not "S21" but "NB" in ME21N
    ( system ver. 710)
    Let me know how to correct it..
    Thank you in advance.
    regards..
    nam

    Hi,
    Could u please confirm whether have u created the document type
    in
    IMG...>MM.....>Purchasing.....>Purchase order...>Define Document Types.
    if not please do it.
    and then create the pO.
    I think it will work
    Regards
    Aasif

  • Error "CRM business partner could not be mapped to an ERP customer

    Hello experts
    Kindly help
    I am creating quotation in crm web UI and  when  i save it it gives warning message "CRM business partner 65451 could not be mapped to an ERP customer"
    when  i checked in ECC system for same  quotation it is avaialble there .
    Then why this warning message is coming
    rply

    Hello
    You have to define mapping between CRM and ERP customer. The information which customer is associated with which BP is stored in CRM in table CRMM_BUT_CUSTNO and but0id. Use transaction PIDE on the ERP side to form mapping. Then work with load of customers.
    Such error appears when data about BP is entered in document directl but system couldn't find mapping in tables above. Hope it helps.
    Regards, EL

  • Read CRM Business Partner Classification data from buffer/memory

    Hi,
    Can anybody help me to read CRM Business Partner Classification data from buffer/memory ? I have a Z- function module in BDT but inside that, I am not able to read the classification data(4th tab). I have the Partner nu,mber and GUID.
    Thanks and regards
    Arijit Ghose

    Hi JE,
    Please let me know if you find the solution to this problem.
    Regards,
    Himanshu Sharma

  • Set default role for Account in SAP CRM 7.0

    We are using SAP CRM 7.0
    When an end user creates a new account there is a section called
    "Role" sub assignment block with entries like "Competitor", "Account", Contact Person, etc.
    I want by default when you create an account that the role Account is specified in there.
    I want it done automatically and do not want to rely on the end user to seelct this.
    I was able to do this with contacts by using an SAP note to set this for cotnact person.
    But does anyone know how to do it for an Account ?
    All I want to do is that when an account is created the system automatically sets the role as "Account".
    Thanks,
    Jon

    Hi Jon,
    For any code changes in bsp components we need it's z-instance and that we get after enhancing the respective entity for eg views, context nodes etc..
    In case you are not familiar with the enhancement, please refer to some thread which explain about the component enhancement concept.
    Coming to this requirement..
    You need to enhance bp_roles component, then enhance rolelist view and roles context node.. redefine the GET_V_PARTNERROLE method.. copy the parent class code and do the necessary changes to manipulate the entries in gt_ddlb_add
    Check the statement at line no 107..
    gr_ddlb_roles->set_selection_table( it_selection_table = gt_ddlb_add ).
    Just before above statment call, manipulate gt_ddlb_add to keep the required role value at index 1..
    Another thing in my test system i can't see any role as "Account" under SPRO customizing "Business Partner Roles" instead "Business Partner (Gen.)" is available, don't know if you are able to see Account Role in the Roles DDLB..
    i would suggest debug the get_v_partnerrole method once at line no 107 see the entries in gt table you will get an idea what you need to change.
    Hope this helps..
    Cheers,
    Sumit Mittal

  • Default Value for Order Type based on Company Code  in ME21N

    Hi,
         Using ME21N, I want to make the PO type defaulted to a certain company code, say for instance Company code  XYZ should have a PO type XYZ Purchase Order, ..company ABC should have a PO type ABC Purchase Order, and so on...I'm just puzzled how to implement it. I know that we can set a Default value for PO Headers in Personal Settings but its doesnt give the result I want coz it will only have one Default Value. What I wanted is when a certain company code is chosen, automatically, the corresponding PO type for that Company code will be displayed in the Order Type drop-down menu (so there's no need to choose on the drop down list what Order type) Is this possible in ABAP? Hope i made myself clear.
        Thanks in Advance.

    Use BADI IF IF_EX_ME_PROCESS_PO_CUST - method OPEN
    View the interface documentation in transaction SE19 and you will see the method OPEN can be used :
    2. Opening of a purchase order (OPEN method)
    The system opens a new document to create, change or display a purchase order. With the OPEN method,
    <b>you can import your own data and prepare it for further processing.</b>
    This is available in 4.7 Enterprise but not sure how far back.....
    hope this helps
    Colin.

  • MM-PUR default scales for condition types for service (ME31K

    Hi,
    We have faced the following problem:
    The business case was, to have default scales for certain condition types for a service for a purchasing contract.
    We didn't find it in SAP, so we wrote an OSS. SAP answered that it's not possible now, nor in the future.
    So we decided to look around in SAP, and found out that it was half possible.
    I've abused the exit USEREXIT_XKOMV_BEWERTEN_INIT of program RV61AFZB.
    In this exit I provide the internal table staffel for program SAPMV13A with the correct information (via ASSIGN ('(SAPMV13A)STAFFEL[]') to <staffel>.)
    In this way, if a user adds a service, this exit will get reached and the scales are filled. If the user then clicks on conditions and then double clicks the condition type with the scales, all the default scales are shown to the user. If you then click on save, the next screen is the service screen, if you then click on save again, all the date is stored in the database. (bit of a work around, but this works)
    However, I can't figure out how to save the scales data, when you only add a service and then push the save button without viewing the conditions. Quite logically actually because I'm skipping two whole screens with pbo and pai modules, in these modules internal converting takes place.
    Has anyone encountered this problem before and how did you solve it then ?
    Alternatively what is the SAP standard way to add pricing condition scales on condition types of a service of a purchasing contract? As you know there is no BAPI yet to change/create a purchasing contract.
    I was thinking, to add the scales by updating the tables directly via ABAP, I know that's not a clean way to do it, although it isn't too risky.
    Kind regards, Rob Dielemans

    Dear Rob,
    Is this solution properly working for you?
    I think my problem is similar: purchasing outline agreement (contract) refuses to apply relevant scale prices in the item line. Always uses the first price - without considering order quantity depencies.
    Regards,
    Tamás
    Edited by: Tamas Szabo on Mar 31, 2009 3:50 PM

  • Default values for data types

    what are default values for all the data types that exist  in abap
    Title was edited by:
            Alvaro Tejada Galindo

    Hi
    For CHAR data type default is SPACE
    for INTEGER,PACK and FLOAT types it is ZERO '0'
    for NUMERIC also so many Zeros
    for Time(TIMS) it is 6 zeros and Date(DATS) it is 8 zeros
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Extract Mobile Phone for CRM Business Partner

    Hi Experts
    I would like to extract the mobile phone number for a business partner from CRM. Transaction BP shows the number in the address tab, communication area together with the telephone number and the fax number.
    The business content DataSource 0BP_DEF_ADDRESS_ATTR delivers only the telephone number and the fax number. Does anyone know of a DataSource that also delivers the mobile phone? Otherwise, in which table is the mobile phone number stored?
    Thanks in advance
    Daniel

    Hi Daniel,
    I'm currently attempting to extend the 0BP_DEF_ADDRESS_ATTR for the same reason, and sending support call to SAP to see if standard extractor can be updated to include mobile number.
    Can you give more detail on how you extended?
    We have appended a field to the extract structure & are now trying to fill it from ADR2 where r3_user = 3
    In particular a copy of any code you added to EXIT_SAPLRSAP_002 would be helpful.
    Cheers
    Don

  • CRM Business Partner number ranges

    Could anyone comment on the following:
    "The number ranges for Employees, Vendors and Customers must be different <in the backend>.
    In ECC, these 3 are saved in different tables and this allows them to have overlapped number ranges.
    But the CRM design is differs. The three of them are saved as Business Partners in one single table. Therefore you need to design and customize the number ranges in order to avoid the overlapping between these 3 in CRM"

    That is correct. All types of organisations, internal organisations, and persons are saved in one table in crm, BUT000 using the so called SAP Central Business Partner (which exists also in ERP, but is used only for the ISU solutions, not in standard ERP).
    Therefore the number ranges for these objects need to be non-overlapping. However, one needs to evaluate first whether all the objects you mention are really needed. It is also possible to see the original R/3 number in the identification tab (or in table BUT0ID).
    Kai

  • CRM Business Partner Master Data Extraction

    Hello Friends,
    I would like to extract the complete Business Partner (BP) information in CRM onto application server in csv format.
    Could you pls let me know if there are any standard programs or Function Modules which helps me to extract complete data.
    Also let me know the useful master tables associated in this regard. Pls let me know the posible ways of extraction.
    Thx in Advance
    Regards
    Vijay

    Hi Masayuki,
    Thank you for your suggestions. Those pointers helped me to resolve this. Retrieving the Logical Document Id is also good.
    I called the FM you suggested using the PARTNER_GUID from BUT000 in field BUSINESS_OBJECT-INSTID and with TYPEID='BUS1006' and CATID='BO'. This returned the Document links and I was able to get the Properties by calling SDOK_LOIO_PROPERTIES_GET.
    Much appreciated.
    Malcolm

Maybe you are looking for

  • Nomad Jukebox Zen Xtra firmware prob

    I tried to upgrade the firmware and now my Xtra is in Rescue Mode. None of the updates that I downloaded from the website area all telling me that no device is detected. But my computer recognizes my Xtra. I tried downloading everything again but tha

  • Zero quantity in line item when creating a sales order

    How to avoid the error when the quantity is entered as zero during sales order creation

  • Ethernet modem to extreme base station trouble

    Hi I am having trouble connecing my ethernet modem (DSL 300t) to my airport extreme base station. The modem works fine plugged directly into my computer. The base station seems to be working fine when it is not connected to the modem. It was suggeste

  • How to import photoshop layers into keynote 08

    Hi, i am trying to import multilayer files from Photoshop into Keynote 08, where it is possible to move the separate layers like objects. Can anybody give me a hint if this is possible? For powerpoint there is a tool that is capable to do it. Is ther

  • Why are some AUs not detected?

    Hi everyone, I'm a Logic Pro 7 user and I have been adding some third party audio units from brands such as Native Instruments, etc. Some of the audio units I'm installing are not detected by Logic. When this happens, I check the applications, applic