Activating custom extractors

Hello All,
I have created a custome datasource.This DS is supposed to provide data to a custom infoObject (Direct update to master data), I created an infosource for this infoObject, but when i try to assign the custom DS....its not available in the activated DS list. I have activated the DS several times. But I am not able to see my DS. Kindly help.
Regards,
KK

Hello All,
Thnks for ur replies...It wasnt a problem with replicating the DS..But I was expecting a transaction data to be used for direct update..which is notpossible. Thanks neways. My problem stands resolved.
Regards,
KP

Similar Messages

  • Week/Year Dates from custom extractor

    Hi BW Gurus,
    I have a custom extractor which is pulling a date called Week/Year from R/3.  Basically this brings in a date in the format WW.YYYY i.e. 24.2006 which equates to week 24 from 2006.
    In SE11 the date definition is: NUMC and of 6 char.
    How can I bring this into BW? I have already created the new InfoObject to hold this data and it is a NUMC - Character string format with a length of 6.
    When I uploaded the data after activating the cube, The data came though in a strange format!!  For example the date I have showing in RSA3 through the extractor checker is 24.2006 and the date in BW is 62420 which is totally wrong for users trying to use this date as a guideline and selection field.
    Does anyone know how I can map this in the right way in BW.
    Many Thanks in advance- Will give max points for the solution!
    Depesh

    Hi AHP,
    I have not got much ABAP knowedge so could you spell the code out for me?  How would it look like in the routine?
    Do I put the code in this section here:
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
    Or does the code go in this section here:
    $$ begin of routine - insert your code only below this line        -
    DATA: l_s_errorlog TYPE rssm_s_errorlog_int.
      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   
    Please can you specify which section or provide a sample so I can do this and try?
    Many thanks for your help AHP.
    Depesh

  • Custom Extractor using FM for Delta Upload

    Hi,
    I created a Custom Extractor using FM for Full Upload. The requirement now is that it should be able to handle Delta also.
    I used the standard FM RSAX_BIW_GET_DATA_SIMPLE to create my Z FM.
    Please suggest me the changes I have to make in this to be able to upload Delta also.
    Thanks
    Nageswara

    Hi Mahesh,
    You can selectively load from BI side (through Infopackage) and for that you should have those selection field defined as ranges in your FM.
    As per my genius friend Sidharth Gupta:
    FM RSAX_BIW_GET_DATA_SIMPLE is a funct. Mod having a simple interface in which I_UPDMODE is not used. Actually FM RSAX_BIW_GET_DATA_SIMPLE is used for a full update and uses an F2 extraction method. However through ABAP we can try to make it delta capable like below.
    *Declare
    DATA  I_UPDMODE.
    Now to capture delta on AUDAT
           I_UPDMODE = u2018 u2018.
    LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'AUDAT'.
                MOVE-CORRESPONDING L_S_SELECT TO L_R_AUDAT.
                 I_UPDMODE = u2018 D u2019.
                APPEND L_R_AUDAT.
              ENDLOOP.
    This code works however is not flexible as you do not use a CASE stmt on I_UPDMODE.
    CASE stmt gives more flexibility which is used in FM RSAX_BIW_GET_DATA.
    FM RSAX_BIW_GET_DATA is a funct. Mod having a complete interface in which I_UPDMODE is passed to funct mod during its call.FM RSAX_BIW_GET_DATA can be  used for all update types and uses an F1 extraction method. However after writing the funct mod the default extraction method is F2 in table ROOSOURCE which needs to b changed to F1 for ur mod to work.  This change from F2 to F1 can be done via test abap code.
    Part two of that Article is yet to be published so wait for sometime or follow above mentioned approach.
    Hope it helps.
    Regards,
    Ashish

  • Custom extractors using function modules

    Hey all
    Does anyone has a document regarding how to <b>Develop Custom extractors using function modules?Step by step method would be great</b>
    Also document regarding <b>CTS in BW?</b>
    Appreciate it
    Thanks

    Hi,
    See here:
    Generic Extractors
    Generic data sources
    Generic DS
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Best regards,
    Eugene

  • Issue with Fiscal Year Period in Custom Extractor

    We have a custom extractor that pulls posting period (PERIO) and Fiscal Year (GJHAR)...once we move it to BW we do a concatenate in the transfer rules to get Fiscal Year / Period.  Before we did the ERP Upgrade the concatenate worked and then  after the Upgrade it stopped working.  I have checked RSA3 and the extractor is not pulling the fields any differently then before.  I have also tested the same concatenate in our development system and it is working.  Does anyone have any idea what might be happening? 
    Before we were getting data that looked like 2008001 and now thet data is saying 8  1200.
    We also have another custom extractor that does the exact same thing and it is working!
    We are stumped....can anyone assist?
    Thanks!
    Caroline

    I dont understand why you had to extract period and year?
    Can you pl explain. Do you have other fields in the extractor, if so what are they?
    Can you paste your code here to look at.
    Ravi Thothadri

  • How to get active customer owned equipment...

    Hi All,
                I am a fresher in ABAP and first time posting my query, My requirment is to fetch the equipment master data for only active customer owned equipment(ECUS as the only system status) . I tried searching the field 'status' from table 'JEST' but not able to understand the parameter for 'active custmer', no data is there as such 'ECUS'.
    Please asist me for the same.
    Thanks in advance,
    Atul

    Hi Atul,
    What you see in teh JEST table is the internal id for the status ECUS.  In case this status is internal (system status), check the table TJ02T to find the mapping of the internal id to the external representation (ECUS). In case ECUS is external (user), check table TJ30T.
    Use the ID to check in table JEST the status is active for the object in question.
    Kind regards,
    Robert.

  • Data syncup issue - Custom extractor for revenue recognition data from ECC into BW

    Hi there,
    We have created a custom extractor on top of a Function Module (FM) in ECC that reads data primarily from VBREVE table. Currently, we have close to 10 million records and full load isn't a preferred option so we built in a delta mechanism using "Created On" (ERDAT) and "Posting Date" (BUDAT). The idea is to do an initial full load and then switch over to delta loads on a nightly basis for data where:
    "Created On" OR "Posting Date" is within last 6 months.
    This will ensure if any updates are made to the existing VBREVE entries, this change will be reflected in the BW DSO, provided the "Created On" or "Posting Date" fall within last 6 months. The issue comes up if in ECC a billing plan is cut down to a smaller term, let's say from 3 years to 2 years, the entries for the 1 year will be deleted from VBREVE table. How can I pick up this change in BW DSO since this data has already been loaded in the past? Addition of entries are okay but I need to address the deletion on entries in VBREVE table so that it reflects this in BW DSO. Any ideas how I can accomplish this? In the example on the screenshots, BW still shows the before image and I need to be able to get it to sync up with ECC as per the after image.
    -Rohit

    Dear Rohit,
    The case is complicated , there can be workaround using the changedon date from VBAK table. if the billing plan is changed in the sales order VBAK will be updated for changedon.
    1) If the billing plan deletion is a very specific case, then using the change log tables find out which are the sales order for which there has been billing plan change. Store this sales order details in DSO day wise. call it DSO1
    2) Create a self transformation to the DSO ( DSO2) where you are currently loading from the table VBREVE (DSO2 to DSO2 -For loading data from the same DSO) .Transformation should have reverse record mode given as a constant.
    3) load the data DSO2 from DSO2 by filling up sales order details from DSO1 in the DTP filter.
    ( This will reverse the complete entry for the sales order in DSO2 for the sales order for which billing plan has been changed)
    4) Now load afresh for these sales order again from source system to DSO2 from the table VBREVE.
    You can also use VBAK changedon date to trigger this load.
    Hope I have not confused you
    Regards
    Gajesh

  • How to improve performance for Custom Extractor in BI..

    HI all,
               I am new to BI and started working on BI for couple of weeks.. I created a Custom Extractor(Data View) in the Source system and when i pull data takes lot of time.. Can any one respond to this, suggesting how to improve the performance of my custom Extractor.. Please do the needfull..
      Thanks and Regards,
    Venugopal..

    Dear Venugopal,
    use transaction ST05 to check if your SQL statements are optimal and that you do not have redundant database calls. You should use as much as possible "bulking", which means to fetch the required data with one request to database and not with multiple requests to database.
    Use transaction SE30 to check if you are wasting time in loops and if yes, optimize the algorithm.
    Best Regards,
    Sylvia

  • Balance sheet valuation not active (Customizing transaction OMWE)

    Hi,
    For FIFO Valuation, I have done the following SPRO setting:
    1. Activate balance sheet valuation (Trans: OMWE) - as LIFO not relevant, FIFO active.
    2. Defined LIFO/FIFO valuation levels (Trans: OMWL) - set as Plant (valuation area).
    3. Configured FIFO Valuation areas for year 2008.
    4. Define LIFO/FIFO method (Trans: OMWP) - FIFO01 as CUR u2013 current
    5. No changes made to movements relevant to FIFO (Trans: OMW4);
    While running the MRF1, the system is throwing the following message:
    Balance sheet valuation not active (Customizing transaction OMWE)
    Message no. MY043
    Pls. help in rectifying the problem.
    Pls. note that I have already activated the LIFO/FIFO-relevant Check box while creating the Material.
    Do I need to execute MRF4 before executing MRF1?
    Regards,

    hey guys... can anyone help  me to solve this issue....

  • Issues with a customized extractor running 'Full' loads.

    Hi Gurus,
    Is it possible to check at what date/time a particular data record has been posted in the VBPA table [Sales Document Partner Function Table]?
    My issue is that we have a customized extractor that pulls data from both the VBAP & VBPA tables based on VBELN [Doc No] & POSNR [Item]. We are using an 'Inner Join' on these two tables, so if either the Doc No or Item is not present in the VBPA table at the time of extraction, the data record will be skipped and we are facing several such missing documents in BW.
    The loads are 'Full' based on 'ERDAT' & 'AEDAT' on the VBAP table for the last 3 days i.e. if a Sales Document is either Created or Changed in the last 3 days, it will be picked up by the extractor. So my reasoning for the missing data records in BW is that the VBPA table  entries for that particular Order had been updated at a later date and hence data was missed out during extraction [because of the 'Inner Join' based on Doc No & Item].
    But since VBPA does not have a created on or changed on field, I am unable to find out when exactly a data record has been updated in the VBPA table.
    Any suggestions that you can provide will be highly appreciated!
    Thanks

    Hi,
    I feel your table join logic is not correct. Please discuss with your functional team once and try to revise the logic. Otherwise you may keep missing some records all the time. Test the extractor alot in RSA3 before replicating in BW.
    Regards,
    Suman

  • Custom extractors(Urgent)

    Hi Friends,
                I have to create custom extractor from a custom table. I have a big doubt as How delta process works in this custom extractor. What should I be entering under the field name , safety intervals(lower limit and upper limit). Can someone tell me what exactly they are ?? and what I should be entering there??
    Note : If the data in my custom table gets updated twice in a day, and if I want to load all the new data from the table to my extractor, how should I take care of this scenario??
    Thanks alot in advance friends,

    hi,
    you will load the daily once a day ?
    try date, upper limit 1, lower limit blank
    'how to generic delta' doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Tips:
    1. If delta field is Date (Record Create Date or change date), then use Upper Limit of 1 day.
    This will load Delta in BW as of yesterday. Leave Lower limit blank.
    2. If delta field is Time Stamp, then use Upper Limit of equal to 1800 Seconds (30 minutes).
    This will load Delta in BW as of 30 minutes old. Leave Lower limit blank.
    3. If delta field is a Numeric Pointer i.e. generated record # like in GLPCA table, then use
    Lower Limit. Use count 10-100. Leave upper limit blank. If value 10 is used then last 10
    records will be loaded again. If a record is created when load was running, those records
    may get lost. To prevent this situation, lower limit can be used to backup the starting
    sequence number. This may result in some records being processed more than once;
    therefore, be sure this DataSources is only feeding an ODS Object
    Safety Interval Upper Limit of Delta Selection
    This field is used by DataSources that determine their delta generically using a repetitively-increasing field in the extract structure.
    The field contains the discrepancy between the current maximum when the delta or delta init extraction took place and the data that has actually been read.
    Leaving the value blank increases the risk that the system could not extract records arising during extraction.
    Example: A time stamp is used to determine the delta. The time stamp that was last read is 12:00:00. The next delta extraction begins at 12:30:00. In this case, the selection interval is 12:00:00 to 12:30:00. At the end of extraction, the pointer is set to 12:30:00.
    A record - for example, a document- is created at 12:25 but not saved until 12:35. It is not contained in the extracted data but, because of its time stamp, is not extracted the next time either.
    For this reason, the safety margin between read and transferred data must always be larger than the maximum length of time that it takes to create a record for this DataSource (with a time stamp delta), or it must display an interval that is sufficiently large (for determining delta using a serial number).
    Safety Interval Lower Limit
    This field contains the value taken from the highest value of the previous delta extraction to determine the lowest value of the time stamp for the next delta extraction.
    For example: A time stamp is used to determine a delta. The extracted data is master data: The system only transfers after-images that overwrite the status in the BW. Therefore, a record can be extracted into the BW for such data without any problems.
    Taking this into account, the current time stamp can always be used as the upper limit when extracting: The lower limit of the next extraction is not seamlessly joined to the upper limit of the last extraction. Instead, its value is the same as this upper limit minus a safety margin. This safety margin needs to be big enough to contain all values in the extraction which already had a time stamp when the last extraction was carried out but which were not read. Not surprisingly, records can be transferred twice. However, for the reasons above, this is unavoidable.

  • Function module / way to know Activated customer exits in the system

    Dear all,
    How to know Function module / way to know Activated customer exits in the system.
    Regards,
    Purshoth

    Hi Purshoth, There is a table MODATTR In which you will get all the Customer Exits where Status = 'A'.
    for enhancements You can refer to table ENHHEADER table with version A and EnhName = z* or the name space which you use.
    Thank You,
    Regards,
    Swaroop Patri

  • Defining Custom Extractor

    Hi experts,
      Can someone guide me with best practices for creating Generic Datasource with Custom extractors(FM)?
      Is there any document available for the steps involved in setting up the custom function module(extractor) for GE(Generic datasource)?
    Thank you
    arun

    Hi,
      Let me put it this way.
    I want to copy the Business content datasource and its extractor for e.g 0CO_OM_OPA_1 to custom datasource and make some more complex coding.
      What is process involved in Copying the FM and using it in the new datasource created?
      Is there document explaining the step by step process of copying the datasource with FM? Because it seems like there should be an entry for datasource and FM in ROIS as well as in several tables in R3?
    Thanks in advance
    arun
    Message was edited by: Arun Prasad

  • HCM - Custom extractor class in smartform HRRCF_PUBLICATIONS_INT

    How to build custom extractor class ? I have a requirement where you have to change the standard layout of HRRCF_PUBLICATIONS_INT to include the custom fields and the data should be pulled from the custom extractor class. Any pointers regarding this is highly appreciated.

    Hi Nisha,
    I think you have an issue to call custom BSP.
    -     Ignore the warning message (in the table T77RCF_LOG_APPL) as it is just a warning message. I did not touch start page link at all.
    -     Additionally you need to make (I had to made) an entry in table u2018V77RCF_SMG_NAVIu2019.
    Let me know, if you need anything else.
    ...Naddy

  • Appending fields in Custom Extractors

    Hi Experts,
    Is it possibel to append additional fields to the Extract Structure created by Generic Extratctor ( RSO2).
    Cheers,
    DV

    Hi,
    Yes, you can append the fileds in Custom Extractors(Generic Datasouce).
    Please follow bellow steps:
    1. Go to RSA6.
    2. Select the Data Source
    3. Select display Data Source (Ctr+F2).
    4. Double click on the Extract structure.
    5. Click on the Append Structure.
    6. Add the required field.
    7. Activate the Append Structure.
    8. Go to CMOD.Give the Project, select Display.
    9. Click on ZXRSAU01.
    10.then you have the bellow exits:
    a).Transaction data EXIT_SAPLRSAP_001
    b).Master data attributes EXIT_SAPLRSAP_002
    c).Master data texts EXIT_SAPLRSAP_003
    d).Master data hierarchies EXIT_SAPLRSAP_004
    11. select Transaction Data EXIT,then you have to write the ABAP CODE.
    12. save and activate.
    13. Select your Datasource-->Select the Tick of (ZZfileds) under Selection Column.(by Default it will be under Hide column).
    14. save and activate.
    15. check the data in RSA3.
    Regards,
    Suman.

Maybe you are looking for

  • How can I transfer music from my ipod to a mac?

    I have just over 1000 songs on my 4th generation ipod touch. When I try transfering my ipod purchases onto my mac, it says I need to authorize my computer. So I authorize it, and then transfer the purchases. An error comes up saying there are 91 prob

  • Problem in accessing 2 certificates in smart card using Sun PKCS11 Provider

    I have stored 2 certificates in iKey. To acess and use them in Java I am using Sun PKCS11 Provider. The program is . 1. The keyStore.aliases() is returning 1 alias only(instead of 2). 2. Throwing following error when accessing the private key using c

  • How to export and reimport clips maintaining best quality?

    I'd like to ask a few questions. (1) I have several subclips in FCE that I would like to export, so I can import them back into FCE as individual clips, separate from the original capture. I would also like the option to use the exported clips in iMo

  • Dynamic actions in two select list

    Hi all, I have created two select lists.one is parent another is child. i can get the child list values correctly using cascading lov parent item Eg: parent item values company name :x,y,z etc x having 3 clients say a,b,c there is no client for y z h

  • What is the "catch" in writing Variants to a Binary file?

    I'm saving "event" data associated with an experiment that LabVIEW is "controlling".  The data includes such things as the State of several State Machines, Messages to Queued Message Handlers, digital data from hardware (such as Button Pushes), etc.