Field for HR extractor

Hi All,
I am looking for some field for Time and labour based 0PT_C01cube .In reports I need to have Shift (day or night)  and absence type as well.
Can someone help me to get the mapping for this field from R/3 to BW if exists else I will have to go for enhancing the Extract structure.
Thanks in advance with commitment to assign helpful replies.
Regards,
John

Hi john,
previously there is one data source for your information field.
check that 1
http://help.sap.com/saphelp_nw70/helpdata/en/56/8acb3999616b2ee10000000a11402f/frameset.htm
now that is split in to two
check the following data source
1.CA_TS_IS_1
and that link
http://help.sap.com/saphelp_nw70/helpdata/en/c7/565f3ce4dd3370e10000000a114084/frameset.htm
2.2LIS_08TRTS
and the link
http://help.sap.com/saphelp_nw70/helpdata/en/86/1f5f3c0fdea575e10000000a114084/frameset.htm
hope this help you
happy new year 2008
regards
harikrishna N

Similar Messages

  • Delta field for LO Extractor Datasources

    Hi All,
    Can anyone tell me how to find the delta field for LO Extractor. Because currently i am facing some problem in Delta like, if i do any changes in sales order in Item Level those changes are not reflected in RSA7. And the next change if i do it in header level i cld see the change along with my previos change being displayed. Problem is i dont find as seperate record for my changes in ITEM level.
    Ex. x   3040404  001 oooo ppppp oooo hhhh kkkk
            3040404  001 oooo bbbbb oooo hhhh kkkk  - this is for header level chnage
    Item level chnage: Not shown as seperate records
    Next header change displayed properly as above.
    Pls advise me this is a very urgent issue.
    Thanks.
    Bhu.

    Hi Nagesh,
    Thanks for your reply.
    Onething to tell is i am handling diff clients. All my clients r using 3.5 except this client. Very Unfortunate. They r using 2.1c. Its long back i used this version
    In LBWE i found they have only one update type i.e V3 update.
    I have checked SM13 also. There is one update records for each change in header level data. Also this time i found when i change Route i found one update record. But not when i change Schedule line date.
    Pls let me know if u need any further info. Anyideas welcome.
    Cheers!
    Bhuvana.

  • How to select this field  for the extractor?

    Hi Gurus, I hope you are fine!
    I need to extract the field     PRED_OPPT_GUID   form the Data source  0CRM_SRV_CONTRACT_H inside CRM system.
    If I go inside CRM to:   
    Transaction SBIW -> Settings for BW Adapter -> Maintain DataSource and Enhance BW Adapter Metadata ->
    tipe "0CRM_SRV_CONTRACT_H" and press change buttom -> Mapping TAB
    there I can see the field I need "PRED_OPPT_GUID"  but this is not selected at the "BW Selection" Column , I guess this is the cause why I am not receiving this field from the extractor, Am I right?
    If yes, How can I select this field  for the "BW Selection" Column? (the system does not allow me to click it directly)
    if not, what is the proper procedure if I need to extract this field ? because this is the key field  for  the DSO 
    " Service Orders: Header Data "
    Thanks

    This is what i can see inside the  ROOSFIELD table:
    Filtered by data source = 0CRM_SRV_PROCESS_H
    Comparison with another field:
    BILL_TO_PARTY  (working properly)    columns:        SELECTION = X              NOTEXREL= Y
    PRED_OPPT_GUID (Not working)           columns:        SELECTION = (Empty)    NOTEXREL= Y
    I think that if I try to change the Selection field to X it will cause inconsistencies with the SMOXRELP table am I right ?
    I tried to change using the system and not directly into the tables, but thaere was an inconsitecie between these 2 tables.
    Why is no able this field taking into account that this is the KEY FIELD inside the standard DSO? it has no sense to me.
    What do you think?
    regards.

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

  • Creating View for an extractor with reference field

    Hi All,
             Here is my requirement.
    I need to create a DB view for an extractor. I need to join 3 tables : AUFK,AFIK & AFKO.
    Table Join Conditions:
    AUFK     MANDT     =     AFIH     MANDT
    AUFK     MANDT     =     AFKO     MANDT
    AUFK     AUFNR     =     AFIH     AUFNR
    AUFK     AUFNR     =     AFKO     AUFNR
    This AUFK table has a Z field ZZACCOMPLISH(QUAN field) and it it referning to MARA-MEINS.
    I created  view  successfully with all fileds including ZZACCOMPLISH.
    But when i give the view name in RSO2, i am getting an error message that 'ZZACCOMPLISH' is refering to some other table.
    In this case i don't know how to include MEINS in ths view and There is no link between table AUFK and MARA.
    Please guide me on this.
    Regards,
    Ashok

    Could you please share how this was resolved?
    I currently have the same requirement/issue.
    Many Thanks,

  • How to find underlying r/3 table for a field of an extractor?

    Guys,
    Could anyone give an idea of how to find the underlying table in r/3 for EKGRP (purchasing group) field of an extractor? Thanks.
    Regards, Ivan

    Hi Ivan,
    Please check the below help file for your query.
    http://help.sap.com/saphelp_sm32/helpdata/en/1d/f4383fdb800804e10000000a114084/content.htm
    Regards,
    Raghu

  • Fields missing from extractor

    Hi Guys,
    I have 65 fields in an extractor (Generic Datasource). When I replicate the datasource and go to the fields tab in datasource, i see that one of the line is being skipped.
    After Pos. 26, i see Pos. 28, 29..... Pos. 26 and Pos. 27 are both currency but we have identified one as WAERS and WAERS_LOC (Coming from different tables).
    Secondly, when I create a transformation for the DSO and join it with this datasource, I see only 61 fields (instead of 64 or 65).
    Has somebody encountered this problem before ? How do I fix it ?

    Hi,
    I understand that on the left you are seeing the fields you have in your datasource and on the right side, the infoobjects you have in your infoprovider. They don't have to be identical. If you want them to be the same means that you want to upload all the fields you have in your datasource. Then you have to add the corresponding infoobjects to your infoprovider.
    If you are refering that your datasource is different than the one you see in the transformation, it could be that you haven't replicated it correctly. Select the source system and replicate it again.
    Hope it helps,
    Regards.
    Edited by: Iñaki Rueda on Jan 21, 2010 6:31 PM

  • LO extractor - Adding field in the extractor

    Hello ,
    Suppose i added new field in the extractor on R3 side .
    Now i need to add that field in the communication structure , so the order is required while adding the field .
    Or when we add the field in the communication structure and activate automatically the field be put at required hierarchy .
    Thanks ,
    Rahul .

    Hi Rahul
    If you adding new fields on comm structure ,add them as a last field. Do not add in the middle or first position.
    You dont need any order for the new fields,
    Regards,
    Chama.

  • Urgent: Field for doc currency?

    Hi experts,
    we have a generic extrator that brings in netwr(net value in document currency) also.
    The infoobject 0net_value has document currency as its reference currency.
    There is no field to map 0DOC_CURRCY in this extractor.
    Is it necessary to change the extractor in R/3 to get a field for document currency??

    Hi:
    If the currency is going to be always the same, maybe you could fix it in the object definition.
    Kind regards,

  • Two fields for generic delta

    I have to create one data source which will contain two fields for generic delta...extraction of data will be through FM.SAP provides a standard functionality to create a generic delta. This can only be build on one selected field.
    The logic of the functional module is based on two fields: ICRDT (creation date) and IUPDT (change date). The module should look for both day because when a new records is created the change date does not get populated in R3.
    Can anyone pls help me out?

    Hello Siggi,
    i have to create an delta enabled extractor for a database table.
    The database table (=EAUS) contains the fields "ERDAT" and "AEDAT".
    I'm a Newbie in ABAP und so i read some blogs, articles and how to do papers here.
    But my tests haven't work:
    1. I created a structure in SE11 for extraction. The structure contains all the of the database tabel (=EAUS)
    2. Then I created a data element "ZDATE" in SE11. I integrated ZDATE in the structure.
    3. Then I copied function group "RSAX" and function module "RSAX_BIW_GET_DATA_SIMPLE" in our namespace.
    4. I used the copied function module as a template and adapted the coding in the function module.   The coding is from the paper "Functional Module Based Delta Enabled Generic Datasource"   
    But i doesn't work. My deltaenabled generic datasource doesn't get the deltas. In RSA3 with update mode "D" no data records were selected. (I create new records in the database EAUS before I checked the extraction). The update mode "F" and "C" works.
    Can you help me and send me the coding of your function module?
    Many thanks!
    Jan

  • How to convert the table with separate fields for every period

    Hi there,
    I have the table in R/3 called COSP. The table contains the separate fields for values of separate reporting periods, let's say Amount01, Amount02 etc. I need to extract this data to BW and load it into ODS, which contains the data like common key figure for amount and info object Fiscal Period. How to extract and tansform the data to be able to load it there?
    I mean, how to change the row like:
    100 100 200 200....
    for rows like:
    001 100
    002 100
    003 200
    004 200
    I hope you'll help,
    Kooyot

    Hi,
    you need to implement a bit of coding for that.
    With the 'do varying' statement abap provides a loop over those fields. Within this loop you can build up a new internal table with one entry for each period and amount.
    kind regards
    Siggi
    PS: I am not very familiar with CO, but I guess there will be a standard extractor for that.

  • Map R/3 field (from standard extractor) to BW object

    Is there a document or a practice to map each R/3 field from standard extractor to BW object?
    For example :  DataSource 2LIS_11_VAHDR (sales document header)
    contains BUKRS, KUNNR, KVGR1, KVGR2 and it is mapped to 0COMPCODE,0CUSTOMER,0CUSGRP1,0CUSGRP2 respectively

    hi Panadda,
    you can try search in help.sap.com,
    click 'search documentation' and option 'netweaver',
    and keyword '2LIS_11_VAHDR ', you may get
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/18f23864eec97ae10000000a114084/frameset.htm
    hope this helps.

  • Looking for an extractor.

    Hi All. I'm looking for an extractor for the following fields:
    COSP-WTG001 to COSP-WTG016
    COSP-WOG001 to COSP-WOG016
    COSP-WKG001 to COSP-WKG016
    Is there an way to trck this down?.
    I have already found extractors
    0CO_OM_CCA_1
    0CO_OM_CCA_2
    0CO_OM_CCA_9
    These extractors extract some data from COSP table but no the fields I need.
    Is there a way to find out if there is any standard extractor for the fields above?
    Regards, Mauro.

    check the table ROOSFIELD
    but i think you'll have to create generic extractor for the same... as all these field are for value in different currency

  • How will i convince a client to go for Geniric extractor ..

    Hi All,
    How will i convince a client to go for Generic extractor and in which scenario?
    Thanks & Rgds
    -Tapas

    hi,
    Always it is suggestable to go for SAP provided business content extractors, since they have statndard routine and standard datasource for each applications. if you need addition fields then you can enhance the same.
    hence try using business content extractions. like LO,FI and HR extractors.
    SAP have standard notes for problems on business content extractors which is more useful.
    If the client requiremnet is more complex and is not fulfilled by the business content then choose to go for generic.
    Ramesh

  • Query running very slow for 2LIS_13_VDKON Extractor.

    Dear Experts
    Having no Standard InfoCube to accommodate the data from 2LIS_13_VDKON Extractor, I've created an InfoCube having the Standard DSO inbetween. The Data Flow is as below:
    2LIS_13_VDKON -> ZSD_DS17 (which is a copy of BCT DSO 0SD_O06) -> ZSD_C17 ---> ZSD_M02 (MultiProvider)
    We went live last week and there are only 1252377 records in the InfoCube at the moment in Production. The BEx Query designed on top of the MultiProvider runs by default for the last 3 Months (Variable created) initially and the User will be able to look up only the last 13 Months (another Variable created) of data at any given point in time.
    The User doesn't want any Selection Parameters on this Report and that's how it is created.
    The problem now is.. this 'Margin on Agreed Cost' Report taking about 3 Minutes and 5 Seconds to run.
    I have RSRV on the InfoCube and everything seems to be ok, tried Aggregates (though I understand that this number of records wouldn't need one to be created) and have also tried Query Cache today but no good.
    Is there anything that I might have overlooked when designing the InfoCube and the BEx Query? Attached are the screenshots of the InfoCube, MultiProvider and the BEx Query for your reference.
    Any suggestions are very much appreciated.
    Thanks in advance for your time.
    Chandu

    Hi Anshu
    Thanks for your time.
    The link you've sent was very useful indeed.
    I followed instructions from your link and below are the statistics 4 days after this Cube went into Production:
    As you could see, the InfoCube design is very fine.
    We have noticed that the Report runs within a few seconds when it is run by 0BILL_DATE in Selection Parameters. Therefore, we are trying to buy the End User to have some Selection Parameters so that the performance of the Report will improve.
    I have already created Aggregates for this Cube but in vain!
    Can anyone please send me the Screenshots of the InfoCube Design which captures all the fields of 2LIS_13_VDKON Extractor?
    Thanks,
    Chandu

Maybe you are looking for

  • Dynamically Delay message in PI 7.1

    Hi Guys, We are on PI 7.1 EHP1. We have a scenario where PI picks up the files. ( There might be multiple files for PI to pick-up) On receiver we are doing a HTTP post. Receiver takes 20 sec to process each message. The requirement is that - PI has t

  • Cannot find symbol class ParseException

    I have this in my code how ever DateFormat formatter = new SimpleDateFormat("ddMMyyyy"); dDateStamp = (Date)formatter.parse(dateStamp); When I pass in say dateStamp=safsadssad sa; I get an error which is fine. I can not seem to catch this error with

  • [SOLVED] Mirrorlist's error installing the base system

    Hi! I'm trying to install ArchLinux on my Acer Aspire 5750G (I'm following the "Beginners' Guide"). I managed to establish a Wi-Fi connection (Although "wifi-menu" didn't work: I used the wpa_supplicant function. But this isn't the purpose of the thr

  • DP Forecast transfer to R/3 for Specific Period

    Hi Friends, I have APO DP forecast ready to be transfered to R/3 demand management. When I transfer it to demand management even past forecast is transfered again. Is there anyway to restrict it so that only future forecast is transfered to R/3. Than

  • Upgraded to iWeb '08--what does this symbol mean?

    I understand the blue arrow "link" symbol, but when I upgraded, some of my items turned into a yellow "bust" symbol and I can't find any documentation that explains the meaning of this or how it got there. Visuals of what I'm talking about here: http