Hierarchy Node Intial load from R/3 to CRM 5.2

Hi
I have this problem when download form R/3 4.6c to CRM 5.2 hierarchy node.
Can you help me?
It's very important because we are blocked.
Thanks
Best regards.
we downloaded the following customer hierarchy:
0002189004
- 0002199004
- 0002190509
- 0002010050
using the object DNL_BUPA_KNVH.
In this way the table CRM_KNVH_TEMP has been filled correctly with all
the structure.
We executed the BPH_DNL transaction selecting only the hierarchy type
D,
and the sales org D468, distr chann 01 , divsion 99.
After saving the hierarchy we created all the hierarchy structure in
CRM but there are not any customers linked to the related hierachy node.In particular we found the followng situation:
table BUT_HIER_NODE, filled with all the hierarchy node
table BUT_HIER_NODE_D fille with all the descrption of the hiarachy
node in english language
table BUT_HIER_STRUCT filled with the structure and the link between
node
tables BUT_HIER_TREE,. BUT_HIER_TREE_d filled with all our hiearcy type
table BUT_HIER_NODE_BP empty
also:
the method "assign_bp_to_node" is only executed in the the private
method
"change_record" but it is commented in the method "create record" and
also
"build_crm_tree".
In conclusion the method "start_initial_down_load2 (executed int the
function CRM_BUHI_INITIAL_DOWNLOAD) call the method 2build_crm_tree2,
but this method never execute "assign_bp_to_node".

I have found a propoer articulation of my problem in SAP note 429423. It goes as follows:
<i>"No entry exists in one of the queues, but the status in R3AM1 remains 'Running':
In this case, probably no reply is sent to the CRM Server after the data selection in the source system.If this is the case for an adapter object but not for others, contact the respective application component which can analyze why the source system does not send a reply and correct it.
If this system response occurs for all adapter objects, create a message for component CRM-MW-ADP."</i>
However, I am unable to act on the above. Kindly suggest what exactly needs to be done as suggested in the note.

Similar Messages

  • 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...

  • Some accounts in 0ACCOUNT hierarchy MD not loading from ECC

    Hi,
    I am trying to load 0ACCOUNT hierarchy master data from ECC to BW, using standard data sources. The process is in place in Production and was running fine until couple of days back. All of a sudden, the daily master data load doesn't bring in new accounts added to hierarchy in ECC.
    The user responsible for adding and updating new accounts to hierarchy has checked on the ECC, and I have seen the ECC screen. The new accounts are correctly placed in correct hierarchy on ECC side.
    I have checked and tried couple of things. The Attr and Text are coming through fine, only hierarchy is not getting updated on BW side. I tried to replicate Metadata for the data source on BW side, I have manually run the DTPs, but still no success.
    I will really appreciate your help on this.
    Thanks,
    Abhishek.

    Hi all,
    Thanks for your prompt replies. To answer to all the above replies:
    1) I am not getting any errors while loading the account hierarchy. The process state is Green. It is just skipping the new accounts. There are no new patches installed in BI, check with Basis team
    2) I had checked the ACR, 0ACCOUNT is already included in the process.
    3) At ECC side, the team always added the accounts/accounts ranges manually to the hierarchy and it worked well in the past. The hierarchy data source we are using always is either in Modified/Content mode and I assume we cannot activate the hierarchy data sources that is provided by SAP.
         3.1) Yes, we have maintained the hierarchy structure at Infoobject level. The attributes and texts are coming through fine and those accounts are already in SAP BI attribute/text, but they are not brought over in hierarchy.
         3.2) I am not authorized to access RSHIER/RSH1 T-code.
    Thanks,
    Abhishek.

  • Urgent: Middleware problem: Load from R/3 to CRM

    Hi,
    This is with regards to a CRM installation that we have at our office. I have followed all the Best practices steps for establishing connectivity and to activate replication between the backend R/3 and the CRM system.
    However, I am facing the following issues:
    1) When trying to replicate Customizing Objects from R/3 OLTP to CRM System, the execution remains on "Running" status forever. The only option remains to abort the execution.
    2) On running the transaction SMOHQUEUE, I am facing the following error message: "Error during aRFC (SAPCRM_MW_RR_000:Name or password is incorrect. Please re-enter)". Best practices suggests creation of a RFCUSER in client 000. This I have done.
    3) Finally, in the Best practices document, C71, if you kindly refer to page 19 till the end of the section, it has been mentioned that at the time of creating RFC destinations for R/3 and the logical destinations, the logon credentials is that of RFCUSER for all. However, creation of this user is only for client 000. I am trying to understand whether RFCUSER needs to be created in R/3 as well as the application client.
    I would request your expert advice as this is very urgent and assure that points will be awarded.
    Thanks
    Souvik

    I have found a propoer articulation of my problem in SAP note 429423. It goes as follows:
    <i>"No entry exists in one of the queues, but the status in R3AM1 remains 'Running':
    In this case, probably no reply is sent to the CRM Server after the data selection in the source system.If this is the case for an adapter object but not for others, contact the respective application component which can analyze why the source system does not send a reply and correct it.
    If this system response occurs for all adapter objects, create a message for component CRM-MW-ADP."</i>
    However, I am unable to act on the above. Kindly suggest what exactly needs to be done as suggested in the note.

  • Initial load from ECC/R3 to MDM

    Hi,
    Could any one tell me the process for one time intial load from  R3 to MDM.
    preferably without XI.
    how to extract data from R3 ?
    what format?
    how to map source to MDM repository?
    Farah

    Hi Farah,
    There are two transactions to extract the data from R/3
    MDMGX - For Extracting Lookup data
    MDM_CLNT_EXTR - For Extracting Main table data
    MDMGX Steps:
    1.Go to transaction MDMGX.
    2. Define Object Types: There are some standard object defined in MDMGX, you can use from them as per your requirement and you can also create the new objects.
    3. Define Repositories and associate it with the object created in the previous step.Also add the FTP Server details.
    4. Maintain Ports and Check tables: Add the Codes of the ports and select the corresponding table from where you want to extract the data.
    5. Generate XSD: to generate the XSD file to use in console while creating port.
    6. Start Extraction: To Extract the data from the R3 to MDM via FTP Server.
    MDM_CLNT_EXTR steps:
    Refer the below link that contains the entire configuration needed to extract the Main table data.
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50260ae5-5589-2910-4791-fc091d9bf797]
    Regards,
    Jitesh Talreja

  • Initial Load for Master Data from R/3 to CRM

    Hi Middleware Experts,
        I have an ambiguity on initial load of enhanced master data from R/3 to CRM. The current situation is
    1)I have already enhanced master data on R/3 side with some additional fields. Now shall i go ahead with standard intial load of these Master data to CRM without creating middleware interfaces to map those enhanced fields on CRM side?
    2)Also after doing initial load from R/3 to CRM, if I develop middleware interfaces for mapping these new fields of master data and then again do the initial load, so that new fields also get mapped, will the initial load be done properly as i have already done it once? will it overwrite the previous initial load data on CRM side properly?
    Please suggest whether it can be done or not and which is the better option.
    Regards,
    Rahul

    Hi Rahul,
    Since you have not done the mapping yet the middleware will not bring those fields to CRM it will work just like a standard initial load without considering the enhanced master data field.
    When you develop the middleware interface and enhance the CRM data structure also and then you can see the exchange of those fields through MW. You can start the intial load at that time also its not that you can do the initial load just once. But the better option would be that you avoid doing initial load several times because its time consuming activity. You do all the enhancement and then finally perform the initaial load.
    <b>Allot points if my post helps!!</b>
    Best regards,
    Vikash.

  • Badi name for Sales order download from R/3 to CRM

    Hi Guys,
    Can some one give me the badi name for below requirement.
    Requirement:
    We are downloading the orders from R/3 to CRM system.while downloading the Order history from R/3, top level  VC (Variant config data) is also comming to CRM.
    But we want to download only 73 top level VC's Out of 103 top level vc.we want to filter the 30 Top level VC's before starting the Intial load of Sales orders in CRM system.
    I need a badi name in the R/3 system, which filters the 30 top level VC's while orders going to CRM system.
    I will allot Max points for Perfect Solution.
    Regards,
    Sathya Reddy.

    Hi Roberto,
    I need a badi name,which helps to delete the unwanted Top level vc's while starting an Intial load of orders from R/3 to CRM.I don't want see the Unwanted 30 top level vc's after intial load in the CRM order.
    Hope you understand the requirement.
    Regards,
    Sathya Reddy.

  • Hierarchy for Master Data Load from BW

    Hi All
    I'm loading Master data from BW infoobject 0Customer. There is no Hierarchy maintained for it in BW.
    Rather than creating hierarchy manually in BPC, I want to include mapping in transformation/conversion file which should roll master data records coming from BW to ALL_CUSTOMERS (member manually maintained in BPC). ALL_CUSTOMERS will be parent node for the hierarchy in BPC. No other levels of hierarchy is required. All the data should have one parent.
    Something like PARENT=*STR(ALL_CUSTOMERS)
    Please share your ideas? Help is very much appreciated.
    Thanks.

    Hi Asif
    If you are laoding master data from BW infoobject, you will not be able to load /specify any value for ParentH1/hierarchy node as BW /BPC does not allow that.
    An option would be to
    1) load hierarchy from a flat file or
    2) to maintain  hierarchy in BW amd load into BPC the normal way
    Regards
    Surabhi

  • Master Data load does not extract Hierarchy nodes in BPC Dimension ACCOUNT

    Hi Experts,
    I am performing master data load through standard DM package with Filter selection as:
    1. Chart of Accounts
    2. Hieararchy selection has 4 hierarchy names
    3. Selected Import Text nodes
    4. Selected Set Filters by Attribute OR Hierarchies
    I have run this DM package for a set of data and selections a week ago and it worked fine.
    However when i run it now, it is giving issues,
    It extracts any new GL maintained in the BI system however it does not extract any hierarchy nodes at all! (Have tested this by deleting the hierarchy nodes and tried to run the master data load)
    I am running the DM package in Update and have selection as External.
    Any sugestions for checks / has anyone encountered this issue earlier?
    Regards,
    Shweta Salpe

    Hi Guyz,
    Thanks.
    I found that the issue was with the transformation file where i was maintaining the RATETYPE.
    When i removed the mapping of RATETYPE this works fine. (Pulls the nodes of hierarchies)
    however now i do not have Ratetype populated in the system.
    my rate type mapping is:
    RATETYPE=*IF(ID(1:1)=*STR(C) then *STR(TOSKIP);ID(1:1)=*STR(H) then *STR(TOSKIP);ID)
    and in conversion file i have TOSKIP     *skip
    I have to skip the ratetypes for the hierarchy nodes and my hierarchy nodes start with C and H.
    So now that i have removed the mapping for RATETYPE can anyone suggest me a correct way to achieve this? (Note the above mapping formula was skipping all of the hierarchy nodes starting with C and H)
    Regards,
    Shweta Salpe

  • Problem during hierarchy load from ECC 6.0 to BW

    Hello,
    I encountered a problem during hierarchy loads from ECC to BW:
    I get the following in BW:
    Error when updating Idocs in Source System
    Diagnosis
    Errors have been reported in Source System during IDoc update:
    Once I go into ERP and look at the IDocs I get the following message:
    Idoc Error 26:
    EDI: Syntax error in IDoc (segment cannot be identified)
    Message no. E0078
    Diagnosis
    The segment E1RSSH does not occur at the current level of the basic type (extension ).
    This error can have several reasons:
    The segment E1RSSH is assigned to a group whose header segment does not occur.
    The segment E1RSSH does not exist in the syntax description of the basic type  (extension ).
    The sequence of segments in the group in which the segment appears is incorrect.
    Previous errors ('mandatory' segment or group missing) may be due to this error.
    Procedure
    Please check the IDoc or the syntax description of the basic type  (extension ).
    Can anyone help?

    The most basic setting in a BW system is its connectivity with the R/3 system (which is a basis team activity, but BI consultant can always help).
    Issue: While creating source system, I am getting an error "Segment E1RSSH does not exist".
    Diagnosis
    Segment E1RSSH is in the syntax description, but it does not exist.
    The issue was that some of the entries in the table EDISEGMENT were missing.
    As this a standard table, it is recommended to restore the table from Backup or from another BI system. (Please ask your basis team to do it.)
    Now, the significance of the segments: We all know that we require 3 message types in total to communicate with R/3 system. RSRQST, RSSEND and RSINFO.
    Now each of the message types has some segments which help in communication.
    You can see this segment types in the t-code we30. Just enter the basic idoc type and click on display.
    This error is not a common error, but can be useful if at any stage of implementation or support, the table gets disturbed and you have issues with source system connectivity.
    Thanks
    SM

  • How to load master data hierarchy load from BI to BPC 7.5 NW

    Hi,
    I am testing master data hierarchy data upload from BI to BPC. However when i run master data hierarchy mport package, it's always displaying a warning message saying that  no records are returned from "Z_PFT_CTR" which is my info object name.
    My transformation is as below.
    0BUS_AREA=BUS_AREA
    0COMP_CODE=COMP_CODE
    0CO_AREA=CO_AREA
    0LOGSYS=LOGSYS
    0OBJ_CURR=OBJ_CURR
    0PROFIT_CTR=PROFIT_CTR
    0RESP_PERS=RESP_PERS
    0RESP_USER=RESP_USER
    Conversion is as below
    ID=ID_CONVERT.xls 
    PARENTH1=HARI.xls
    Hierarchy i have mapped in conversion file from Source Inforobject 1000PCDUMMY-1 to  BPC  PARENTH1 Destination.
    Any suggestions plz?

    Hi,
    Just follow the docs in "How Tou2026 Automate BPC 7.0, version for the NetWeaver Platform Master Data Loads from BW to BPC"
    where you will get detail step-by-step procedure to load data.
    Check the url:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00380440-010b-2c10-70a1-e0b431255827
    Before that you have to transport into BPC system the load to work fine.
    Thanks
    Debasisha

  • Hierarchy Sheets creation from a Hierarchy Node

    Hello,
    I am looking for a sample function code module or snippet whereby I can create a list of Hierarchy nodes from a "Cost Center Hierarchy node" as input. please help.
    Thanks,
    sebastian

    Hello,
    I am looking for a sample function code module or snippet whereby I can create a list of Hierarchy nodes from a "Cost Center Hierarchy node" as input. please help.
    Thanks,
    sebastian

  • HIERARCHY NODE 0HIER_NODE FROM COPA

    Hello,
    I create a hierarchy datasource for COPA for a specific CO-PA characteristic in SAP.
    Datasource is OK in R/3 in transaction
    RSA6in SAP ECC. The description for a node is OK in SAP ECC.
    Example :
    1st Node :
    000000000000099 description All Channel OK
    I execute my info package in BW to extract hierarchy. My
    hierarchy is OK. But the description of node isn't good. I have the technique description (table RSTHIERNODE) for info objet 0HIER_NODE.
    Example in BW :
    000000000000099 00000001 0HIER_NODE 
    Description : 00000000000000000000000000000099
    Transaction SE16 for Table RSTHIERNODE :
    DE A 99 000000000000099
    EN A 99 000000000000099
    FR A 99 000000000000099
    So i want to have the good description for the Hierarchy Node(s) info objet 0HIER_NODE.
    Can you give me the solution to charg 0HIER_NODE ?
    Best regards.
    Rémi

    Hi,
    Presume you used keb1 to do this.  We are struggling with this too?
    Has anyone else managed to do this in BW, currently on 04s here.
    Cheers,
    Sarah

  • Issue with hierarchy node variable and multiple SAP hierarchies

    Hello experts,
    We are currently facing an issue when using two SAP hierarchies in Web Intelligence and one of them is restricted with a hierarchy node variable.
    The systems we use are a SAP BI 7.01 (SPS 05) and a Business Objects Enterprise XI R3.1 SP2 (fix pack 2.3). I want also to point out that the fix pack 2.3 has been applied to all BOE related components: the SAP integration Kit, client tools, and enterprise (server and client).
    The universe used in our scenario is based on a BEX Query with two hierarchies (non-time dependent hierarchies, intervals allowed) loaded on their corresponding characteristics. One of these characteristics is restricted with a hierarchy node variable (manual input, optional, ready for input, multiple single values allowed). 
    Prerequisites for replicating the problem:
    1)     When building the web intelligence query select several levels from both hierarchies (they have seven levels each) and    the   only amount of the InfoCube that the BEX query (that was used to create our universe) relies on.
    2)     In the hierarchy node variable prompt select a hierarchy node entry (not an actual InfoObject value that exists as transactional data in the InfoCube )
    By executing the query built above, all characteristics are returned null (no value) and the key figure with value u201C0u201D. No error messages, no partial results warnings.  Now if we go back to u201CEdit queryu201D and select levels of only one of any of the two hierarchies the query runs normally (by selecting the exact same value for the hierarchy node variable prompt).
    Any ideas on the matter?
    Regards,
    Giorgos

    Hi,
    Have you ever got a solution for this problem?
    I have a similar one.
    Thanks,
    regards, Heike

  • Hierarchy node text shows short text instead of medium text in WebI report

    Hi,
    We have created a simple Hierarchy suing Tx RSH1.
    US -> North Carolina
              South Carolinakey
             Rest of America
    Please note "North Carolina" is the medium text for the node while the short text which can contain max of 10 chars is "North Caro"
    We have used and activated the hierarchy within the BEx query. Text display with "Medium Text" has been enabled for the InfoObject. The display on the BW report is as expected showing the medium text for all levels and all modes.
    When a universe is built on the query and a WebI report is created based on the universe everything works fine other than than the Hierarchy text for different levels and nodes. Instead of showing the Medium text, the short text is getting display.
    We took out the text object from the Universe in the Universe designer and went ahead with the key and medium text, but that did not help.
    Is this a known bug? Is there a workaround for this issue?
    We are on XI 3.1 SP3.
    Rgds

    Hi,
    I am working on BO XI 3.1 SP2.
    I have displayed the medium text for the hierarchy nodes as:
    In my universe three detail objects(key, medium name and long name) gets generated for each hierarchy node.
    I have copied the definition of L01 Medium name (detail object) in the L01 dimension object. similarly for other hierarchy nodes.
    i.e. L02, L03.. etc.
    Now the master data which have been loaded for the medium name will be displayed.
    Regards,
    Rohit

Maybe you are looking for