NA R3104 Error Creating Transfer Structure

Hi all,
After digging around for a while now, I'd better post this question, because I can't figure it out.
I added some fields to datasource 2lis_02_itm in R3. Adjusted user exit to fill them. Generated datasource. Tested functionality with rsa3.
First off I don't see the newly created records here at all (though in debugging it appears as though they are being filled).
Secondly, I'm having trouble (after replicating datasource in BW), activating transfer rules. It keeps giving me the message:
Error when creating transfer structure /bic/ccpc2lis_02_itm in source.
Diagnosis: An error occured when creating transfer structure /bic/ccpc2lis_02_itm as an IDoc segment in source system NTLPSS033.
Using se38, RS_TRANSTRU_ACTIVATE_ALL it tells me:
Transfer structure 2LIS_02_ITM_PC NOT activated successfully
Activate manually
Activating from within the transfer rules doesn't work either.
I tried to change everthing back, but the error messages remain the same!
How can help me out here???
Kind regards,
Aukje

Hi Aukje,
We solved this problem applying SAP Note 493422 in ECC (Inconsistent IDoc segments/transf. structures in srce system). This note has a program (Z_RS_SCRSYSTEM_R3_CHECK) that clean up old IDOC segments and ROOSGEN DDIC structures. This note is for Source System (not BW).
https://websmp230.sap-ag.de/sap/support/notes/convert2pdf/0000493422?sap-language=EN
BR,
Marco Modesto.

Similar Messages

  • Error occurred when creating transfer structure /BIC/CCGS0EC_PCA_1

    Hi Experts,
    While activating th transfer structure  0EC_PCA_1  i am getting the below error
    Error when creating transfer structure /BIC/CCGS0EC_PCA_1 in source system N6A420
    Message no. R3104
    Diagnosis
    An error occurred when creating transfer structure /BIC/CCGS0EC_PCA_1 as an IDoc segment in source system N6A420 .
    Could any one please help
    Thanks  in Advance,
    Nitya

    Hi,
    I have a similar issue on one of my clients, unfortunately they are using PSA method already, however, somewhat interestingly when I switch to Idoc it activates fine?  The log in SLG1 suggests I analyze the log in source system... when I am analyzing the log in the source system?!?!?!?!  Is there another log I am missing? Any ideas anyone?  I did check note 493422 however as I have other extractors that are working fine connected to the same source system I am a bit loathe to implement a global solution?
    Thanks in Advance
    Peter

  • Error when creating Transfer structures

    Dear Gurus,
                     I get the following error when creating the transfer structure.
    <b>Error when creating transfer structure /BIC/CCBD1CL_OMAT002 in source system ERPCLNT400</b>
    Message no. R3104
    <b>Diagnosis</b>An error occurred when creating transfer structure /BIC/CCBD1CL_OMAT002 as an IDoc segment in source system ERPCLNT400 .
    <b>System Response</b>
    The action was terminated. No data was changed.
    <b>Procedure</b>
    Use the generation log in source system ERPCLNT400 to identify the error, and remove the cause.

    hi,
    Refer OSS Note 147195 --- Error activating the transfer rules
    Check the transfer mehtod is PSA ? and Activate Source Sys Conn again
    Replicate the DS again and Activate TR (...'also check are there inconsistencies in transfer str)

  • Error when creating transfer structure

    I am trying to activate a custom Datasource, but get the below error
    "An error occurred when creating transfer structure /BIC/CCNAZREPAYMENTS as an IDoc segment in source system"
    Message no. R3104

    Hi
    This is the problem. when in try to activate the 7.x Datasource or migratefrom 3.x to 7.x i getthe this error
    "An error occurred when creating transfer structure /BIC/CCNAZREPAYMENTS as an IDoc segment in source system"
    I need it as a 7.x datasource.
    If I replicate as RSDS it comes into BW inactive as soon as I activate I get the above error.

  • Error when creating transfer structure in source system

    We have just had a copy of the ERP production system done and connected it to our existing QA system (done by our service providers) for a test go-live of our ERP upgrade.
    Now I cannot activate the transfer rules as the transfer structure cannot be created in the source system.
    I have checked the settings in table RSBASIDOC and they look okay, I can only assume that our wonderful basis people have done everything they should have but cannot be sure they've done it all correctly.
    The sourcesystem is active, the RFC's are fine.
    And help for a desperate man please. I've got to get this working in 1 day as basis need the system back to do an Oracle upgrade.

    Hi Jonathan,
    Try to replicate the DS once again and the run the program RS_TRANSTRU_ACTIVATE_ALL to activate your transfer structure. Hope it helps.
    Thanks and Regards
    Subray Hegde

  • Error in transfer structure while activating the business content

    Hi all
            we got the following error while activating the transfer rules( business content) :
    1)error when determining a number from object BI_TSDTEL and number 01
    2) object name can only contain characters from syntactical character set.
    3) data element for infoobject WAERS 0CURRENCY could not be created.
    can anyone please explain what is this error.

    Hello Tilak,  
    Goto SE37 -> RSAR_TRANSTRUCTURE_ACTIVATE -> Transfer Structure Name -> Execute
    If the above doesn't fix then try the below
    Goto SE14 -> Transfer Structure Name -> Adjust and activate .
    This will fix if there is any inconsistency in the transfer structure.
    [Thanks|http://chandranonline.blogspot.com/]
    [Chandran|http://chandranonline.blogspot.com/]

  • Transfer Structure Error

    Hi Guys,
    I am getting the following error when trying to activate Transfer Structure for 0PLANT_TEXT in BW.
    Error when creating transfer structure /BIC/CCGB0PLANT_TEXT in source system ORAGDV130
    Message no. R3104
    Diagnosis
    An error occurred when creating transfer structure /BIC/CCGB0PLANT_TEXT as an IDoc segment in source system ORAGDV130 .
    System response
    The action was terminated. No data was changed.
    Procedure
    Use the generation log in source system ORAGDV130 to identify the error, and remove the cause.
    I am using PSA as the transfer method. Any help is appreciated.
    Thanks.

    Hi Govind,
    To implement what is said in the note IS VERY EASY!
    I have even created this program in my system. It seems to be very very useful program. Not only for your case. THE PROGRAM CHECKS CONSISTENCIES IN THE SOURCE SYSTEM AND CORRECT THEM! It may help in many problems with source systems.
    So, here is a way to implement the program.
    - In the text tabstrip of the note click on 'Correction Instructions' tabstrip.
    - Then in the 'Ref. Correction' column choose a number that corresponds to your system PI (click on it).
    - Click on a report name 'z_rs_scrsystem_r3_check'.
    - In your BW system execute tcode SE38 (or ask someone with a development key), give the name 'z_rs_scrsystem_r3_check', click on a button 'create'.
    - Enter program description, choose 'executable' option.
    - Into the screen of ABAP Editor copy-paste the code from the note correction instructions.
    - Click on 'Check', then 'Activate' icons.
    - If everything is OK, press F8 (execute).
    Then follow the note:
    "These programs have the following input parameters:
    SLOGSYS Specify the logical system name of your source system here
    RLOGSYS Specify the logical system name of the BW system here
    If you enter nothing here, all existing BW source system connections are processed.
    Use the NO_DB_UP parameter to control whether the program works in check or correction mode. The NO_DB_UP = 'X' default represents check mode.
    2. First execute the Z_RS_SCRSYSTEM_R3_CHECK program in check mode. The inconsistencies detected by the program are issued as a log. Now start the programs in correction mode (NO_DB_UP = ' '). Then execute the program again in check mode (NO_DB_UP = 'X'). This program may not eliminate all inconsistencies during the first correction run. Then execute the program again in the check mode (NO_DB_UP = 'X'). This program may not eliminate all inconsistencies during the first correction run.
    3. If the error continues to occur:
    Check the transfer structure in the source system using transaction SE11. Use note 147195 if namespace conflicts are reported in the consistency log.
    After the correction has been made, you should check to see whether it is possible to switch your transfer rules from the IDoc transfer method to the PSA transfer method.
    We recommend that you use the PSA transfer method."
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • Transfer structure prefix error

    Hi all,
       When i active the transfer structure of any infosource of Ecc5.0.,I got an error message 'Transfer structure prefix for source system T90CLNT090 is not defined'. The source system T90CLNT090 is the current client of bw system.Any one who met the problem before,or have some idea about this,appreciate for sharing your experience.
    best regard,
    Eric

    Hi Natovian,
    Thanks again for ur time replying me!
    I tried to follow what ever u said.. but still unsuccessful.
    The Following is the screen that appears after I used SE37--> RSAP_BIW_DISCONNECT:
    http://farm1.static.flickr.com/212/495977912_6f890cad34_o.jpg
    I tried to see the entries for SLOGSYS & RLOGSYS using the TCODE SE16, following is the RSBASIDOC table screen which appears as:
    http://farm1.static.flickr.com/208/495995911_2213885c8e_o.jpg
    From the above table(screen) which combination do I have to use as entries to the following Screen(Using SE37 RSAP_BIW_CONNECT) :
    http://farm1.static.flickr.com/226/495977908_9c0ee51f29_o.jpg
    D I have to enter an entry for the RFC target system:??
    <b>Note:</b> I am Using SAP ECC 5.0  IDES version; have 3 source systems defined
            <b>1.</b> Source system T90CLNT090 with clinet 800 ( through which I run rsa1 to move on to BW 3.5 Administrator Work Bench screen) .Its a Combined Client I guess!! But basically I enter into R/3 System first before I jusm onto BW screens
           <b> 2 nd</b> and <b>3rd</b> are the Flat File Source Systems(SS_DEMOFF & SS_ODSFLAT) which I created by my own. and My use ID is SAPUSER for 800 Client to enter SAP.
    Do I have to have a BW source System as well do make this work??
    I have selecetd and tried the folloowing entries from the RSBASIDOC table :
    http://farm1.static.flickr.com/191/495977906_e10a056721_o.jpg
    and in the result, it says that the logical system already exists.
    I even tried using the flat table combination but the follwing is the result screen:
    http://farm1.static.flickr.com/226/495977956_073272c7ab_o.jpg
    I tried my level best to actually let you know, whats really happenening with my issue.
    Hope u will have a clear picture of my problem.
    Awaiting for ur precioius reply!!
    Vamsi.
    I tried defining a BW source system but got stuck in the middle filling up those details.
    Thanks
    <u></u><u></u>

  • Transfer structure  0BUS_AREA_TEXT_HA does not exist

    We are transporting InfoCube - 0FIGL_C10. which we had collected in a transport request with grouping as in Data Flow Before. This request ended with return code 12 with error message "Transfer structure 0BUS_AREA_TEXT_HA does not exist, Error RSAR 440 when handling objects with type R3TR ISTS"
    After this I collected the transfer rules of 0BUS_AREA_Text with grouping as dataflow before and after. the transport of this request also failed with return code 12 with the same error message "Transfer structure 0BUS_AREA_TEXT_HA does not exist, Error RSAR 440 when handling objects with type R3TR ISTS"
    has any one faced this error, please suggest the corrective action to be taken,

    hi all,
    I'm now getting the same error when I try to activate a created "transfer rules" for any type of DataSource of my cProject.
    "Transfer structure 0DPR_***********_DA does not exist
    Message no. RSAR440"
    please show me on step by step because I'm a new guy of this SAP.
    Thanks,
    Chuong Hoang
    R&D engineer of global cybersoft - vn

  • Transfer Structure - Transport Problem

    Hi Experts,
    I am transporting infosource from BW DEV to BW QA ( Datasource is transported and it is replicated) but when the request is imported in QA it gives me error saying " Transfer structure does not exist " . This Infosource is used for Remote Cube .
    Could anyone help me in this as in QA I see Infosource in Deactivated state even though remote cube( based on this Infosource) is active .
    Regards,
    Vijay.

    hi Vijay,
    seems transfer structure not collected, maybe source system not choose/assigned. try in bw dev, with infosource selected for transport, choose grouping 'in dataflow before' and collection mode 'manual', click 'source system assignment' and make sure your source system is marked. then execute to collect objects. after finished, expand the infosource, and make sure there is transfer structure and marked. then create transport request, stms and transport again. hope this helps.

  • Copy transfer structure transfer rules from one client to other client

    Hi
    Our R3 client 100 is mapped to BW client 100.
    R3 client 100 is source system in BW.
    As the master data is created by users in R3 client 200 we want to get the data from client 200 to BW. We dont want to replicate each datasource and do all stuff form scratch for client 200.
    Now the question is as we need to create transfer rules, transfer structure for all master data objects for client 200 in BW.
    1. Going to create R3 200 client in BW.--this is possible.
    2.Like create a transport connection in BW for client 200 for all master data infoobjects transfer rules transfer structure,process chain, infopackages..etc
    3.Do the source system mapping for new client 200.
    4.and then execute the process chain..
    What are the best ways to achieve this.
    creating all transfer structure and transfer rules only for those we are loading daily ..rather than all active ones.. How can I get the list of that master data that is loading daily.. and how easily can I create transfer structure..etc dependent objects in one go than manually.
    Any help or thoughts are appreciated..
    can anyone throw some light please....

    Hi,
    BW is not client dependent!!! When you sign on to BW, you have the client required. However, this field does not appear in any table (master data, ODS, cubes, whatever).
    This means that a same BW server with a single client can have multiple R/3 connections (for multiple R/3 clients).
    The database do not care about the client in BW. The data will be consolidated.
    So, you do not need any new client in BW, just two R/3 connections for your two clients.
    Regards,

  • Re: How to see transfer structure in sap r/3 system

    Hi All,
    In generic extraction I have created extract structure ,in the extract structure I have 6 fields but I am trasferring only 4 fields to the BW system ,So it will creates transfer structure in BW System with the 4 fields but when the Transfer structure in sap r/3 generates and how can see the transfer structure in sap r/3 system.I will give full points if i get the correct answer.
    Regards,
    Venkat

    Hi ,
    Data source = extract structure in r/3 system  +  transfer structure in r/3 system  + transfer structure in bw system .
    for exmpale you try to extract the following fields
    1) vbeln
    2) erdat
    3) ernam
    4)netwr
    5)waerk  from vbak table but you decided to trasfer only 4 fields expect the erdat in that case
    extract structure contains all 5 fields and transfer structure contains 4 fields in BW system  expect erdat field,
    As far as my knowledge is concern when replicate the data source in bw system and activate the infosource at that time
    it will create the transfer structure in r/3 system but I dont know how to see the transfer structure in r/3 system,
    please help me in this regard.
    Regards,
    Venkat

  • Error while creating table 'EDISEGMENT' entry for Transfer Structures

    Hi Guyz...
    I've been facing a few issues regarding activation of transfer structures.
    I'll explain the whole process...so it makes sense to you guys.
    I've initially activated the Transfer Structures in BI Content for Master Data. Later on we faced some issues in the DEV server. So we had to transport all the objects and store them locally on a temporary location. When the BI DEV sever, was up and running, we transported all the objects back to the server.
    Now while moving the objects back to the sever. We had an errors in the Master Data Request (Log- Method Execution). After going into the log...this is what I found.
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0DIVISION_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0DISTR_CHAN_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0MATL_TYPE_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0SALESORG_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0SALES_GRP_TEXT'
    I hope, I am clear here.
    Any suggestions, guys...
    Thanks,
    Regards,
    G

    Hi,
    Please check this link:
    Error while creating table EDISEGMENT entry
    Hope it helps.
    Thanks and Regards,
    MuraliManohar.

  • Error while activating Transfer Structure

    Hi Expert,
    we have upgraded BW3.1 to BI 7.0, we are getting error while activating transfer structure for 0mat_sales_attr and 0mat_sales_text.
    Error is Error while creating table 'EDISEGMENT' entry '/BIC/CIOD0MAT_SALES_TEXT'
    Message no. EA201
    Diagnosis
    An attempt was made to create the entry '/BIC/CIOD0MAT_SALES_ATTR' in table 'EDISEGMENT'. The attempt failed.
    System Response
    The operation was canceled.
    Procedure
    Please check whether the relevant entry already exists
    I have tried report RS_TRANSTRU_ACTIVATE_ALL also, but no success.
    I have checked table and entry is there. i have checked we31 for segment there also segment is existing.
    Regards,

    Hi Dubey,
    I am facing the same issue when i transport the datasource from DEV to QA.i applied the OSS Note 493422 ,But could not resolve the issue.Pls let me know the solution to fix  this.
    Thanks,
    Renu

  • Error while creating transfer rules.

    Hi
    I am creating transfer rules and a error  message says " IS_00_BB does not exist". (IS_00) is the desc. of the info source)
    can someone help me on this????
    I had created transfer rules for another cube in the same info area, but no error had come then..
    Thanks.
    Aswath.

    Hello,
    The problem you are reporting could be that you are using the Transfer 
    Method 'IDOC' for the affected transfer rule(s). You should use the    
    'PSA' transfer method (rather than the 'IDOC' method), as the IDOC     
    method is very old.                                                                               
    If so, please change the transfer method in the affected transfer rules
    to 'PSA', then try to activate the transfer structure again. This should
    solve the problem, in which case, please let us know by clicking on the
    'Close' button.                                                                               
    If the problem persists please create the report that is relevant for your system release
    as per the SAP note 493422 and execute the report in your system, the report can be
    created in se38, please talk to your basis team if you have problems creating the report.
    Best Regards,
    Des

Maybe you are looking for