Unable to find Transfer Rules and Data Source for 0PERSON Info Source

Hi,
I'am working on SALES ANALYSIS Configuration with the help of SAP Best Practices.
I'am trying to load Master Data Attributes/Texts/Hierarchies.
I'am able to load for allmost all the InfoPackages which i created for particular DataSource.
Now i need to load master data for 0PERSON InfoObject under that Person (Attributes) and Person (texts) are there,for this 2 Transfer Rules and the DataSource has to be defined by default as it is defined for other Attributes/Texts/Hierarchies.But i'am unable to find a DataSource and Transfer Rules to create a infopackage for PERSON Attributes and Texts.
Please gudie me with a solution in order to get these Transfer Rules and DataSource for this Attributes and Texts.
With regards,
Pradeep.B

Hi,
Install the corresponding master data objects from Business content. Go to data source find out the needed datasource, replicate it. If you want you can migrate it also.
If still you are not getting 0person masterdata object datasource & transformation structure, then you have to create the transformation, Infopackage.
Hope if you will install the business content again, it will solve your problem.

Similar Messages

  • How to find unsued Transfer Rules and Data Sources for a Master Table...??

    How to find unsued Transfer Rules and Data Sources for a Master Table...?? My requirement is i need to delete those Transfer rules and Data Sources which are not in use

    Hi
    Go to manage of the Text or attirbute of the master data object, see what are being loaded daily from there and delete the remaining.
    Cheer
    Ans as expected, Please reward

  • Two issues: activation of transfer rules and data load performance

    hi,
    I have two problems I face very often and would like to get some more info on that topics:
    1. Transfer rules activation. I just finished transport my cubes, ETL etc. on productive system and start filling cubes with data. Very often during data load it occurs that transfer rules need to be activated even if I transport them active and (I think) did not do anything after transportation. Then I again create transfer rules transports on dev, transport changes on prod and have to execute data load again.
    It is very annoying. What do you suggest to do with this problem? Activate all transfer rules again before executing process chain?
    2. Differences between dev and prod systems in data load time.
    On dev system (copy of production made about 8 months ago) I have checked how long it takes me to extract data from source system and it was about 0,5h for 50000 records but when I executed load on production it was 2h for 200000 records, so it was twice slower than dev!
    I thought it will be at least so fast as dev system. What can influence on data load performance and how I can predict it?
    Regards,
    Andrzej

    Aksik
    1 How freequently this activation problem occurs. If it is one time replicate the datasource and activate thetransfer structure( But in general as you know activation of transfer structure should be done automatically after transport of the object)
    2 One thing for difference of time is environmental as you know in production system so many jobs will run at the same time so obiously system performance will be slow compare to Dev System. In your case both the systems are performing equally. You said in dev system for 50000 records half an hour and in production 200000 records 2hrs so records are more in Production system and it took longer time. If it is really causing problem then you have to do some performance activities.
    Hope this helps
    Thnaks
    Sat

  • Transfer rules are not exist for ECC Quality source system in BI Dev

    Hi,
    I Connected BI Dev system To ECC Dev and installed the sales, purchasing,... data flow, but here i am not getting the quality data to show the reports, to get Quality data  I established the connection between BI Dev and ECC QA, while installing the transfer rules for the ECC QA data sources there no transfer rules are exist(only some of them exist) in the business content, but all the update rules,... are exist, when i right on the data source say create transfer rules it is proposing App praposal.
    When i select source system as ECC dev while installing the transfer rules i can see all the transfer rules, but when i select source system as ECC QA i can see only some transfer rules.
    only problem with transfer rules(some of them exist), for remaining all objects are properly existing in business content for ECC QA source system.
    Regards,
    chandra

    Hi Fayzrakhmanov
    Thanks for the quick reply. We are not moving the stuff to QA. We are only connecting QA ECC system to BI Dev. We already have datasources moved to ECC QA and created source system for ECC QA in BI Dev.
    The problem is I am not able to get Business Content transful rule for new source system. We I can find some but not all unlike development.
    Help on this would be appreciated.
    Thanks

  • How to debug a transfer rule during data load?

    I am conducting a flat file (excel sheet saved as a CSV file) data load.  The flat file contains a date field and the value is '12/18/1988'.  In transfer rule for this field, I use a function call to transfer this value to '19881218' which corresponds to BW DATS format, but the monitor of the InfoPackage shows red error:
    "Value '1981218' of characteristic 0DATE is not a number with 000008 spaces".
    Somehow, the last digit or character of the year 1988 was cut and the year grabbed is 198 other than 1988.  The function code is (see below in between two * lines):
    FUNCTION ZDM_CONVERT_DATE.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(CHARDATE) TYPE  STRING
    *"  EXPORTING
    *"     REFERENCE(DATE) TYPE  D
    DATA:
    c_date(2) TYPE c,
    c_month(2) TYPE c,
    c_year(4) TYPE c,
    c_date_combined(8) TYPE c.
    data: text(10).
    text = chardate.
    search text for '/'.
    if sy-fdpos = 1.
      concatenate '0' text into text.
    endif.
    c_month = text(2).
    c_date = text+3(2).
    c_year = text+6(4).
    CONCATENATE c_year c_month c_date INTO c_date_combined.
    date = c_date_combined.
    ENDFUNCTION.
    Could experts here tell me what's wrong and also tell me on how to debug a transfer rule during data load?
    Thanks

    hey Bhanu/AHP,
    I find the reason.  Originally, I set the character length for the date InfoObject ZCHARDAT1 to 9, then I find the date field value (12/18/1988)length is 10.  Then I modified the InfoObject ZCHARDAT1 length from 9 to 10 and activated it already.  But when defining the transfer rule for this field, before the code screen, click the radio button "Selected Fields" and pick the filed /BIC/ZCHARDAT1, then continue to go to the transfer rule code screen, but find the declaration lines for the infoObject /BIC/ZCHARDAT1 is as following:
      InfoObject ZCHARDAT1: CHAR - 000009
        /BIC/ZCHARDAT1(000009) TYPE C,
    That means even if I've modified the length to 10 for the InfoObject and activated it, but somehow the transfer rule code screen always takes the old length 9.  Any idea to have it fixed to take the length 10 in the transfer rule code screen defination?
    Thanks

  • Problems to activate transfer rules and infosource 2lis_02_itm and 2lis_02_

    hello,
    now I am working with the 0PUR_C01 cube of purchasing and I want to active the data flow before for it.
    I try to do it directly selecting data flow before in the activation settings of the cube, but I coludn´t
    after that, I try to do it activating the transfer rules and the infosource separately  but I get some errors, teh most important thing (because I have the same situation in other areas) is:
    The creation of the export DataSource failed
    Message no. RSBM035
    Diagnosis
    The creation of the DataSource &v1& was unsuccessful.
    System Response
    Whilst generating the export InfoSource, the metadata for a DataSource must be generated. An error arose when doing this.
    Procedure
    Consult the appropriate developer (function module: RSB1_OLTPSOURCE_GENERATE).
    I hope that some can help me with this issue,
    Thanks in advance and best regards,
    Niurka

    Thank you very much Chetal,
    I activated others Infocubes, but I have the same problem for Infocubes with ODS inside they data flow,
    I tried with some notes like: 538052 and I enter the client but not the user or the server, I proved the RFC Connection too.
    But the bug issue is the export data source creation that failled everytime, right now  I try to solve this and the log says some error about the syntax error in transfer routine for the infobject 0GN_R3_SSY this object exist as characteristic and his convertion routine is ok (because I verificated) and exist as part of the transfer rule but I don't know how to go to the routine creator for check this point.
    Thank you very much in advance,
    Niurka.

  • Transfer Rules and Update Rules

    Hello,
    What is the exact difference between Transfer Rules and Update Rules ????
    NImisha

    Hi Nimesh,
       Transfer rules are the combination of communication structure and transfer structure here you are sassing the fields between transfer structure to communication structure..
       Updater rules are crating between data marts and info source, here you are creating the update rules based on communication structure.
       For more information go through the following link...
      http://help.sap.com/saphelp_nw04s/helpdata/en/fc/1251421705be30e10000000a155106/frameset.htm
    Regards,
    PRK
    Message was edited by: PRK

  • 0SD_C03 transfer rule and update rules do not exist in BI Content

    I am working on SAP BI 7.0 support level 16 and BI Content 703 support level 9.
    I am not finding these objects in BI Content for the Sales Overview Infocube  0SD_C03:
    Update Rules do not exist for 2LIS_11_VAKON,
    2LIS_11_VASCL, 2LIS_11_VASTH, 2LIS_11_VASTI, 2LIS_11_V_SCL,
    2LIS_11_V_SSL, 2LIS_12_VCSCL, 2LIS_13_VDKON.
    Transfer rule does not exist for
    2LIS_13_VDITM, but exists for all other DS.
    7 Transformations exist only for:
    2LIS_13_VDITM
    Can somone help me out with why this is so? Which datasources are to be used for 0SD_C03, 3.x or 7?
    This is an urgent requirement.
    Regards,
    Sony

    Most of the problem has gotten solved by our upgrading to BI Content level 17.
    The others, i made a direct mapping of some of the transfer rules manually.
    It is working fine now.
    Thanks for the replies.
    Sony

  • Unable to transport transfer rules in BI 7(Partition in PSA)

    Hi,
    I want to activate T.R in Production but not able to that due to Partition in PSA.
    Errors accessing partition parameters for table /BIC/B0000341000 (-> long text)
    We used the programmed called RS_TRANSTRU_ACTIVATE_ALL but still the same error.
    Even when we transported (T.R) from QA to PRD not able to transport to PRD with error 8.In the error analysis it is giving the same MSG u201CPSA partitionu201D
    T.R: Transfer Rules
    Object Type: Master data Text(0ACTIONREAS_TXT)
    Thanks,
    Gattu.
    Thanks= Points in SDN

    Laxman,
    Try to repair PSA table at RSRV --> All Elementary Tests --> PSA Tables --> Consistency Between PSA Partitions and SAP Administration Information##.
    After repair try to activate.
    If still not working, then empty PSA data in production system (if not required...) and import transfer rules and activate if required.,
    Hope it Helps
    Srini

  • Document on XML date rules and date management

    Hi,
    Could you Please send a document on XML date rules and date management. I really in need of it. You may send it to [email protected]

    Hello
    Could you please email this to me:  [email protected]
    Thanks in advance
    Kevin

  • HT201269 how to connect I-phone 5S to a computer to transfer audio and data files

    how to connect I-phone 5S to a computer to transfer audio and data files

    You asked the same question 20 minutes ago and I answered it then
    https://discussions.apple.com/thread/6029247

  • I have redeemed my code and downloaded the Mountain Lion overnight. Now I am unable to find the download and unable to install it. And the code says that its already redeemed. What can I do? Please help.

    I have redeemed my code to download the Mountain Lion. I left it for download overnight. Now I am unable to find the download and its not installed. And the code says that its already redeemed so I cannot download the Mountain Lion again. Please help.

    Look in your Applications folder.

  • How do I transfer files and data from my Samsung Galaxy tab 2 to my Macbook Air?

    How do I transfer files and data from my Samsung Galaxy tab 2 to my Macbook Air? The Macbook does not even recognize the device. I get an error message. I follow the instructions on the message, which tells me to install "Kies" and Android file transfer. This does not help. What do I do?

    See:
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device

  • HT4889 Is it possible to use the migration assistant to transfer only some documents and data? For example, I was to transfer my music, but not my word documents. There doesn't seem to be any options to customise what you are transferring - its all or not

    Is it possible to use the migration assistant to transfer only some documents and data? For example, I was to transfer my music, but not my word documents. There doesn't seem to be any options to customise what you are transferring - its all or nothing

    LBraidwood wrote:
    Is it possible to use the migration assistant to transfer only some documents and data? For example, I was to transfer my music, but not my word documents. There doesn't seem to be any options to customise what you are transferring - its all or nothing
    Yes, that's why I recommend one have more than TimeMachine as a backup because if certain files or folders are corrupted on the TM drive, your not logging into your migrated user account or not be able to transfer it what so ever.
    Then it's a REAL PAIN and costs $99 to bit read the TM drive to get the files out, then it's mess to go through and sort all the empty placeholders from the real files as TM doesn't save duplicates in each state, just uses the previous state's copy if there are no changes.
    If you create the same named user account on the new machine, and simply transfer files via a USB thumb drive and place say music contents into the Music folder, then it will work too.
    Look into making clones of your boot drive, the benefit here is it's bootable, you can access the drive directly to pick and choose files, run the computer just like before etc.
    Most commonly used backup methods explained

  • Error in Transporting Transfer rule/structure to Q for generic DS

    Hi,
    We're in NW2004s. we're getting error when we transport Transfer Rules and Structure of generic data sources to Q.
    In R3 Q the DS is active and it pulls data in RSA3 and it is replicated and all the fields are available in BW side as well, but when we transport TR/TS i still get error saying the Datasource is not active. This happens only for generic ones.
    Any idea.
    thanks
    Mayil

    Hi,
    have you inserted both the transfer rule and the communication structure in the same change request?
    When you transport an InfoSource, all it's dependent objects must be present in the same change request; in this way the datasource will be activated.
    I hope it helps you,
    Vito

Maybe you are looking for

  • Measure divided by Detail in a Measure Variable

    Hey Guys, I have a measure variable in WEBI report. When i use variable in a table, i get a #Multivalue error in some of the cells. When i saw the formula for the measure variable, it was something like this. Variable_Name=Round(([Measure Object]/[De

  • IPod photo av cable question

    has anyone had success connecting their iPod video to a tv set using the iPod photo av cables? thanks in advance.

  • How I can fix IPAD is disabled

    How I can fix my IPAD is disabled

  • Synchronize an excel sheet between PC and iPhone.

    How can I sync an excel sheet from my pc to my iphone so that whenever I make a change in that sheet, connecting the iphone to my pc, update the copy of the sheet that is in the iphone and then have access to that sheet date the iphone without being

  • QuickTime incompatibility with earlier versions

    I run a tech support department for a software distributor. Some of the titles we sell have versions of QuickTime going back to 2.1. We spend a huge amount of time supporting customers with QuickTime issues because the program is not backwards-compat