R/3 DataSource field missing in Transfer Rules

Hello Everyone,
I am working with R/3 Datasource 0ASSET_AFAB_ATTR. I enhanced the structure by adding a new field 'VYEAR'. After generating the Datasource in R/3, i replicated the datasources on the BW Application Component. But, i cannot see the appended field 'VYEAR'in the Transfer Rules. The field is not hidden and I can see the field getting populated in RSA3 for that datasource. Could someone help.
Thanks

Hi Sachin,
In the InfoSource Maintenance screen expand the node for transfer structur/transfer rules and click on the tab datasource/transfer structure and scroll down to find your field.
Cheers,
Sree

Similar Messages

  • ROCANCEL field is missing in Transfer Rules.

    Hi Bw Experts,
    i have created the datasource and enabled the delta. I have replicated the datasource.I have created the Custom ODS.When i am creating the transfer rules, ROCANCEL field is not displaying.I couldnt able to map for RECORDMODE Info Object.
    Can u pls help on this issue.
    Thanks,
    Jelina.

    Hi,
    making a field delta enabled will not make the ROCANCEL filed included in the data source.
    Its provided by SAP for the standard extractor to track the cancelled records and changes and there is logic written in the SAP programs to populate it.
    If you create a generic data source it will bring the changes based on the date which you have given.
    If the record is cancelled or deleted then you should include the indicator from the underlying table which shows the records as deleted and make it part of the data source.
    You can then map that too 0RECORMODE.
    Thanks
    Ajeet

  • How to input more than one currency field into the transfer rules?

    hi experts,
    how to input more than one currency as well as unit fields in transfer rules, when i am giving two currency fields in flatfile the same structure could not able to get in transfer rules ( 0currency).
    pl give me the procedure to input more than one currency field.
    thanks & regards
    venkat

    Hi Venkat,
    For example - for amount kf - if you have 0currency as ref object and included in transfer rules and for other kf - create a Zcurr object and try to include...hope it works.
    Thanks,Ramoji.

  • Fields missing in Update rules

    I am creating snap shot DSO for inventory management and after that i created the update rules for it linking it to the info source 2LIS_03_BX. When i do this i am missing the info objects that i created to include in the DSO. How do i solve this issue as those info objects are very important and i have to create the routines for it.
    I have got the units for those fields and they are mapped but the info objects itself are missing.
    Thanks for any help in advance
    Naveen

    HI Naveen,
    Yes, you can include the missing infoobject in DSO. for that you need to follow bellow steps:
    a). Delete the data from DSO.
    b). you have to include the infoobject in DSO.
          Double click on  DSO>select chage mode->select keyfield /data field node--->right click select Infoobject Direct Input.
    c). Activate the DSO
    Brief Description about 2LIS_03_BX :
    The 2LIS_03_BX is used to extract an opening stock balance on a detailed level (material, plant, storage location and so on). At this moment, the opening stock is the operative stock in the source system. "At this moment" is the point in time at which the statistical setup ran for infosource 2LIS_03_BX.Loading the opening stock balance InfoSource 2LIS_03_BX into data target.In the InfoPackage, choose the upload mode u201CCreate opening balanceu201D.
    Regards,
    Suman.

  • Some Mail fields missing in transfer

    I transferred my stuff from my old Mac laptop to a new laptop (Macbook Pro) using Migration Assistant. Everything seems to have transferred just fine except for some data in the Mail boxes, most notably names in the "To" field in the Sent box are missing for approximately the last year. Names before September 09 are there, just the "To" field is blank up to the day the transfer was made (a few days ago), after that the names appear there again.
    This is a strange thing and only effects the "To" field in the "Sent" box and only for the last year before the transfer. Because having those names is actually important for business I'm wondering if anybody has any insight into this? The old laptop was running Tiger. Of course I can look up those names on the old laptop, so all is not lost. Thanx.

    You could always visit the Mac OS X v10.6 Snow Leopard > Mail and Address Book forum area here:
    http://discussions.apple.com/forum.jspa?forumID=1338

  • Conversion of DATS to DEC in transfer rule

    Dear all,
    I have a requirement to Activate mapping field in Infosource - transfer rule.
    I have to map ZDATE (datatype - DEC) with ZOLDDATE (Datatype - DATS).
    I know it can be directly mapped so DATS field will be automatically converted to DEC like below.
    12.07.2010 will be converted to 20.100.712.xxx.xxx
    But after mapping it, the dataload time has been increased  from 1 hr to 5 hrs.
    Do anyone has faced this issue ? how to bringdown the dataload time.
    I also wrote a simple routine....but again the dataload timin is affected.
    data : l_date type sy-datum,
             tmp TYPE AD_TSTAMP.
    l_date  = TRAN_STRUCTURE-ABRDT.
    CALL FUNCTION 'ADDR_CONVERT_DATE_TO_TIMESTAMP'
      EXPORTING
        IV_DATE            = l_date
      IV_HIGH            = ' '
    IMPORTING
       EV_TIMESTAMP       = tmp.
    RESULT = tmp.
    Pls give a solution for this problem.
    Regards..
    Bala

    thanks..

  • Copy routines written in transfer rules to other system

    <Moderator Message: Even as a newbie you should be able to copy and paste or read here and write there>
    Hi All,
    In the datasource '0CO_OM_OPA_6' , in the transfer rules for infoobject 0PART_CCTR' , we have a ruotine written 'Fill  Partner Cost Center from Partner Objects'.
    Now I want to write the same routine for same infoobject in another test server for the same data source.
    Can anybody please tell me how to go about from start as I am new in BW.
    Regards,
    Sushmita
    Edited by: Siegfried Szameitat on Jun 8, 2009 3:47 PM

    I think you should check the source system assignment in the transport connection. It might have directed to the old sytem.
    Cheers
    Chanda

  • Challenge - Defining "global" variable accessible in Transfer Rules Routine

    Hi,
    Is there a way to define a global variable in BW which is accessible via all the "Routines" in the Transfer Rules in the Info Source.
    Scenario:
    1) I have a field called ZTEXT in the transfer rules.
    2) I am adding code in the Routine to manipulate this data in the Transfer Rules for the Info Source.  Ultimately the RESULT will be populated with a value.
    RESULT = .
    returncode <> 0 means skip this record
      RETURNCODE = 0.
    abort <> 0 means skip whole data package !!!
      ABORT = 0.
    $$ end of routine - insert your code only before this line   
    3) In the Routine Code, the value of the RESULT will be derived based on what's in a field called "g_value".  I don't want to derive the value in the "g_value" field in each Routine for each record that gets processed as it will take a performance hit. I am looking for a way that "g_value" can be populated once e.g. in a START Routine or another alternative and then "g_value" can be used throughout the Routine for any field in the transfer Rules.
    Is there a way to define and populate "g_value" as a global variable so its VALUE can be retained and used in all the Routines in the same transfer rules.  Note that there will be a fair amount of logic to derive "g_value" and hence the need to avoid deriving it each time.
    Could someone advise me if this is even possible?  If so, could you give me a ABAP code sample for it please? 
    Thank you very much,
    Haritha

    if you create the variable as global and in your start routine, calculate and give it a value, you can use that value in all your individual routines.

  • Debugging: start routine in transfer rules

    Hi !
    can you please tell me how to debug start routines  and field routines in transfer rules?
    If possible please tell me too debugging of update rules.

    Hi Rajib,
    Go to the monitor -> Details tab -> Processing -> Choose the datapackage you want to debug -> Right click -> Simulate update -> Choose eather activate debugging in transfer rules (to debug in transfer rules) or debugging in update rules(for start routine and update rules).
    You can mention the number records you want to debug also, if you have an idea of which records you want to debug you can give the number of that record.
    Once the debug screen comes up, press F8...the control stops at first break point...from there you can do a step by step debugging (F5).
    Hope this helps...
    Regards,
    Kalyan

  • NO PSA for InfoSource and source system 120 : Maintaing Transfer Rules

    Hello BI Experts ,
    I am working on Generic data source extraction.
    Earlier I mapped all fields infoobjects in Transfer Rules and then loaded data to ODS properly.
    But later on I made few changes in Generic data source view and exits in the R3 and replicated the data source to BI.
    Then Remapped the fields to infoobjects in Transfer Rules.
    Now I can see Transfer Rules Green and all fields are mapped properly.
    But when I activated Transfer Rules I am getting message that ,
    "There is no PSA for InfoSource ZPS_DATA_BB and source system 120 "
    Data source is active in R3.
    Communication Structure and Infosource are Active in BI.
    Regards ,
    Amol K.

    hello Surendra ,
    I did the same thing already.
    I was looking for some otherway.
    Thanks for reply.
    Regards ,
    Amol K.

  • Unable to enter change mode transfer rule

    Hi,
    We are in the middle of our annual stackupgrade (from NW7.0 to NW7.01) and ran into a problem.
    While testing I noticed that loading data from three old DSOs to their related infocubes does no longer work.
    The error reported was that I needed to replicate the datasource and activate the transfer rules again. An error that occurred a lot during this stackupgrade with datasources from other systems.
    Replication of the datasource went just fine, but so far it has not been possible to re-activate the matching tranfer rules.
    I get the following error/message when trying to go into change mode of the transfer rule:
    R3TR generated, changes possible
    As a result the transferrule opens in display mode and it is not possible to change anything or re-activate the transfer rule.
    An authorization issue seems unlikely, because I get the same error with sap all and my actions have been traced without issues.
    Any suggestions?

    Hi
    Generally we do this using program
    RS_TRANSTRU_ACTIVATE_ALL
    Programe to activate Transfer Rules in BW
    use program RSDS_DATASOURCE_ACTIVATE_ALL to activate the data sources
    Regards,
    Venkatesh

  • How to refer field of DataSource in transfer rule for DSO object  in BI 7.0

    hello Gurus,
    I am new to BI 7.
    pls tellme how to refer field of DataSource in transfer rule for DSO object.
    I will assign points to proper answer.
    Praveen.

    hi praveen,
    when u create the transformation for the DSO, it asks for the source. in that you enter your datasource, then you get the datasource fields on one side and the rules in the middle and the DSO objects on the other side. whichever field of DataSource you want to refer in tranformation rule, just connect that field to the rule for the required object of the DSO.
    hope this will help you.
    regards
    vaibhav

  • 0Gender Transfer Rules for its Text Datasource Missing

    Dear Experts,
    While checking 0Gender infoobject, I do not see any transfer rules connected to the 0Gender_Text Datasource?
    Within the 0Gender Display in RSD1, I see text data loaded into /BI0/TGENDER table.
    In the Business content activation under any grouping too no transfer rules are present.
    I am on BI 7SP17 and BI Cont 703 SP6.
    Can anyone please help.
    Thanks,
    Raj Jain

    Hi Raj Jain,
    Try the below SAP Note...
    SAP Note Number: 329874:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bct/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d333239383734%7d
    Hope this helps u...
    Regards,
    KK.

  • Fields missing from PSA Hierarchy transfer structures

    Hi,
    I am facing a strange problem. After replicating the source system and running program RS_TRANSTRU_ACTIVATE_ALL  we are getting errors in 0Equipment_hier and 0funct_loc_hier. it complains about missing equnr and tplnr fields from the transfer structure.
    We were using the datasources all the while, but we might not have done the replication in a long time.
    Since it is a PSA hierarchy, it has Header and Node communication structures. The Node should be mapped to EQUNR but it not coming from Transfer structure.
    I executed 0Equipment_hier from RSA3 and I can see the fields like nodename and infoobject. but even in PSA we don't see the fields.
    We applied latest SPs in BW. SP 20 BW 3.5. Any help is appreciated.

    hi Chimei,
    try to check the transfer structure if the fields have been included,
    rsa1-infosource-0equipment transfer rules - change transfer rules,
    click tab 'datasource/transf.rules', check if the equnr is in left side (bw transfer structure), if it's not there, check if it's in right side (source system extract structure), if it's there, cursor position on it and use right arrow button there to have it in right side.
    hope this helps.

  • Error in creating transfer rules beween infosource and datasource in BI 7.0

    Hello Guys
    I am gettting the following error when trying to create transfer rules between infosource and datasource.
    1. Error while activating transformation
    2. Deletion of Objects with Type Transformation
    3. Preprocessing/Collecting DDIC Objects for Transfor mation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    4. Post Processing/Checking the Deletion for Transfor mation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    5. Object Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K has been deleted
    6. Name of object of type 'TRCS' is missing
    7. Name of object of type 'TRCS' is missing
    8.Key rule 1 (target field: 0COMP_CODE): Initial update set
    9. Key rule 2 (target field: 0PLANT): Initial update set
    10. Key rule 3 (target field: 0OI_EBELN): Initial update set
    11. Key rule 4 (target field: 0AC_DOC_NO): Initial update set
    12. No rule exists
    13. Saving Objects with Type Transformation
    14. Saving Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    15. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K saved successfully
    16. Activation of Objects with Type Transformation
    17. Saving Objects with Type Transformation
    18. Internal Activation (Transformation )
    19. Preprocessing / Creation of DDIC Objects for Trans formation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    20. Post Processing/Checking the Activation for Transf ormation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    21. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was activated
    22. Syntax error in GP_ERR_RSTRAN_MASTER_TMPL, row 1,644 (-> long text)
    23. Error during generation
    24. Error when activating Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    25. Resetting of Incorrect Objects Back to the Active Version (Transformation )
    26. Preprocessing / Creation of DDIC Objects for Trans formation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    27. Post Processing/Checking the Activation for Transf ormation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    28. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was activated
    29. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was reset to the active version
    Can anyone send me a document on how to create cubes, info and data sources,ODS's,multicubes and t/f and update rules in BI 7.0
    Thanks.

    Transformations in BI7
    http://help.sap.com/saphelp_nw04s/helpdata/en/f8/7913426e48db2ce10000000a1550b0/content.htm
    Regards,
    R.Ravi

Maybe you are looking for

  • How to send a mail in webdynpro for abap

    Hi experts, Am working on webdynpro for abap. My requirement is to send a mail to end-user, he 'l fill that form and send it to me back. once I received that mail I 've to convert that pdf into xml and 've to parse that xml file and pass those values

  • How to map qualifiers?

    Hello, I am new in MDM and have (hopefully) a basic question: I have issues in the import manager. My target table is the table “Products” (source is an Excel file). I am facing issues to import the price data. The sub table price is a qualified look

  • Error when building EJB 2.1 project in weblogic 10

    Hi, I am using weblogic 10 Application Server and Weblogic Workshop (Eclipse) for development. When i build my EJB 2.1 project i am getting this error "Error during deployment descriptor generation: failed to collect sources.: null" Please help me in

  • Evgts Input Template Retrieving no data and shows #RFR Errors

    Hi Experts, Need opinions regarding a weird issue I am facing in BPC 5.1 version. Details of the error : We have the Entity Hierarchy  in Rows  and Accounts in Col. The Input template refreshes and brings on the existing values for the Topmost (Lowes

  • JBoss configuration failed on verifying ports

    Dear all, I am trying to install Adobe LiveCycle ES3 on a server where another Tomcat instance is already running. However, the JBoss service starts successfully. When executing the LiveCycle Configuration manager for lc_turnkey I get the error "Fail