Download Brand Hierarchy to CRM

Hello all,
Please, could is possible to download the ECC Brand hierarchy to CRM?
Grazie.

Hi Luciana,
1-Create new Brand Hierarchy called YBRANDHIER using transaction COMM_HIERARCHY
2-Create a new product hierarchy application type Y1 to which you will assign the Brand hierarchy u2013 see table COMC_APPLICATION
3-Create the Brand Hierarchy assignment to Application and the numbering scheme via IMG u2013 CRM->Master Data ->Product ->Product Category ->Assign Category Hierarchies to Applications ->Define Category Numbering Schemes
4-The table COMS-HIER_R3(IMP (Settings for Importing Hierarchies) requires an entry reflecting settings for the new brand hierarchy table
5-Settings for numbering scheme is based on the length of each of the three brand attributes.The numbering scheme is based on the length of each of the three brand attributes
6-Create a Middleware Customising Object that will perform the download from R/3 to CRM (see transaction R3AC3). The customizing object will be called ZDNL_CUST_BRAND
With this procedure, the ECC Brand will be in your CRM System.
Rgds,
Fábio

Similar Messages

  • How to create BP hierarchy in CRM 5.0

    Hi All,
    We are planning to create customer hierarchy in our SAP CRM 5.0 system. In other words, we want to have different departments within a company to be identified as a BP while the company itself is also a BP. How to implement this in CRM?
    Greatly appreciated,
    Leon

    Hi Leon,
    Creating  a BP group (customer) hierarchy in CRM system is very easy. Please refer to the following very good help document : http://help.sap.com/saphelp_crm50/helpdata/en/12/cfea3b31aac554e10000000a114084/frameset.htm
    But in CRM 5.0 every time you create a hierarchy node and saves it, then hierarchy automatically get disappears. You need to implement the following notes in your system to get rid of this problem : 958122, 960384 and 956066
    <b>Do not forget to reward if helps</b>
    Regards,
    Paul Kondaveeti

  • Payment methods download from ECC to CRM

    Hi Masters,
    Due to some requirement, new Payment methods customised in ECC so have to download from ECC to CRM. How it download through delta download. Existing payment methods data updated with adapter object name # CUST_TSP_WRITE and table name # CRMC_BUAG_PAYM in crm. iam new to crm plz Could anyone tell me step by steps.
    its urgent.......... plz........
    thanks in advance.
    Regards
    Sri

    Hi Sri,
    Payment methods maintained in ECC can be replicated to CRM via CRM download object DNL_CUST_PAYM in transaction R3AS in CRM. This updates the associated CRM table CRMC_BUAG_PAYM and CRMC_BUAG_PAYM_T.
    If you wish to create payment methods directly in CRM, then you can do so via customizing in CRM through transaction SPRO >
    Customer Relationship Management   > Master Data   > Business Partner > Business Agreement   >Define parameters for Business Agreement > Define Payment Methods.
    I hope this helps.
    Best Regards
    Gavin

  • Hierarchy in CRM system?

    Hi all
    I have created a Base Hierarchy in CRM System by name  " BASE_PROD" and assign some category to this hierarchy.
    Now the problem lies in:-
    1. I am not able to assign certain set types which I want to use as they are used in other Base Hierarchy ( These Base hierarchy are copied from R/3 to CRM)
    2. I don't want to use the hierarchy which are copied from R/3 to CRM and want to create them in CRM system itself.
    3. When I try to delete these Base Hierarchy in CRM, system issue error Massage " Hierarchy R3PRODSTYP may only be changed in original system ER1CLNT200".
    (here ER1CLNT200 is the R/3 system).What is the menu path in R/3 for deleting/changing these Hierarchy.
    4.Is there any way to use same set types which are already assign to other hierarchy/Category.

    Hi
    Proceed as follows to remove one or more objects from the hierarchy:
    Select the objects to be removed by positioning the cursor on each of the objects and activating Select/deselect node (for entity types) or Sel./desel. sub-tree (for data models).
    Select Modeling object ® Delete assignment.
    The objects are automatically removed from the hierarchy.
    You cannot remove an object from the hierarchy without also removing all its subordinate objects.
    Delete assignment only removes objects from the data model hierarchy in question.
    Cheers

  • How to download company hierarchy in BCS

    Hi,
    We have around 120 company codes listed in about 15 hierarchies.  Is there any way to download complete hierarchy structure (which is appearing in UCMON) to a text file ?
    Best Regards,
    Madhu

    Hi,
    You can download all the hierarchy of the Consolidation units from the BW side.
    check the below link for downloading hierarchies.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0403a990-0201-0010-38b3-e1fc442848cb?quicklink=index&overridelayout=true
    Hope this helps.
    Good Luck,
    Vikram

  • Downloaded my hierarchy using the program z_sap_hierarchy_download

    hi
    I want download downloaded my hierarchy using the program z_sap_hierarchy_download but I have any problem when I using idoc method, I have this message:
    Node [00001350, 00001580]: Leaf 'E010000000' already exists as child of node 00001501
    Best regard
    Francoise

    hi
    The problem is that 2 id differents has the same description.
    my program is:
    begin
    SAP Consulting BW Tools:
    Download hierarchy into a flat file. The file has the correct format
    Text elements:
    P_DATES Include from/to dates
    P_DATETO Valid-to date
    P_FNAME File name
    P_HIENM Hierarchy name
    P_INTER Include from/to leaves
    P_IOBJNM InfoObject
    P_LANGU Language
    P_VERS Hierarchy version
    REPORT z_sap_hierarchy_download.
    TYPE-POOLS: rs, rsdm, rrh1.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS:
    p_iobjnm TYPE rsdiobjnm MEMORY ID rsc.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.
    PARAMETERS:
    p_hienm TYPE rshiedir-hienm,
    p_vers TYPE rshiedir-version,
    p_dateto TYPE rshiedir-dateto,
    p_langu TYPE rshiedirt-langu.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME.
    PARAMETERS:
    p_fname LIKE rlgrap-filename,
    p_dates AS CHECKBOX DEFAULT 'X',
    p_inter AS CHECKBOX DEFAULT 'X'.
    SELECTION-SCREEN END OF BLOCK b3.
    File structure
    TYPES:
    No dates/intervals
    BEGIN OF y_s_hierfile_1,
    nodeid TYPE rshienodid,
    iobjnm TYPE rsiobjnm,
    nodename TYPE rsnodename,
    tlevel TYPE rstlevel,
    link TYPE rslink,
    parentid TYPE rsparent,
    childid TYPE rschild,
    nextid TYPE rsnext,
    langu TYPE langu,
    txtsh TYPE rstxtsh,
    txtmd TYPE rstxtmd,
    txtlg TYPE rstxtlg,
    END OF y_s_hierfile_1,
    y_t_hierfile_1 TYPE STANDARD TABLE OF y_s_hierfile_1,
    With dates
    BEGIN OF y_s_hierfile_2,
    nodeid TYPE rshienodid,
    iobjnm TYPE rsiobjnm,
    nodename TYPE rsnodename,
    tlevel TYPE rstlevel,
    link TYPE rslink,
    parentid TYPE rsparent,
    childid TYPE rschild,
    nextid TYPE rsnext,
    dateto TYPE rsdateto,
    datefrom TYPE rsdatefrom,
    langu TYPE langu,
    txtsh TYPE rstxtsh,
    txtmd TYPE rstxtmd,
    txtlg TYPE rstxtlg,
    END OF y_s_hierfile_2,
    y_t_hierfile_2 TYPE STANDARD TABLE OF y_s_hierfile_2,
    With intervals
    BEGIN OF y_s_hierfile_3,
    nodeid TYPE rshienodid,
    iobjnm TYPE rsiobjnm,
    nodename TYPE rsnodename,
    tlevel TYPE rstlevel,
    link TYPE rslink,
    parentid TYPE rsparent,
    childid TYPE rschild,
    nextid TYPE rsnext,
    leafto TYPE rsleafto,
    leaffrom TYPE rsleaffrom,
    langu TYPE langu,
    txtsh TYPE rstxtsh,
    txtmd TYPE rstxtmd,
    txtlg TYPE rstxtlg,
    END OF y_s_hierfile_3,
    y_t_hierfile_3 TYPE STANDARD TABLE OF y_s_hierfile_3,
    With dates/intervals
    BEGIN OF y_s_hierfile_4,
    nodeid TYPE rshienodid,
    iobjnm TYPE rsiobjnm,
    nodename TYPE rsnodename,
    tlevel TYPE rstlevel,
    link TYPE rslink,
    parentid TYPE rsparent,
    childid TYPE rschild,
    nextid TYPE rsnext,
    dateto TYPE rsdateto,
    datefrom TYPE rsdatefrom,
    leafto TYPE rsleafto,
    leaffrom TYPE rsleaffrom,
    langu TYPE langu,
    txtsh TYPE rstxtsh,
    txtmd TYPE rstxtmd,
    txtlg TYPE rstxtlg,END OF y_s_hierfile_4,
    y_t_hierfile_4 TYPE STANDARD TABLE OF y_s_hierfile_4.
    Hierarchy definition
    DATA:
    g_s_hiesel TYPE rsndi_s_hiesel,
    g_s_hiedir TYPE rsndi_s_hiedir,
    g_subrc TYPE sy-subrc,
    g_t_hiedirt TYPE TABLE OF rshiedirt,
    g_s_hierstruc TYPE rssh_s_htab,
    g_t_hierstruc TYPE TABLE OF rssh_s_htab,
    g_s_thiernode TYPE rsthiernode,
    g_t_thiernode TYPE TABLE OF rsthiernode WITH KEY langu hieid objvers
    nodename,
    g_s_hierintvl TYPE rssh_s_jtab,
    g_t_hierintvl TYPE TABLE OF rssh_s_jtab WITH KEY hieid objvers nodeid,
    g_s_message TYPE rsndi_s_message,
    g_t_message TYPE TABLE OF rsndi_s_message,
    g_s_chavlinfo TYPE rsdm_s_chavlinfo,
    g_t_chavlinfo TYPE rsdm_t_chavlinfo.
    File
    DATA:
    g_fname TYPE string,
    g_struct_s TYPE string,
    g_struct_t TYPE string,
    gr_s_file TYPE REF TO data,
    gr_t_file TYPE REF TO data.
    FIELD-SYMBOLS:
    <g_langu> TYPE ANY,
    <g_s_file> TYPE ANY,
    <g_t_file> TYPE STANDARD TABLE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_iobjnm.
      CALL FUNCTION 'RSD_IOBJ_F4'
        EXPORTING
          i_show_cha    = rs_c_true
          i_objvers     = rs_c_objvers-active
          i_hietabfl    = rs_c_true
        CHANGING
          c_iobjnm      = p_iobjnm
        EXCEPTIONS
          illegal_input = 1.
      CHECK sy-subrc = 0.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_hienm.
      DATA:
      l_s_hiertxt TYPE rrh1_s_hiertxt,
      l_t_hiertxt TYPE rrh1_t_hiertxt.
      CALL FUNCTION 'RRH1_HIERARCHY_HELP_VALUES_GET'
        EXPORTING
          i_iobjnm          = p_iobjnm
          i_dateto          = p_dateto
          i_hienm           = p_hienm
          i_version         = p_vers
        IMPORTING
          e_t_hiertxt       = l_t_hiertxt
        EXCEPTIONS
          no_f4_available   = 1
          dialogue_canceled = 2
          OTHERS            = 3.
      CHECK sy-subrc = 0.
      READ TABLE l_t_hiertxt INTO l_s_hiertxt INDEX 1.
      CHECK NOT l_s_hiertxt IS INITIAL.
      p_hienm = l_s_hiertxt-hienm.
      DATA:
      l_s_dynpfields TYPE dynpread,
      l_t_dynpfields TYPE STANDARD TABLE OF dynpread.
      CLEAR: l_t_dynpfields, l_s_dynpfields.
      l_s_dynpfields-fieldname = 'P_VERS'.
      WRITE l_s_hiertxt-version TO l_s_dynpfields-fieldvalue.
      APPEND l_s_dynpfields TO l_t_dynpfields.
      l_s_dynpfields-fieldname = 'P_DATETO'.
      WRITE l_s_hiertxt-dateto TO l_s_dynpfields-fieldvalue.
      APPEND l_s_dynpfields TO l_t_dynpfields.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          dyname     = sy-repid
          dynumb     = sy-dynnr
        TABLES
          dynpfields = l_t_dynpfields.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fname.
      DATA:
      l_filename1 TYPE string,
      l_filename2 TYPE string,
      l_path TYPE string,
      l_fullpath TYPE string,
      l_action TYPE i.
      l_filename1 = p_fname.
      CALL METHOD cl_gui_frontend_services=>file_save_dialog
      EXPORTING
      window_title = 'Select Download File'
      default_extension = 'txt'
      default_file_name = l_filename1
      file_filter = 'All Files (.)|.|Text files (.txt)|.txt'
      CHANGING
      filename = l_filename2
      path = l_path
      fullpath = l_fullpath
      user_action = l_action
      EXCEPTIONS
      cntl_error = 1
      OTHERS = 2.                                               "#EC NOTEXT
      CHECK sy-subrc = 0.
      CALL METHOD cl_gui_cfw=>flush.
      IF l_action = 0.
        p_fname = l_fullpath.
      ENDIF.
    INITIALIZATION.
      GET PARAMETER ID 'RSC' FIELD p_iobjnm.
    START-OF-SELECTION.
    Check input
      CHECK NOT p_fname IS INITIAL.
      IF p_langu IS INITIAL.
        p_langu = sy-langu.
      ENDIF.
      IF p_dateto IS INITIAL.
        p_dateto = '99991231'.
      ENDIF.
    Read hierarchy
      CLEAR g_s_hiesel.
      g_s_hiesel-objvers = rs_c_objvers-active.
      g_s_hiesel-hienm = p_hienm.
      g_s_hiesel-version = p_vers.
      g_s_hiesel-iobjnm = p_iobjnm.
      g_s_hiesel-dateto = p_dateto.
      CALL FUNCTION 'RSNDI_SHIE_STRUCTURE_GET'
        EXPORTING
          i_s_hiesel        = g_s_hiesel
          i_no_nodenm_table = rs_c_true
        IMPORTING
          e_s_hiedir        = g_s_hiedir
          e_subrc           = g_subrc
        TABLES
          e_t_hiedirt       = g_t_hiedirt
          e_t_hierstruc     = g_t_hierstruc
          e_t_thiernode     = g_t_thiernode
          e_t_hierintvl     = g_t_hierintvl
          e_t_message       = g_t_message.
      IF g_subrc <> 0.
        READ TABLE g_t_message INTO g_s_message INDEX 1.
        IF sy-subrc = 0.
          MESSAGE ID g_s_message-msgid TYPE 'I' NUMBER g_s_message-msgno
          WITH g_s_message-msgv1 g_s_message-msgv2
          g_s_message-msgv3 g_s_message-msgv4.
        ELSE.
          MESSAGE ID 'RSBO' TYPE 'I' NUMBER 899
          WITH 'Hierarchy read error'.
        ENDIF.
        EXIT.
      ENDIF.
    Defined output structures
      IF p_dates IS INITIAL AND p_inter IS INITIAL.
        g_struct_s = 'Y_S_HIERFILE_1'.
        g_struct_t = 'Y_T_HIERFILE_1'.
      ELSEIF p_dates = 'X' AND p_inter IS INITIAL.
        g_struct_s = 'Y_S_HIERFILE_2'.
        g_struct_t = 'Y_T_HIERFILE_2'.
      ELSEIF p_dates IS INITIAL AND p_inter = 'X'.
        g_struct_s = 'Y_S_HIERFILE_3'.
        g_struct_t = 'Y_T_HIERFILE_3'.
      ELSE.
        g_struct_s = 'Y_S_HIERFILE_4'.
        g_struct_t = 'Y_T_HIERFILE_4'.
      ENDIF.
      CREATE DATA gr_s_file TYPE (g_struct_s).
      ASSIGN gr_s_file->* TO <g_s_file>.
      CREATE DATA gr_t_file TYPE (g_struct_t).
      ASSIGN gr_t_file->* TO <g_t_file>.
    Nodes
      REFRESH <g_t_file>.
      LOOP AT g_t_hierstruc INTO g_s_hierstruc.
        CLEAR <g_s_file>.
        MOVE-CORRESPONDING g_s_hierstruc TO <g_s_file>.
    Texts for nodes
        READ TABLE g_t_thiernode INTO g_s_thiernode WITH TABLE KEY
        langu = p_langu
        hieid = g_s_hierstruc-hieid
        objvers = rs_c_objvers-active
        nodename = g_s_hierstruc-nodename.
        IF sy-subrc = 0.
          MOVE-CORRESPONDING g_s_thiernode TO <g_s_file>.
        ELSE.
    Texts for characteristic values
          REFRESH g_t_chavlinfo.
          CLEAR g_s_chavlinfo.
          g_s_chavlinfo-c_chavl = g_s_hierstruc-nodename.
          APPEND g_s_chavlinfo TO g_t_chavlinfo.
          CALL FUNCTION 'RSD_CHAVL_READ_ALL'
            EXPORTING
              i_iobjnm                  = g_s_hierstruc-iobjnm
              i_langu                   = p_langu
              i_dateto                  = p_dateto
              i_check_value             = space
              i_sid_in                  = space
              i_hieid                   = g_s_hiedir-hieid
              i_objvers                 = g_s_hiedir-objvers
            CHANGING
              c_t_chavlinfo             = g_t_chavlinfo
            EXCEPTIONS
              info_object_not_found     = 1
              routines_generation_error = 2
              check_table_not_existing  = 3
              text_table_not_existing   = 4
              OTHERS                    = 5.
          IF sy-subrc = 0.
            READ TABLE g_t_chavlinfo INTO g_s_chavlinfo INDEX 1.
            IF sy-subrc = 0.
              MOVE-CORRESPONDING g_s_chavlinfo-e_chatexts TO <g_s_file>.
              ASSIGN COMPONENT 'LANGU' OF STRUCTURE <g_s_file> TO <g_langu>.
              IF sy-subrc = 0.
                <g_langu> = p_langu.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
    Intervals
        IF g_s_hierstruc-intervl = 'X' AND p_inter = 'X'.
          READ TABLE g_t_hierintvl INTO g_s_hierintvl WITH TABLE KEY
          hieid = g_s_hierstruc-hieid
          objvers = rs_c_objvers-active
          nodeid = g_s_hierstruc-nodeid.
          IF sy-subrc = 0.
            MOVE-CORRESPONDING g_s_hierintvl TO <g_s_file>.
          ENDIF.
        ENDIF.
        APPEND <g_s_file> TO <g_t_file>.
      ENDLOOP.
    Download output table
      g_fname = p_fname.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = g_fname
          write_field_separator   = space
        TABLES
          data_tab                = <g_t_file>
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.
      IF sy-subrc = 0.
        MESSAGE ID 'RSBO' TYPE 'I' NUMBER 899
        WITH 'Hierarchy download successful!'.
      ELSE.
        MESSAGE ID sy-msgid TYPE 'I' NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    end

  • Download of hierarchy nodes and accounts from BW

    Hi,
    Does anyone know how to download a list of the hierarchy nodes and accounts out of BW? I need the list to work on some analysis and documentation.
    Thanks in advance.

    Hi Jackie,
    Have you seen this document:How to Download a Hierarchy to a Flat File
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0403a990-0201-0010-38b3-e1fc442848cb
    Hope this helps...

  • BW 2.1C Download a hierarchy to a flat file

    Hello
    I copy and paste the BW ABAP source "download a hierarchy to a flat file" in a BW 2.1C system.
    When I check programm a error occurs " The type RSSH_S_HTAB" is unknown.
    Can you help me ?

    Hi,
    DATA : BEGIN OF I_DISPLAY OCCURS 0,
            REC(400),
           END OF I_DISPLAY.
      based on date
      select  StudentNo S_Course  from Course Record
               into  i_Course Record
    ****if parameter
       where date eq  p_Date_join
    ****if select-options.
        where date in  s_Date_join.
    select  StudentNo S_Course  from Student Details
               into  i_Student Details
    ****if parameter
       where date eq  p_Date_join
    ****if select-options.
        where date in  s_Date_join.
    select  StudentNo S_Mark S_Subject
      from Student_results
               into  i_Student_results
    ****if parameter
       where date eq  p_Date_join
    ****if select-options.
        where date in  s_Date_join.
    DATA : FNAME(255) TYPE C VALUE '/data/sapdata/eu_ums/astdetails'.
    CONSTANTS : C_COMMA TYPE C VALUE ','.
    ********Fields to insert
    I_FINAL-StudentNo = 'StudentNo.
    I_FINAL-S_Course = 'S_Course'.
    INSERT I_FINAL INDEX 1.
    CLEAR I_FINAL.
      LOOP AT I_FINAL.
        CONCATENATE
            I_FINAL-DOCNUM
            I_FINAL-STATXT
              into I_DISPLAY-REC SEPARATED BY C_COMMA.
         APPEND I_DISPLAY.
         CLEAR I_DISPLAY.
      ENDLOOP.
    OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE.
          LOOP AT I_DISPLAY.
            TRANSFER I_DISPLAY TO  FNAME.
          ENDLOOP.
        CLOSE DATASET FNAME.
    Do this for all tables.
    Don't forget to reward if useful

  • How to delete a hierarchy in CRM

    Hi,
    I have created a hierarchy in CRM, and linked 5 customers to this hierarchy.
    But now some end users have created a new hierarchy, and moved all the customers from the old hierarchy to this new one.
    So the old hierarchy is now empty.
    My question is how do I delete the empty hierarchy?
    Kind Regards
    Michael W. Knudsen

    Hi,
    Ofcourse you can integrate CRM and BW.
    You can upload CRM marketing data to BW and can analyze it per plan basis.
    For this you need to activate BW-CRM data sources and need to pul the marketing data to BW.
    Secondly to get realtime info, you need to schedule tbe Delta loads to pull the updated data periodically(daily, hourly, weekly etc).
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • BP Hierarchy in CRM 4.0

    Hi Gurus,
    Landscape - R/3 4.6C with CRM 4.0
    Scenario - We have Customer hierarchy maintained in R/3. Based on which, we have pricing, partner detn etc done in R/3.
    With CRM 4.0, after customer hierarchy initial load, I do not see that hierarchy in Txn BPH.
    Question 1- After initial load, should the Cust Hierarchy from R/3 flow down to CRM?
    If yes, thaen what went wrong that I do not see it in CRM.
    Question 2- If above is no, do we have to maintain manually in CRM 4.0?
    Question 3- If Question 2 is yes, could you help me with the setting up the BP hierarchy step by step procedure in CRM including, pricing & partner function detn? Brief steps would be of immense help.
    thanks
    yash

    Hello,
    Not sure, if you looked into these:
    If you are downloading the customer hierarchy of type other than 'A', I think you need to explicitly maintain
    for hierarchy type in CRM IMG.
    Also you need to look PIDE setting in R/3 for hierarchy node to set grouping and number range.

  • ECC Product Hierarchy to CRM

    Hi all,
    We have a product hierarchy created in ECC in Tcode V/76. These hierarchies have 3 levels and assigned to different materail in ECC materail master.
    We have done a initial load of Materail and all the products in CRM now have the R3PRODSTYP. But none of them got assigned to R3PRODHIER when I check in Product wokbench. This is making my product search in a Sales order really difficult.
    Is it a standard behavior that R3PRODHIER does not get assigned automatically even though those materail belong to that hierarchy in ECC?
    I cheked the SMW01, no errors in initial load of the objects "Material", "DNL_CUST_PROD01" etc.
    Any help much appreciated.
    Edited by: Praveen Rangineni on Aug 4, 2008 4:10 PM

    Yes..That can be a possible approach. But the product maintenance workbench will not allow you to delete the base category with which the product was created.
    Instead the best way is to use this recategorization trx. COMM_PROD_RECATEG to change the category assignment of all your products on the fly.
    Please use this in TEST mode first and then go for it!
    Thanks,
    Sudipta.
    Note: Unfortunately, the report cannot be executed to delete the assignment of a category to a product when that category is assigned to the base hierarchy.
    In that case, a report program to reassign the base hierarchy would be 1 option. Alternatively, you need to purge your product data in CRM and restart the download from ECC after making the customizing change.
    Edited by: Sudipta Sarma on Aug 5, 2008 1:00 AM

  • Download  customer hierarchy

    Hi,
    when i download the customer hierarchy object (DNL_BUPA_KNVH), the download runs fine (R3AM1: status is done).
    i can see some data in the table CRM_KNVH_TEMP, this means the data has come from R/3.
    But i am little lost, when i try running BPH_DNL, i cant see any hierarchies??? why is this happening??
    pls help

    Hi RH,
    If you are maintaining a hierarchy other than the hierarchy type A , then maintain the relevant hierarchy typetable TBH06 . In the standard system, customer hierarchy type A (standard hierarchy) has been defined.  That is why I mentioned in my previous reply to check for the hierarchy type.
    Also I would like to mention that only hierarchy type A are exchanged with the CRM as standard.
    Reward points if my post helps!!
    Best regards,
    Vikash.

  • Downloading custom fields to CRM from R/3

    Hi All,
        i have already downloaded condition tables; accesses sequences; condition types; pricing procedures of R3 to CRM using DNL_CUST_CNDALL.
          Now i find some condition tables in CRM have blank fields. These CRM fields are not mapped with R3 fields due to some reasons, i don' know.
          i am trying to map them and populate the CRM missing fields in the condition record.
          I have maintained V_CND_MAP_CNVFLD table and see them populated in CND_MAPM_CNV_FLM. I have run the custom download object YDNL_CUST_A655 once again and find them green status in R3AM1.
            Can anyone please help, with the process that i have to do next, to bring in the missing fields.
    Thanks in anticipation of the much needed help.
    With regards
    Keerthi

    Z fields will be available in BAPIMTCS structure, if you create Z fields through EEWB. I believe, you have done the enhancements using the EEWB.In that case after the enhancements you are supposed to generate all the services of the Bdoc through the transaction smoggen.
    Also you need to enhance the adapter module accordingly so that the data is filled into the BAPIMTCS structures properly. Also you can create some data for these Z fields and check, if the MBdocs have the corresponding data.
    I hope by Default the Z custom data is avilabe in BAPIMTCS. The function module CRM_UPLOAD_TRIGGER calls the FM COM_BUPA_MAIN_INBOUND for data posting.This in turn calls the FM PI_BP_PROXY_BAPI_CUSTOMER where the actal data is mapped to the tables. You need to find the necessary Fields in R/3 for the Z fields to be populated .This is done in this function modules and check for user exits in PI_BP_GET_AND_MAP_KUNNR_RI'(called in PI_BP_PROXY_BAPI_CUSTOMER) where you can map to the R/3 fields.

  • Step by Tutorial for Creation of Customer Hierarchy in CRM System

    Dear Experts,
    I want to create a Customer Hierarchy in the CRM System. Need step wise tutorial to do the same with the help of an example. I already have the help.sap.com URL.
    Please help.
    Thanks & Regards,
    Tapan

    Customer hierarchies can be created by using transaction code BPH.
    Regards.

  • Issue in Initial Download R/3 and CRM

    Hi,
    I am trying to do an initial download from R/3 to CRM. But I get a "SYSFAIL" status. On checking the transaction SMQ1 on ERP side, I see that RFC destination point to self for which the connection type is "I" i.e. Internal. I also tried to change the RFC destination, then it gives a message "No LUW exists in the Specified Queue".
    I have referred to the note number 588701 and checked everything is fine according to that note.
    All necessary entries have been maintained in CRMCONSUM, CRMRFCPAR. the queues have been registered correctly. Entries in SMOEAC transaction are also checked and they are fine.
    Please guide me here.
    Harsh

    The issue has been resolved after applying note 760518 as R/3 was a system copy and a wrong entry was maintained in the table CRMPRLS.
    Note: Please get in touch with your admin or an ABAP coder before applying this note.
    Harsh

Maybe you are looking for

  • Itunes 10.1.0.54 - windows 7 - Import impossible

    Hi, I have successfully installed itunes 10.1 on my new PC. I was able to login in my existing itunes account and I have already bought and downloaded a song. Three sample songs from windows were automatically imported. BUT: I can not import CD's or

  • My Mac Mini only initialises if I unplug the USB hub

    My Mac Mini will was not booting was remaining with a white screen. I discovered that it only completes the boot if I unplug a USB hub that I use. But it was working fine with this same hub connected and this syntom began after I turned it off and di

  • Mac mini first boot

    I plan on getting a Mac mini in the next few months and I was wondering on first boot up how do I setup my logitech bluetooth mouse

  • Internal error when downloading web service proxy jars

    Hi, I have a web service created from a stateless Java class in OC4J 10.1.2. I access the web page of the service and can download the WSDL and test the services, but if I try to download the compiled or source JAR files of the client proxy I get thi

  • Import products into Product catalog - WWM1 ERP E-commerce

    Hi guru's, Is there a standard LSMW or program form SAP to import products (XML file) into Product catalog (wwm1). We have arround 10,000 materials and it is practically hard to enter them manually. We are implementing SAP ERP E-commerce and are on E