Payroll Data Extraction - 0HR_PY_1 and BIWMONTH

Hi, I'm hoping someone can provide some clarification on an issue with a payroll data extractor please. I've searched the forums, and looked at the Business Content documentation, but I'm still not clear on one point.
The extractor 0HR_PY_1 (Payroll data) has two selection fields in our version of the DataSource, and these are PERNR and BIWMONTH. It is the BIWMONTH parameter for which I am seeking clarification. Does this allow data to be extracted based upon the calendar month/year that the data was posted into SAP, or does it relate specifically to the calendar year/month of the actual payroll result data. So, if a retrospective payroll change is done in Oct 2010, to an April payroll result, will BIWMONTH contain 10.2010 or 04.2010?
Any help on this would be greatly appreciated.
Best wishes,
Jeff.

Month of the Posting date. in your example 10/2010

Similar Messages

  • How to find all the Master data extract structures and Extractors

    I intend to create Master data dimensions closely similar to SAP BI in a 3rd party system. I would like to use SAP's standard extractors for populating the master data structures in SAP BI and then use a proprietary technology to create similar structures in a 3rd party database.
    Question: How to get a complete list of all Master data extract structures and corresponding extractors?
    Example: In ECC if I do SE80 and give 'Package' and 'MDX' and then press the 'display' spectacles, I get a list of structures and views under "dictionary objects" covering Material, Customer, Vendor, Plant Texts and attributes.
    How do I get the remainder of the Master data extract structures viz. Purchase Info Records, Address, Org Unit etc?
    Regards
    Sasanka

    Hi,
    try the table ROOSOURCE and search the data source with string in astrick attr  for master data and for text with text
    This will give you the list of all the master data source in the system and it contains a column which tells about the extract structure and function module used by each.
    Thanks
    Ajeet

  • Getting error in payroll data  extraction

    hi,
    i am extracting payroll data for south africa and used following includes. but i am getting errror " staement RP-IMP-C2-RW .
      is not defined ".
    plz help me in this , am i misng some includes.
    INCLUDE ole2incl.
    INCLUDE rpc2cd09.  "Cluster CD data definition
    INCLUDE rpc2ca00.  "Cluster CA Data-Definition
    INCLUDE rpppxd00.  "Data Definition buffer PCL1/PCL2 Buffer
    INCLUDE rpppxd10.
    "Common part buffer PCL1/PCL2   "Buffer Handling routine
    INCLUDE rpppxm00.
    *-- Country Specific Include
    include RPC2RWW0. "  Cluster SA  data definition
    *INCLUDE pc2rxin0.  "Cluster IN data definition
    INCLUDE rpc2rx09.
    code is :
    form GET_DATA .
       CLEAR: rgdir, int_rgdir.
      REFRESH: rgdir, int_rgdir.
    *-- Read All The Payroll Runs For An Employee
      cd-key-pernr = pernr-pernr.
      rp-imp-c2-cu.
      CHECK rp-imp-cd-subrc EQ 0.
    *-- Clear Data
      REFRESH: rt.
      IF sy-tabix = 1.
        SELECT SINGLE ltx FROM t247 INTO gv_month
                         WHERE spras = 'E'
                         AND   mnr   = pn-begda+4(2).
        gv_year = pn-begda+0(4).
      ENDIF.
    Read IN Cluster.
      LOOP AT rgdir WHERE fpbeg >= pn-begda AND fpend <= pn-endda.
    *AND   FPPER EQ  RGDIR-INPER  .
        CHECK rgdir-fpper EQ  rgdir-inper AND rgdir-oosdate IS INITIAL.
        "  AND  ( FPAER = IPERI ).
        MOVE-CORRESPONDING rgdir TO int_rgdir.
        APPEND int_rgdir.
        CLEAR int_rgdir.
      ENDLOOP.
    Read the last record.
      SORT int_rgdir BY seqnr DESCENDING.
      READ TABLE int_rgdir INDEX 1.
      rx-key-seqno = int_rgdir-seqnr.
      rx-key-pernr = pernr-pernr.
      RP-IMP-C2-RW .
      CHECK RP-IMP-RW-SUBRC  EQ 0.

    Also use the following include HZAPAYMACRO in your program. This contains the definition of all the macros use for South Africa payroll.
    If you are retrieving only the international clusters like RT, CRT ... try using FM HR_PT_READ_PAYROLL_RESULT.
    Regards
    Ranganath

  • Question: HR payroll data extraction

    Guys,
    I am trying to extract the HR payroll data from r/3 using DataSource 0HR_PY_1 .
    By using this Data Source I am getting data with Month field but I need the data with the Week field(FOR-PERIOD field).
    <b>FOR-PERIOD</b>:  I exactly dont know if this field can be found in RT table, but I have seen this field in "Display Payroll Results".
    Can anyone please help me how to extract this FOR-PERIOD to BW.(Do I have to use generic extraction?)
    one more question, How can I see the data in RT table??? (I tried inSE16, but couldn't find the table there? So please let me know is there any cluster table I need to use)
    Point are assured!!!
    Thanks in advance,

    Hi
    check the link
    data in RT table(PCL2 CLUSTER) table.
    Cheers
    Sunil

  • Need data extract and load program

    hi
    where i can find all the standard data extract programs and standard load programs. Pls thisis urgent.
    thankyou

    Thankyou
    can i get a list of the extract programs and dataload programs? SAP provides programs for extracting data for material master, customer, vendor, purchase order , sales order ? It also provides std programs for data load rite? where can i find the list. i need to prepare a document with the list.
    Heng

  • 'No assignment of payroll data to BW month for country grouping 99'

    hi gurus,
    i am getting the error 'No assignment of payroll data to BW month for country grouping 99'
    to solve this i went to
    SBIW>Settings for Application-Specific DataSources (PI)->Human Resources->Payroll Plug-In>Assignment of Payroll Data to BW Month
    i am choosing country 99 and here i get 4 options which should i choose.
    1.payment date of for- period
    2.end date of in -period
    3payment dare of for -period
    4payment dare of  in- period
    regards
    man

    Hi,
    As per the settings in the SBIW code in R/3 , we can go with a single Time based assignment for a Country at a time.So we can not use both IN Period and FOR period for the same country code.
    For more information, refer the below path.
    SBIW>Settings for Application-Specific DataSources (PI)->Human Resources->Payroll Plug-In>Assignment of Payroll Data to BW Month
    Under human resources.....go to payroll and assignment of payroll data to BW
    if you do not get...use Cntl + F and enter payroll..
    you will get
    in Assignment of payroll data to BW Month, after giving country grouping, what type of period assignment should be given. in R/3 dev side when i have chosen
    1.End of For period, extracted 972 records
    2. End of In period, extracted 1023 records
    3. Payment date of For period, extracted 972 records(just the same as in the first option)
    4.Payment date of In period, extracted 0 records
    Do u know more about these options??? one more thing to clarify on this. While doing payroll data extraction, do we have consider or say give "Define time frame for transfer", if that is compulsory then i have done that by givigng
    Earliest date as 01.01.2005
    Latest date as 31.12.2005
    but in the info package selection i have given to extract 01.01.2005 to 28.02.2006 and it has extracted successfully even 2006 records which means that though we define time frame, extraction is independent of this time frame, am i correct???
    Hareesh

  • SBIW: Assigment of Payroll Data to BW

    Hi BW experts,
    I need the steps to go to "Assigment of Payroll Data to BW" in R3 server.
    I've gone only up to Human Resources, not able to find the Assignment of Payroll data to BW.
    my steps: tcode sbiw>Settings for Application-Specific DataSources>Human Resources
    pls help. thanks.
    cheers.

    Hi Srikanth,
    in Assignment of payroll data to BW Month, after giving country grouping, what type of period assignment should be given. in R/3 dev side when i have chosen
    1.End of For period, extracted 972 records
    2. End of In period, extracted 1023 records
    3. Payment date of For period, extracted 972 records(just the same as in the first option)
    4.Payment date of In period, extracted 0 records
    Do u know more about these options??? one more thing to clarify on this. While doing payroll data extraction, do we have consider or say give "Define time frame for transfer", if that is compulsory then i have done that by givigng
    Earliest date as 01.01.2005
    Latest date as 31.12.2005
    but in the info package selection i have given to extract 01.01.2005 to 28.02.2006 and it has extracted successfully even 2006 records which means that though we define time frame, extraction is independent of this time frame, am i correct???
    if i am correct then why do we have go for define time frame for data transfer when it is no where acting??
    Please repond as soon as possible, points will be assigned.

  • Open data extraction orders -  Applying Support Packs

    Dear All,
    I have done the IDES 4.6C SR2 installation.
    While updating the support packs, i get the message saying
    CHECK_REQUIREMENTS phase.
    Open data extraction orders
    There are still open data extraction orders in the system
    process these before the start of the object import because changes to the ABAP Dictionary structures could lead to data extraction orders not being able to be read after the import and their processing terminating
    For more details about this problem, see Note 328181.
    Go to the Customizing cockpit for data extraction and start the processing of all open extraction orders.
    I have checked the Note.
    But this is something m facing for the first time.
    Any suggestion!!!
    Rgds,
    NK

    The exact message is :
    Phase CHECK_REQUIREMENTS: Explanation of the Errors
    Open Data Extraction Requests
    The system has found a number of open data extraction requests. These
    should be processed before starting the object import process, as
    changes to DDIC structures could prevent data extraction requests from
    being read after the import, thus causing them to terminate. You can
    find more information about this problem in SAP Note 328181.
    Call the Customizing Cockpit data extraction transaction and process all
    open extraction requests.

  • R/3 SP Import:Open data Extraction requests Error

    We are getting the below error when Basis doing the upgrade support packeage in R/3 source system.
    Open Data Extraction Requests
    The system has found a number of open data extraction requests. These
    should be processed before starting the object import process, as
    changes to DDIC structures could prevent data extraction requests from
    being read after the import, thus causing them to terminate. You can
    find more information about this problem in SAP Note 328181.
    Call the Customizing Cockpit data extraction transaction and process all
    open extraction requests.
    Intially we have cleared the entries in LBWQ,RSA7 and SM13.But after clearing these entries also we are getting the same above error.
    For support package upgrade in R/3 do we need to delete the SETUP table also in production environment?.
    Is there any other way around without deleting the setup table to upgrade support package in R/3 system?
    Please help us with your inputs urgently..
    Thanks
    Message was edited by:
            Ganesh S

    Thanks Siggi for the suggestion.
    We have already cleared the v3 updates by running RMBWV* job manually.After clearing all the entries in LBWQ,RSA7 and SM13 still we have got the same above error.
    When we imported In R/3 development system after deleting the setup table we didn't get the above error.But we are concerned about deleting the setup table in production system
    though already deltas are running fine.
    Is there any other way around? or deleting the setup table is the only option?
    Please help...

  • Where are the Data Extract Views

    Hi,
    can anyone answer me where I would find the Oracle Data Extract Views? I created several data extract views and I would need to query the data in those views.
    I thought they would be in the Study Account but could not find the views there.
    Kindest regards
    Dennis

    Sorry I just found why I did not see my views ... there was an error in the mapping table which resulted in an error when creating the view and therefore it did not show up ...
    All my fault ...

  • SPAM/SAINT - Open Data Extraction Requests

    Hello All i am getting an warning during implementing patches for netweaver 701 sp3 and sp4.
    "  Phase CHECK_REQUIREMENTS: Explanation of Errors
    Open Data Extraction Requests
    The system has found a number of open data extraction requests. These
    should be processed before starting the object import process, as
    changes to DDIC structures could prevent data extraction requests from
    being read after the import, thus causing them to terminate. You can
    find more information about this problem in the SAP Notes 1081287,
    1083709 and 328181.
    Call the Customizing Cockpit data extraction transaction and process all "
    i checked listed note and implemented the same but still its showing me something in LBWE. i deleted all setup data for all the application data using tcode LBWG but its still showing in LBWE tcode.
    this is the error i am getting after runing program 'RMCEXCHK'
    Struct. appl. 04 cannot be changed due to setup table -> Long text
    Message no. MCEX141
    Diagnosis
    Changing the extract structure  for application 04 is not permitted, because the restructure table MC04P_0ARBSETUP for the extractor still contains data in 800.
    You cannot change the structure in this status, because when you load an InfoPackage from BW, this leads to errors.
    Procedure
    Delete the entries for all restructure tables for application 04.
    Any reply will be highly appreciated.
    Mani

    Hi Mani
    I am also facing the same issue. Can you please tell me how you have resolved the issue.
    Thanks & Regards
    Venkat

  • Extract "lineageId and Name" from sysssispackages Using XQuery

    Hi All,
    can someone help me, how to Extract "lineageId and Name" from sysssispackages?
    Below query gives me the XML structure of SSIS package but need to pull only those 2 values from that
    SELECT  
           Package= CAST(CAST(packagedata AS VARBINARY(MAX)) AS XML) 
        FROM      [msdb].[dbo].[sysssispackages]
    Thanks

    Thanks Latheesh for responding
    Below is the sample structure 
    <DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:ExecutableType="SSIS.Package.2">
      <DTS:Property DTS:Name="PackageFormatVersion">3</DTS:Property>
      <DTS:Property DTS:Name="VersionComments" />
      <DTS:Property DTS:Name="CreatorName">MyWorld\Sar</DTS:Property>
      <DTS:Property DTS:Name="CreatorComputerName">MYWORLD</DTS:Property>
      <DTS:Property DTS:Name="CreationDate" DTS:DataType="7">3/22/2014 8:12:40 PM</DTS:Property>
      <DTS:Property DTS:Name="PackageType">5</DTS:Property>
      <DTS:Property DTS:Name="ProtectionLevel">1</DTS:Property>
      <DTS:Property DTS:Name="MaxConcurrentExecutables">-1</DTS:Property>
      <DTS:Property DTS:Name="PackagePriorityClass">0</DTS:Property>
      <DTS:Property DTS:Name="VersionMajor">1</DTS:Property>
      <DTS:Property DTS:Name="VersionMinor">0</DTS:Property>
      <DTS:Property DTS:Name="VersionBuild">17</DTS:Property>
      <DTS:Property DTS:Name="VersionGUID">{3A8DDC68-97D0-4463-94AB-C9E1EF617E35}</DTS:Property>
      <DTS:Property DTS:Name="EnableConfig">0</DTS:Property>
      <DTS:Property DTS:Name="CheckpointFileName" />
      <DTS:Property DTS:Name="SaveCheckpoints">0</DTS:Property>
      <DTS:Property DTS:Name="CheckpointUsage">0</DTS:Property>
      <DTS:Property DTS:Name="SuppressConfigurationWarnings">0</DTS:Property>
      <DTS:ConnectionManager>
        <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
        <DTS:Property DTS:Name="ObjectName">fftest</DTS:Property>
        <DTS:Property DTS:Name="DTSID">{9EE16655-EBB1-4EAB-977A-334CBABE5855}</DTS:Property>
        <DTS:Property DTS:Name="Description" />
        <DTS:Property DTS:Name="CreationName">FLATFILE</DTS:Property>
        <DTS:ObjectData>
          <DTS:ConnectionManager>
            <DTS:Property DTS:Name="FileUsageType">0</DTS:Property>
            <DTS:Property DTS:Name="Format">Delimited</DTS:Property>
            <DTS:Property DTS:Name="LocaleID">1033</DTS:Property>
            <DTS:Property DTS:Name="Unicode">0</DTS:Property>
            <DTS:Property DTS:Name="HeaderRowsToSkip">0</DTS:Property>
            <DTS:Property DTS:Name="HeaderRowDelimiter" xml:space="preserve">_x000D__x000A_</DTS:Property>
            <DTS:Property DTS:Name="ColumnNamesInFirstDataRow">-1</DTS:Property>
            <DTS:Property DTS:Name="RowDelimiter" xml:space="preserve" />
            <DTS:Property DTS:Name="DataRowsToSkip">0</DTS:Property>
            <DTS:Property DTS:Name="TextQualifier">&lt;none&gt;</DTS:Property>
            <DTS:Property DTS:Name="CodePage">1252</DTS:Property>
            <DTS:FlatFileColumn>
              <DTS:Property DTS:Name="ColumnType">Delimited</DTS:Property>
              <DTS:Property DTS:Name="ColumnDelimiter" xml:space="preserve">_x0009_</DTS:Property>
              <DTS:Property DTS:Name="ColumnWidth">0</DTS:Property>
              <DTS:Property DTS:Name="MaximumWidth">50</DTS:Property>
              <DTS:Property DTS:Name="DataType">129</DTS:Property>
              <DTS:Property DTS:Name="DataPrecision">0</DTS:Property>
              <DTS:Property DTS:Name="DataScale">0</DTS:Property>
              <DTS:Property DTS:Name="TextQualified">-1</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">ID</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{D444A9DE-0FFC-47E9-9747-3A481D7DCEAA}</DTS:Property>
              <DTS:Property DTS:Name="Description" />
              <DTS:Property DTS:Name="CreationName" />
            </DTS:FlatFileColumn>
            <DTS:FlatFileColumn>
              <DTS:Property DTS:Name="ColumnType">Delimited</DTS:Property>
              <DTS:Property DTS:Name="ColumnDelimiter" xml:space="preserve">_x000D__x000A_</DTS:Property>
              <DTS:Property DTS:Name="ColumnWidth">0</DTS:Property>
              <DTS:Property DTS:Name="MaximumWidth">50</DTS:Property>
              <DTS:Property DTS:Name="DataType">129</DTS:Property>
              <DTS:Property DTS:Name="DataPrecision">0</DTS:Property>
              <DTS:Property DTS:Name="DataScale">0</DTS:Property>
              <DTS:Property DTS:Name="TextQualified">-1</DTS:Property>
              <DTS:Property DTS:Name="ObjectName">Name</DTS:Property>
              <DTS:Property DTS:Name="DTSID">{9BF026D2-6FD7-4038-93A7-25B1AA4DE092}</DTS:Property>
              <DTS:Property DTS:Name="Description" />
              <DTS:Property DTS:Name="CreationName" />
            </DTS:FlatFileColumn>
            <DTS:Property DTS:Name="ConnectionString">D:\XML Test\test.txt</DTS:Property>
          </DTS:ConnectionManager>
        </DTS:ObjectData>
      </DTS:ConnectionManager>
      <DTS:ConnectionManager>
        <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
        <DTS:Property DTS:Name="ObjectName">LocalHost.MyPOCs</DTS:Property>
        <DTS:Property DTS:Name="DTSID">{DCE78F76-3B49-4318-993E-13FE9B71E2D5}</DTS:Property>
        <DTS:Property DTS:Name="Description" />
        <DTS:Property DTS:Name="CreationName">OLEDB</DTS:Property>
        <DTS:ObjectData>
          <DTS:ConnectionManager>
            <DTS:Property DTS:Name="Retain">0</DTS:Property>
            <DTS:Property DTS:Name="ConnectionString">Data Source=.;Initial Catalog=MyPOCs;Provider=SQLNCLI10.1;Integrated Security=SSPI;Auto Translate=False;Application Name=SSIS-Package-{DCE78F76-3B49-4318-993E-13FE9B71E2D5}LocalHost.MyPOCs;</DTS:Property>
          </DTS:ConnectionManager>
        </DTS:ObjectData>
      </DTS:ConnectionManager>
      <DTS:Property DTS:Name="LastModifiedProductVersion">10.0.1600.22</DTS:Property>
      <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
      <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
      <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
      <DTS:Property DTS:Name="Disabled">0</DTS:Property>
      <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
      <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
      <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
      <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
      <DTS:Property DTS:Name="LocaleID">1033</DTS:Property>
      <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
      <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
      <DTS:Variable>
        <DTS:Property DTS:Name="Expression" />
        <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
        <DTS:Property DTS:Name="Namespace">User</DTS:Property>
        <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
        <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
        <DTS:Property DTS:Name="IncludeInDebugDump">2345</DTS:Property>
        <DTS:VariableValue DTS:DataType="8" />
        <DTS:Property DTS:Name="ObjectName">Error</DTS:Property>
        <DTS:Property DTS:Name="DTSID">{F72B40BF-8B93-429B-8035-96AECD3631A3}</DTS:Property>
        <DTS:Property DTS:Name="Description" />
        <DTS:Property DTS:Name="CreationName" />
      </DTS:Variable>
      <DTS:LoggingOptions>
        <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
        <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
        <DTS:Property DTS:Name="EventFilter" DTS:DataType="8" />
      </DTS:LoggingOptions>
      <DTS:Executable DTS:ExecutableType="SSIS.Pipeline.2">
        <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
        <DTS:Property DTS:Name="ExecutionAddress" />
        <DTS:Property DTS:Name="TaskContact">Performs high-performance data extraction, transformation and loading;Microsoft Corporation; Microsoft SQL Server v10; (C) 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
        <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
        <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
        <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
        <DTS:Property DTS:Name="Disabled">0</DTS:Property>
        <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
        <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
        <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
        <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
        <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
        <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
        <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
        <DTS:LoggingOptions>
          <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
          <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
          <DTS:Property DTS:Name="EventFilter" DTS:DataType="8" />
        </DTS:LoggingOptions>
        <DTS:Property DTS:Name="ObjectName">Data Flow Task</DTS:Property>
        <DTS:Property DTS:Name="DTSID">{9D6476B8-543C-488D-96C2-7C787F892763}</DTS:Property>
        <DTS:Property DTS:Name="Description">Data Flow Task</DTS:Property>
        <DTS:Property DTS:Name="CreationName">SSIS.Pipeline.2</DTS:Property>
        <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property>
        <DTS:EventHandler>
          <DTS:Property DTS:Name="EventID">0</DTS:Property>
          <DTS:Property DTS:Name="EventName">OnError</DTS:Property>
          <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
          <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
          <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
          <DTS:Property DTS:Name="Disabled">0</DTS:Property>
          <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
          <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
          <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
          <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
          <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
          <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
          <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
          <DTS:Variable>
            <DTS:Property DTS:Name="Expression" />
            <DTS:Property DTS:Name="EvaluateAsExpression">0</DTS:Property>
            <DTS:Property DTS:Name="Namespace">System</DTS:Property>
            <DTS:Property DTS:Name="ReadOnly">0</DTS:Property>
            <DTS:Property DTS:Name="RaiseChangedEvent">0</DTS:Property>
            <DTS:Property DTS:Name="IncludeInDebugDump">6789</DTS:Property>
            <DTS:VariableValue DTS:DataType="11">-1</DTS:VariableValue>
            <DTS:Property DTS:Name="ObjectName">Propagate</DTS:Property>
            <DTS:Property DTS:Name="DTSID">{C0BBF3C9-2116-4152-AB9E-FF436DA214CB}</DTS:Property>
            <DTS:Property DTS:Name="Description">The propagate property of the event</DTS:Property>
            <DTS:Property DTS:Name="CreationName" />
          </DTS:Variable>
          <DTS:LoggingOptions>
            <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
            <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
            <DTS:Property DTS:Name="EventFilter" DTS:DataType="8" />
          </DTS:LoggingOptions>
          <DTS:Executable DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91">
            <DTS:Property DTS:Name="ExecutionLocation">0</DTS:Property>
            <DTS:Property DTS:Name="ExecutionAddress" />
            <DTS:Property DTS:Name="TaskContact">Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1</DTS:Property>
            <DTS:Property DTS:Name="ForceExecValue">0</DTS:Property>
            <DTS:Property DTS:Name="ExecValue" DTS:DataType="3">0</DTS:Property>
            <DTS:Property DTS:Name="ForceExecutionResult">-1</DTS:Property>
            <DTS:Property DTS:Name="Disabled">0</DTS:Property>
            <DTS:Property DTS:Name="FailPackageOnFailure">0</DTS:Property>
            <DTS:Property DTS:Name="FailParentOnFailure">0</DTS:Property>
            <DTS:Property DTS:Name="MaxErrorCount">1</DTS:Property>
            <DTS:Property DTS:Name="ISOLevel">1048576</DTS:Property>
            <DTS:Property DTS:Name="LocaleID">-1</DTS:Property>
            <DTS:Property DTS:Name="TransactionOption">1</DTS:Property>
            <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
            <DTS:LoggingOptions>
              <DTS:Property DTS:Name="LoggingMode">0</DTS:Property>
              <DTS:Property DTS:Name="FilterKind">1</DTS:Property>
              <DTS:Property DTS:Name="EventFilter" DTS:DataType="8" />
            </DTS:LoggingOptions>
            <DTS:Property DTS:Name="ObjectName">Execute SQL Task</DTS:Property>
            <DTS:Property DTS:Name="DTSID">{380C43D8-73EC-40A9-935B-5CA483E12652}</DTS:Property>
            <DTS:Property DTS:Name="Description">Execute SQL Task</DTS:Property>
            <DTS:Property DTS:Name="CreationName">Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</DTS:Property>
            <DTS:Property DTS:Name="DisableEventHandlers">0</DTS:Property>
            <DTS:ObjectData>
              <SQLTask:SqlTaskData xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" SQLTask:Connection="{DCE78F76-3B49-4318-993E-13FE9B71E2D5}" SQLTask:TimeOut="0" SQLTask:IsStoredProc="False" SQLTask:BypassPrepare="True"
    SQLTask:SqlStmtSourceType="DirectInput" SQLTask:SqlStatementSource="Declare @Error Varchar(250) = ?&#xA;  &#xA;Select @Error as Errodesc" SQLTask:CodePage="1252" SQLTask:ResultType="ResultSetType_SingleRow">
                <SQLTask:ResultBinding SQLTask:ResultName="Errodesc" SQLTask:DtsVariableName="User::Error" />
                <SQLTask:ParameterBinding SQLTask:ParameterName="@Error" SQLTask:DtsVariableName="System::ErrorDescription" SQLTask:ParameterDirection="Input" SQLTask:DataType="129" SQLTask:ParameterSize="-1" />
              </SQLTask:SqlTaskData>
            </DTS:ObjectData>
          </DTS:Executable>
          <DTS:Property DTS:Name="DTSID">{9FF1A2A2-474A-4477-BE6A-6CD9AEEDC0D2}</DTS:Property>
          <DTS:Property DTS:Name="Description" />
          <DTS:Property DTS:Name="CreationName">OnError</DTS:Property>
        </DTS:EventHandler>
        <DTS:ObjectData>
          <pipeline id="0" name="pipelineXml" description="pipelineXml" defaultBufferMaxRows="10000" engineThreads="10" defaultBufferSize="10485760" BLOBTempStoragePath="" bufferTempStoragePath="" runInOptimizedMode="true">
            <components>
              <component id="18" name="OLE DB Destination" componentClassID="{5A0B62E8-D91D-49F5-94A5-7BE58DE508F0}" description="OLE DB Destination" localeId="-1" usesDispositions="true" validateExternalMetadata="True" version="4" pipelineVersion="0"
    contactInfo="OLE DB Destination;Microsoft Corporation; Microsoft SqlServer v10; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;4">
                <properties>
                  <property id="19" name="CommandTimeout" dataType="System.Int32" state="default" isArray="false" description="The number of seconds before a command times out.  A value of 0 indicates an infinite time-out."
    typeConverter="" UITypeEditor="" containsID="false" expressionType="None">0</property>
                  <property id="20" name="OpenRowset" dataType="System.String" state="default" isArray="false" description="Specifies the name of the database object used to open a rowset." typeConverter="" UITypeEditor=""
    containsID="false" expressionType="None">[Datacheck]</property>
                  <property id="21" name="OpenRowsetVariable" dataType="System.String" state="default" isArray="false" description="Specifies the variable that contains the name of the database object used to open a rowset."
    typeConverter="" UITypeEditor="" containsID="false" expressionType="None" />
                  <property id="22" name="SqlCommand" dataType="System.String" state="default" isArray="false" description="The SQL command to be executed." typeConverter="" UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor,
    Microsoft.DataTransformationServices.Controls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" containsID="false" expressionType="None" />
                  <property id="23" name="DefaultCodePage" dataType="System.Int32" state="default" isArray="false" description="Specifies the column code page to use when code page information is unavailable from the data source."
    typeConverter="" UITypeEditor="" containsID="false" expressionType="None">1252</property>
                  <property id="24" name="AlwaysUseDefaultCodePage" dataType="System.Boolean" state="default" isArray="false" description="Forces the use of the DefaultCodePage property value when describing character data."
    typeConverter="" UITypeEditor="" containsID="false" expressionType="None">false</property>
                  <property id="25" name="AccessMode" dataType="System.Int32" state="default" isArray="false" description="Specifies the mode used to access the database." typeConverter="AccessMode" UITypeEditor="" containsID="false"
    expressionType="None">3</property>
                  <property id="27" name="FastLoadKeepIdentity" dataType="System.Boolean" state="default" isArray="false" description="Indicates whether the values supplied for identity columns will be copied to the destination.
    If false, values for identity columns will be auto-generated at the destination. Applies only if fast load is turned on." typeConverter="" UITypeEditor="" containsID="false" expressionType="None">false</property>
                  <property id="28" name="FastLoadKeepNulls" dataType="System.Boolean" state="default" isArray="false" description="Indicates whether the columns containing null will have null inserted in the destination. If
    false, columns containing null will have their default values inserted at the destination. Applies only if fast load is turned on." typeConverter="" UITypeEditor="" containsID="false" expressionType="None">false</property>
                  <property id="29" name="FastLoadOptions" dataType="System.String" state="default" isArray="false" description="Specifies options to be used with fast load.  Applies only if fast load is turned on." typeConverter=""
    UITypeEditor="" containsID="false" expressionType="None">TABLOCK,CHECK_CONSTRAINTS</property>
                  <property id="30" name="FastLoadMaxInsertCommitSize" dataType="System.Int32" state="default" isArray="false" description="Specifies when commits are issued during data insertion.  A value of 0 specifies
    that one commit will be issued at the end of data insertion.  Applies only if fast load is turned on." typeConverter="" UITypeEditor="" containsID="false" expressionType="None">2147483647</property>
                </properties>
                <connections>
                  <connection id="26" name="OleDbConnection" description="The OLE DB runtime connection used to access the database." connectionManagerID="{DCE78F76-3B49-4318-993E-13FE9B71E2D5}" />
                </connections>
                <inputs>
                  <input id="31" name="OLE DB Destination Input" description="" hasSideEffects="true" dangling="false" errorOrTruncationOperation="Insert" errorRowDisposition="FailComponent" truncationRowDisposition="NotUsed">
                    <inputColumns>
                      <inputColumn id="39" name="" description="" lineageId="121" usageType="readOnly" errorOrTruncationOperation="" errorRowDisposition="NotUsed" truncationRowDisposition="NotUsed" externalMetadataColumnId="37"
    mappedColumnId="0" />
                      <inputColumn id="186" name="" description="" lineageId="181" usageType="readOnly" errorOrTruncationOperation="" errorRowDisposition="NotUsed" truncationRowDisposition="NotUsed" externalMetadataColumnId="36"
    mappedColumnId="0" />
                    </inputColumns>

  • Data Extraction From HR with Delata Update fro Payroll

    Hi All,
    this is Chava,i got a problem with HR Data.Already i did Full Update,Delta Initialization but after that They did some changes in HR Cluster tables and they extracted Data from R/3 in to BW WIth Functional Module.
      Now the problem is Delta Update is not completing.
    I need to do any Extract Structure activation and how?
    Please help me, its a very big problem.
    Thanks
    Chava

    Hi Chava,
    Let me give you some points on 0HR_PY_1 .
    This datasource is Delta Supported and it can be used to load data in ODS as well as Infocube as the request gaurentees serialisation.
    As per your requirement,first do a Init Delta with out data transfer and then load selective repair requests for the rest of the data . When the delta initialization is done successfully then you can see your datasource in RSA7 . But you have indicated that your collegues have changed the Cluster tables( you mean to say as the HR Payroll data gets stored here) ,I dont have a clue as how this happens as the standard extractor doesnt mind at the changes in the data at base tables .
    But make sure you do a successful initalization.
    You have mentioned that you have done a FULL UPDATE ,Delete that request and then do a Init Load then you can have the delta loads.
    Hope it Helps..
    Thanks,
    Krish
    *Assigning Points is the best way to say thanks in SDN

  • No Assignment of Payroll Data to BW Month for Country Grouping 10 and 13

    Hi Gurus,
    I get the error "No Assignment of Payroll Data to BW Month for Country Grouping 10 and 13" when extracting data for 0PY_C02. I then added the "End Date of For Period" in the SBIW in the Payroll systen activity "Assignment of Payroll Data to BW Month". I am still getting the same error???
    Also I do have data in the cube from that extraction, but when I run a query I get no data?? Is this due to the above error?
    Thanks,
    Garth

    Hi,
    The extractor runs without errors in RSA3 in the source system. The error is red with the test of "No Assignment of Payroll Data to BW Month for Country Grouping 10 and 13". I completed the SBIW task to set this in the source system but I still get the same error?
    Any other ideas?
    Thanks,
    Garth

  • Assignment of Payroll Data to BW Month- 0HR_PY_1

    We wish to extract data from R/3 payroll for both the IN Period and FOR period  for the same country code.. Does anybody currently do this and what are the options available
    thanks
    Rodd

    Hi,
    As per the settings in the SBIW code in R/3 , we can go with a single Time based assignment for a Country at a time.So we can not use both IN Period and FOR period for the same country code.
    For more information, refer the below path.
    SBIW>Settings for Application-Specific DataSources (PI)->Human Resources->Payroll Plug-In>Assignment of Payroll Data to BW Month
    With rgds,
    Anil Kumar Sharma .P

Maybe you are looking for

  • Multiple users on single computer

    We're helping a church train their volunteers to use Contribute. In their small computer lab, volunteers will edit their particular directories/pages. We can easily create keys for each of them with their specific allowed directories - can multiple u

  • Cannot sync iPod nano 6th gen

    I created playlists on my computer, dropped them onto my iPod nano 6th generation, and they appear on the left side of my computer screen.  When I disconnect the nano, the playlists are not on it. Problem seems reklated to not being able to sync. I g

  • SL Startup Disk filling up with Swap Files

    I installed SL on an erased USB drive to see if all my applications are supported before installing on the internal start up disk. It ran fine, but after a few hours, SL had created about 40 swap files, filling up the drive. During the time I was tes

  • After 2.2, this phone is trash

    2.2 was recently pushed out to my phone, and I couldn't be unhappier. On 2.1 my battery would last pretty much all day, draining to the point that it asks to connect a charger by maybe 7 or 8pm. By then I usually am home and its not a problem. Now wh

  • Is it possible to undo AS06

    Dear all, please can you assist? We need to undo the deletion of an asset because it was still in use and now the MIGO of the PO item where the asset was assigned to cannot be reversed. Dear SDN Team, I had a similar discussion last week and it has b