Ck source data from BW side

HI,
I have a question ... How can we see the SAP HR  source data from BW . I dont want to check the PSA. Is there any option or shall I have to go directly to the source system?
can we check the Source data through RSDS from BW side.?

Hi Pranita,
You can not see source data from BW unless it is loaded in BW. Before loading, you can check using tcode RSA3 and giving datasource name in source system. When data is loaded to BW you need to check PSA data to view source data that came into BW.
Tcode RSDS is for datasource repository. Here you can change/create/delete datasource. But you can not check data of a datasource.
Table RSDS gives information about datasources, not the content of datasources.
The table RSDSEG you mentioned is wrong. The correct table name is RSDSSEG. This tables gives the corresponding PSA table technical name of a datasource.
Do one thing. Use table RSDSSEG and give your datasource name. There you can easily view the PSA table technical name. Use this table name and check table contents from SE16. Every time you can directly go to SE16 and check this table content to view source data that came to PSA.
Thanks,
Indrashis

Similar Messages

  • Source Data from OLE DB staging area to Import for FDM

    Hi ! Please help me out on Integartion of Oracle to FDM
    I want to load data into FDM directly fom Oracle database through an Integration Script.
    How to take Source Data from OLE DB staging area to Import for FDM?
    My main intension to import data for FDM from Oracle DB where there is no manual intervention and it could be safe. We are taking Actual data through Oracle Apps and keep that data into Oracle DB for further process.
    FDM can also import data from Oracle Data Base Source means I need procedure/script to import data from Oracle data base staging area where we keep some data for HFM to enter the data on monthly basis.
    OLEDB----->Import FDM-------> Export to HFM (Procedure\script without manual intervention)
    Here in OLEDB data comes cumulative from Day or week to Month basis for inputing to HFM applicaiton.(Actual)
    Regards and Thanks.
    Edited by: user3557428 on 10-Dec-2008 00:05

    You will want to look at the FDM Admin Guide
    Look for Integration Import Scripts
    There are a few pages that cover what you are trying to do. If you do not know VBScript it might be benefitial to tap someone who does or brush up on ADO.
    Hope this helps
    Wayne Van Sluys
    TopDown Consulting

  • Accessing E sourcing Data from another application

    Hi Experts,
    I have a Scenario in which i need to access the data  such as Current Rfx,Pending Approvals,My Request List from SAP E sourcing application and display it one some other applications  dashboard .Also i need to implement single-sign to access E sourcing from the other application. Please suggest me with any idea or document link .
    Thanks abd Regards,
    Piyush S

    Hi Anders Ohlund,
    You can pool the data from one application to anothers. You can use the syntax :
    *DESTINATION_APP
    *ADD_DIM
    *RENAME_DIM 
    note:
    *ADD_DIM, using this syntax if your application needs add dimension.
    *RENAME_DIM, using this syntax if your application needs rename the dimension name.
    I hope the above step can help you to solve your problem. If you have any problem please let me know.
    Thanks,
    Wandi Sutandi

  • Can I make a chart automatically source data from different parts of a table?

    Hi! I have a chart that shows data entered into one row across several columns of a table. I want the chart to automatically display information from the next row down once data has been entered into all fields of the first row without the chart displaying two sets of data i.e. just the second row only. I would greatly appreciate any ideas as I've hit a total roadblock with this. Thanks!

    Hi gsnwosu,
    I don't know of any way that Numbers can predict your next move! You must enter all your data and then select cells and create a chart. Here is a Table with a Header Row and two Rows of data:
    You don't say what kind of chart you want. Here is a bar chart using data from Row 2. Select Row 2 by clicking once on the grey Row number (2) and choose a chart type (bar chart here):
    Ignore the "Chart 3" label. I had three goes at this!
    Click on the chart to select it:
    then drag the Row (or Cells) selection down to Row 3 for a new chart (Oranges):
    Regards,
    Ian.
    Message was edited by: Yellowbox. then drag the Row (or Cells) selection down to Row 3 for a new chart (Oranges):

  • File-File - Need to extract data from source file name???

    Hello Experts,
    I have a unique situation. In my file to file scenario, the source file name is of the format XYZ_yymmddHHMM.dat. there is field in the target file which has to filled with the date that is there in the file name of the source file (yymmdd). How can this be achieved? Normally we do the other way round using vaiable substitution where we can name a file depending on the value in any of the target field structure.
    Please help.
    Regards,
    Yash

    Hi,
      please prepare the udf with the following code.
      i mean, dynamic configuration concept.
      where u get the file name, then use substring function to capture date from right side.
       //write your code here
    // getFileName User Defined Function
    // function to create name of output file
    String filename;
    filename = strFile;
    try {
    // initialize DynamicConfiguration for create file with given name
    DynamicConfiguration conf = (DynamicConfiguration) container
    .getTransformationParameters()
    .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/File", "FileName");
    //create file with the specified name
    conf.put(key, filename);
    } catch (Exception ex) {
    return filename;
    warm regards
    mahesh.

  • Deleting data from SID Table

    Hi,
    I have deleted master data of an info object but it does not remove all the data from the SID table.
    I have selected with SID's option but not all data was removed.
    I am getting the error below when transporting
    "SID Table /BIC/ S2QKHITIND Contains Data : Characteristic ZQKHITIND Cannot be activated. "
    What needs to be done to get the charecteristic activated.
    Thanks
    James

    Hi Selva,
    Thank you for the info. I have deleted data from all the infoproviders but still get the message
    The system is unable to delete all the master data as, because some of it is still in use.  (See log:
    Object RSDMD, sub-object MD_DEL )
    Do you want to delete the data records that are no longer in use?
    What does this mean. is it due to the query open in some place or something else.
    While I am not able to delete the SID table entries as the delete is not active. Please help.
    Thanks
    James

  • Load data from File on Client side (via Sqlplus)

    Server OS: RedHat, Oracle 10g rel 2.
    I am trying to load data from OS .txt files to clob field.
    I am able to do this successfully using:
    Oracle DIRECTORY
    BFILE
    DBMS_LOB.loadclobfromfile packageIssue is: this only works if my files and DIR are on database server.
    Is it not possible "load clob from file" from client side, files being on client and exec command via SQLPlus. Is there any other option to load data from client side.
    Thanks for any help.

    Options:
    1) Search for OraDAV
    2) Learn about Application Express.

  • How to handle duplicate Primary Key entries in the Source data

    This is my first experience with ODI.
    I receive Source data from the customer that includes a one letter designation, ACTION_CODE, in each record of data as to the disposition of the record:
    ‘R’ represents Re-issue in which case I’m to modify the corresponding Target record based on the Primary Key.
    ‘N’ represents an Insert in which case I’m to insert a new record into the Target.
    ‘D’ represents a delete in which case I’m to delete the record with the corresponding Primary Key from the Target.
    The Source data comes in an XML file and the Target is an Oracle DB.
    I have chosen the IKM Oracle Incremental Update (MERGE) Knowledge Module.
    I filter ACTION_CODE to just collect records that are ‘N’ or ‘R’ and I exclude the ACTION_CODE from the mapping but since within the same Source
    set there may be an ‘N’ and ‘R’ with the same primary key I receive Primary Key errors.
    Should I alter CKM to not check for duplicates in the Source?
    Is there a better way?

    Ganesh,
    Identifying Duplicates is a logical activity.  More or less it need Manual intervention to judge both the records means common.  if few unique paramenters like Telephone, Pincode, SSN, passport no etc can be used on filters for searching the records.  Currently there are no automatic method to identify the duplicates.  In MDM 5.5 SP04 which is next release there will be auto de-duplicate facility based on tresholeds and matching criteria that you will setup.
    I hope i have answered your query transparently. if you have any queries futher you can reply here.
    Regards
    Veera

  • Move data from a select box to table in database.

    Hi,
    a. I have one dual selection box and for that the is div id =' id '
    b.In dual selection box there is two box ie. one is Available and other is Selected. So a user can select one or all using two button.
    c. My requirements is like :
    onclick of a radio button all datas from available side will move to database and that dual box will be hidden.

    Java != Javascript. Please go to some web development board.

  • BI Admin Physical source data

    Hi All,
    My source data at database server has changed, for example, different column name, adding column.
    However ConnectionPool I connect to source data from BI admin tool, the changes are not showing for some reason, I did clear all cache from Manage-Cache, however the changes still not showing.
    Any idea? We use OBIEE 11g
    Thanks
    Don

    Restart the services.
    Thanks
    Diney

  • 0CRM_SALES_ACT_1 takes a long time to extract data from CRM system

    Hi gurus,
    I am using the datasource 0CRM_SALES_ACT_1 to extract activities data from CRM side. However, it is taking too long time to get any information there.
    I applied the SAP NOTE 829397 (Activity extraction takes a long time: 0crm_sales_act_1) but it did not solve my problem.
    Does anybody knows something about that?
    Thanks in advance,
    Silvio Messias.

    Hi Silvio,
    I've experienced a similar problem with this extractor.  I attempted to Initialize Delta with Data Transfer to no avail.  The job ran for 12+ hours and stayed in "yellow" status (0 records extracted).  The following steps worked for me:
    1.  Initialize Delta without Data Transfer
    2.  Run Delta Update
    3.  Run Full Update and Indicate Request as Repair Request
    Worked like a champ, data load finished in less than 2 minutes.
    Hopefully this will help.
    Regards.
    Jason

  • I have hierarchy data in R/3 side how will i load that data from R/3 to BW

    Hi all,
    i have my hierarchy data in the R/3 side how will i load that data from  R/3 to BW side
    Regard
    Kiran Kumar

    Hi Kiran,
    Here is the procedure:
    1.      In the Data Warehousing Workbench under Modeling, select the InfoSource tree.
    2.      Select the InfoSource (with direct update) for the InfoObject, to which you want to load the hierarchy.
    3.      Choose Additional Functions® Create Transfer Rules from the context menu of the hierarchy table object for the InfoObject. The Assign Source System dialog box appears.
    4.      Select the source system from which the hierarchy is to be loaded. The InfoSource maintenance screen appears.
    ○       If the DataSource only supports the transfer method IDoc, then only the transfer structure is displayed (tab page DataSource/Transfer Structure).
    ○       If the DataSource also supports transfer method PSA, you can maintain the transfer rules (tab page Transfer Rules).
    If it is possible and useful, we recommend that you use the transfer method PSA and set the indicator Expand Leaf Values and Node InfoObjects. You can then also load hierarchies with characteristics whose node name has a length >32.
    5.      Save your entries and go back. The InfoSource tree for the Data Warehousing Workbench is displayed.
    6.      Choose Create InfoPackage from the context menu (see Maintaining InfoPackages). The Create InfoPackage dialog box appears.
    7.      Enter the description for the InfoPackage. Select the DataSource (data element Hierarchies) that you require and confirm your entries.
    8.      On the Tab Page: Hierarchy Selection, select the hierarchy that you want to load into your BI system.
    Specify if the hierarchy should be automatically activated after loading or be marked for activation.
    Select an update method (Full Update, Insert Subtree, Update Subtree).
    If you want to load a hierarchy from an external system with BAPI functionality, make BAPI-specific restrictions, if necessary.
    9.      If you want to load a hierarchy from a flat file, maintain the tab page: external data.
    10.      Maintain the tab page: processing.
    11.      Maintain the tab page: updating.
    12.      To schedule the InfoPackage, you have the following options:
    ○       (Manually) in the scheduler, see Scheduling InfoPackages
    ○       (Automatically) using a process chain (see Loading Hierarchies Using a Process Chain)
    When you upload hierarchies, the system carries out a consistency check, making sure that the hierarchy structure is correct. Error messages are logged in the Monitor. You can get technical details about the error and how to correct it in the long text for the respective message.
    For more info visit this help pages on SAP Help:
    http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a6729e07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/3d/320e3d89195c59e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6729e07211d2acb80000e829fbfe/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4dae0795-0501-0010-cc96-fe3a9e8959dc
    Cheers,
    Habeeb

  • Error in load master data from flat file to infocube "No SID found for val"

    Hi gurus
    while i m loding data from ffile to infocube. getting error message "No SID found for value 'HOT ' of characteristic 0UNIT" for material name field .
    in flat file one fileld having lower carrecter so i have defined formula for upper case in transfer rule.
    after scheduleing message is "data was requested". but in monitor-> detail-> request, extraction status is green and transfer , processing ststus are red.
    overall status is red.

    It appears your transfer structure and source file are not mapped correctly. Make sure your source file is in the correct format. TRy the "preview" function to make sure.
    Also, is the file and your log on language the same? For instance is the file from a GErman user but you are logged in in English? You will see errors like that when you use ST (Stuck = Pieces) instead of PC (Peices in English)
    To test a bad mapping, hard code the Unit to something to make sure...(to PC for instance).
    Also, the error message you are getting is because of transfer structure, please re-activate it. IF it persists, try to skip the PSA and go straight to the data target.
    Message was edited by: Steve Wilson
    Message was edited by: Steve Wilson

  • Steps to Extract data from Source System

    Hi,
    I want to use business content object 0PA_C01. I have implemented it in the SAP BW system wanted to know how t=do I extract the data from R/3 system now to the cube. I am new to extraction so kindly help me out in this.
    Thanks.

    Hi SAPBILearner,
    Genric Extraction Steps:
    1) In R/3 side Create a Data source by use of RSO2 tcode
    Select datasource type here, Give datasource name click create button
    2) Specify description
    Specify your table name
    Choose the Application Component(like SD, MM, PP)
    Click SAVE it takes to next screen
    3) Choose the fields for visible and hidden
    SAVE it.
    Your datasource has been created
    4) In RSA3 (Extract Checker) you can check your datasource it contains data or not
    IN BW SIDE
    1) First Replicate your datasource
    2) Create InfoArea--> Info objects and all
    3) Create InfoSource and assign this R/3 Datasource
    4) Create info package to load data.
    LO EXTRACTION STEPS
    ===================
    1) In R/3 side, First delete the setup table (LBWG)
    2) RSA5 --> transfer datasource
    3) RSA6 --> Verify transferred datasource available or not
    4) LBWE --> Maintain datasource
    5) OLI*BW --> Fill setup table
    6) RSA3 --> Extract checker
    In BW side
    1) Replicate datasorce
    2) Asssign Infosource , activate datasource
    3) Create infopackage to load data
    Thanks
    Mrityunjay

  • Deletion of Data from Infoprovider  after upgradation of source system

    HI All,
    In our project  source system is upgraded from 4.7 to ecc 6.
    I have kept the same logical name and changed the RFC connection so that it points to new source system.
    Now do i need to delete all data before uploading data from source system or it will be fine as source system name is same.
    If i need to delete data ,can u help me how to delete master data especially Hierarchy data. do we need to Delete Hierarchy and recreate it.
    Please help em to resolve this issue

    Hi,
    It depends on your requirements whether you have to keep the history or not.
    If you  delete the data from your info providers, you have to reload everything from scratch.
    If you want to delete the data from all
    1. first delete the data in data targets such as cubes, DSO's or ODS then
    2. master data
    use these programs to delete from se38
    -> rsdrd_delete_facts - for Cubes and DSO or ODS
    -> rsdmd_del_background - for master data in background
    -> rsdmd_del_master_data_texts - for master data right away
    manage your master data info objetcs after the deletion, if you still find them....
    go to se14 and delete individually each and every table such as attributes, texts, sids, hierarchy.
    hope it helps you better.
    But I dont recommend you to delete try to load full repair options for all yur loads

Maybe you are looking for

  • How do I set up different accounts for 2 different phones?

    My daughter and I both use itunes to upload music to our phones.  However, whenever we connect to the computer, we get each others music synced to our phones.  We want to separate our music.  How do we create a second account?  Will the computer reco

  • Itunes will not open b/c of Audio configuration error

    Itunes will not open. Get error saying "Itunes cannot run because it has detected a problem with your audio configuration." Whats weird is that I haven't changed anything since I last used it (yesterday night). What should I do?   Windows XP  

  • Reports IN SAP Hr

    Dear Expertrs, Can any one help me on what all reports I can generate from SAP. My Report requirement in HR is: Report 1)  Consolidated statement of employees  with all the basic details - Cadre Wise, Position Wise, Section Wise, nationality Wise etc

  • TS1363 itunes is not recognizing my iphone

    I plugged my iPhone 4 in to my iTunes but it is not recognizing it. My Computer is also not recognizing it...

  • My photoshop CS5 keeps getting an error message?

    When I load up my CS5 its working perfectly. However when I go pick the size of the picture I want it make it comes up but with a gray background and it freezes. Then an error message comes up saying send an error report or dont send. I am on windows