Related to dates

Hi Experts,
I want to ask a very basic question. If I need to add 90days to system date(sy-datum) or any particular date, Shall I need to convert the date to days or can I do it directly? It would be helpful if anybody can provide me examples of working with dates. Also, please explain the concept of offsets while working with dates with examples?
Thanks in advance,
Sangeeta.

Hello Sangeeta,
I'm sending the code... It shows possible ways to add days to date.
but it is not suggestable to add days directly to sy-datum... better copy date into some other field and add days...
here is the code...
REPORT zssr_date_add .
DATA: date TYPE sy-datum.
START-OF-SELECTION.
  date = sy-datum.
  WRITE: / date.
  date = date + 90.
  WRITE: / date.
  sy-datum = sy-datum + 90.
  WRITE: / sy-datum.
<b>AWARD THE POINTS IF IT IS HELPFUL..</b>

Similar Messages

  • To Call Another Form and Save Related MAster Data from a Transaction Form

    Hi
    Our project requires that forms for creating masters be called whenever the value (Key Value) being referenced in other forms are not found. For doing this I had used the When-Validate-Item Trigger and checked for the key value in the master tables and if not present, I use the Call_Form method to call the master form and create the key value and then come back to the Form in which I was working to continue processing the rest of the data.
    It works well if the CAlling forms is in INSERT MODE but Not in UPDATE MODE ( returns a message A Calling Form has unapplied Changes, Cannot Save data (Error: FRM-40403)).
    This same feature I tried to work it out around with a Key-Next-Item Trigger, it works fine for both the cases but as long as the user tabs out of the field from keyboard controls like the Enter Key or the Tab Key. But in case he wishes to click on the next field or some other button with a mouse OR he uses a keyboard shortcut to do some other operation viz. F10 for saving data, the trigger is not fired and that returns a ORACLE error (in case a database Integration issue arises) OR saves an invalid data.
    I would like to know what kind of triggers could we write to exactly call a master form to save a new key value irrespective of whether the calling form is working in INSERT mode or QUERY Mode.
    One way to do it is to use EXIT_FORM(DO_COMMIT, NO_ROLLBACK). But if the Primary/Calling form is closed without a Commit, then the related Master DAta is also Not Saved.
    Please Let me know if we can save the master data whatever be the state of the CAlling Form permanently.
    Thanks and Regards

    You are going to need to POST in the Called Form rather than committing (and make sure that you do not rollback when you exit).
    The Post will insert the master record into the DB but it will not be committed until you issue the commit in the Calling Form.

  • How to find tables related to data sources

    Hi...
    Can anybody tell me how to fine Database tables related to Data source.
    Ex: I have a data source 0fi_ap_3. How can i fine From   which tables it is extracting the data.
    Thanks & Regards
    Pankaj Angra

    Hi Pankaj,
       This has already been discussed in the following forum links,.. they will be helpful...
    Re: Find R/3 tables which are in the datasource
    Tables associated with DataSource!
    Find R/3 tables which are in the datasource
    Hope this helps...
    Thanks,
    Raj

  • How to decide target related to data source

    Hi Friends,
                    How can i decide data target(ODS/CUBE) related to Data Source.

    Hi Vishali,
    It depends on the type of data load and volume of data.
    If it is full upload with small volume of data, you can directly load cube.
    if it is full upload with large volume of data, then you can load a DSO and then load delta to the cube.
    If you have delta load which supplies only the after image, then you have to load that into DSO before loading delta to the cube.
    If your delta load supplies before and after image then you may or may not keep a DSO in between.
    What is your scenario?
    Thanks,
    Krishnan

  • Difficult Hibernate Query related to dates

    Hello All,
    I need help with writing a query in Hibernate.
    The DDL for the table i am using is given below :-
    CREATE TABLE FRENCH_BATCH_DETAILS
    BATCH_ID NUMBER PK,
    BATCH_STARTDATE DATE NOT NULL,
    BATCH_ENDDATE DATE,
    BATCH_NAME NVARCHAR2(150),
    The above table stores Details of French Batches for a particular Institute.
    Sample Data is given below :-
    BATCH_ID BATCH_STARTDATE BATCH_ENDDATE BATCH_NAME
    1 9/25/2008 10/2/2008 BATCH_1
    2 9/29/2008 10/10/2008 BATCH_2
    3 10/5/2008 10/15/2008 BATCH_3
    4 10/10/2008 10/25/2008 BATCH_4
    5 10/20/2008 10/30/2008 BATCH_5
    6 10/25/2008 11/5/2008 BATCH_6
    7 11/1/2008 11/10/2008 BATCH_7
    8 11/11/2008 11/21/2008 BATCH_8
    -> The Batch End Date will always be greater than Batch Start Date
    -> Batches are not added into the table in any particular ascending order.
    -> Two batches may or may not be overlapping.
    The functional query to be written is as below :-
    If I have student_start_date = 10/10/2008
    I need to search for the first Batch_StartDate >= Student_START_DATE
    For 10/10/2008, batch_4 is the current batch we need.
    Now we need to fetch start date and end date of two batches above this and two batches below this.
    I need to display on page in a JSF datatable the start date and end date of 5 batches in total - current batch, prev two batches and next two batches.
    Hibernate version: 3.2.2
    Name and version of the database you are using: Oracle 10g

    How is this related to JSF?
    Try a Hibernate forum.

  • Relation between Date Profile and Action Profile

    Hi Folks,
    I don't want any date profile assigned to my transaction type SLFN. When I took out date profile and saved system gave me error "Action profile is only allowed with date profile SLNF_HEADER". I have assigned Z action profile to SLFN.
    Is there any relation between both them? Where do we maintain it?
    Points would be rewarded.
    Regards,
    Nikhil

    Hi Nikhil,
    Its mandatory to have date profile for actions.Because once you execute the actions it picks up the date based of the profile and system date, and maintain that information in the system.
    I think we can only have print actions without date profile.
    Regards
    Arun Kumar

  • Relations between data size and bandwidth

    Hi all,
    We have a engagement with our application in MI25 SP18, (like all app´s, I suppose). About the best relation of amount data transmited and the bandwidth to use.
    Every body knows that the most faster bandwith is the better, but is interesting know this relations.
    I would like to thank for this exceptional forum.
    Thanx to all.
    SCZ
    Message was edited by: Satur Checa

    If you are saying your records fetched by cursor fetch are then to be processed such that there are multiple records to go to BW for each fetched ones, that is doable.
    Fetch your records into a local internal table instead, do the processing and pass the resultant records to the tab that goes back to BW. You only need to make an adjustment to package_size that you specify to the cursor fetch statement. Instead of i_maxsize, pass a value which is divided by the multiplication factor (eg if you create 5 records out of 1 fetched rec, pass the size as a value = i_maxsize/5). If this is not fixed, give an approx so your final no of records are roughly close to the i_maxsize.

  • Relational hierarchical data to hierarchical XML

    Hi All,
    I have a self-referential relational table (ie, fk to self) to establish hierarchical, parent-child relationships (item_id is PK and item_id_parent references item_id as FK) between items. There can be an arbitrary level of depth down any branch of a tree. I can issue a basic "connect by" query and get back a correct hierarchical representation along the lines of the following (for a chosen root):
    root
    sub1
    sub1,1
    sub1,1,1
    sub1,1,2
    sub1,2
    sub2
    sub3
    sub3,1
    sub3,2
    sub3,2,1
    I need to generate a hierarchical XML document to represent this along the lines of:
    <base>
    <name>root</name>
    <subs>
    <sub>
    <name>sub1</name>
    <subs>
    <sub>
    <name>sub1,1</name>
    <subs>
    <sub>
    <name>sub1,1,1</name>
    </sub>
    <sub>
    <name>sub1,1,2</name>
    </sub>
    </subs>
    </sub>
    <sub>
    <name>sub1,2</name>
    </sub>
    </subs>
    </sub>
    <sub>
    <name>sub2</name>
    </sub>
    </subs>
    </base>
    I originally anticipated using XMLELEMENT, XMLForest, XMLAGG, etc, but I can't quite figure out how to handle the arbitrary nature of the depth of a branch. I can build a 'flat' xml document (containing all subs, in the right order, but not hierarchically nested below parents) or I can build the base and some pre-determined level of depth of the subs, but not an arbitrary level of depth. I next tried using types with dbms_xmlgen.newContext and cast(multiset(select...)), but again, I can only do it for a predetermined level of depth (ie, not in a recursive manner).
    Can someone please give me a hint or two on this??
    Thanks Much!!!!
    Jim Stoll

    Testing with 10g I do not have the problem...
    SQL> set trimspool on
    SQL> connect &1/&2
    Connected.
    SQL> --
    SQL> set timing on
    SQL> set long 10000
    SQL> set pages 10000
    SQL> set feedback on
    SQL> set lines 132
    SQL> --
    SQL> @@testcasebody.sql
    SQL> declare
    2 xmlschema CLOB :=
    3 '<?xml version="1.0" encoding="UTF-8"?>
    4 <!--W3C Schema generated by XMLSPY v2004 rel. 2 U (http://www.xmlspy.com)-->
    5 <xs:schema targetNamespace="EmployeeList" xmlns="EmployeeList" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    6      <xs:complexType name="EmployeeType" mixed="true">
    7           <xs:choice>
    8                <xs:element name="Manager" type="xs:byte"/>
    9                <xs:element name="Employee" type="xs:byte"/>
    10                <xs:element name="FirstName" type="xs:string"/>
    11                <xs:element name="LastName" type="xs:string"/>
    12                <xs:element name="EmailAddress" type="xs:string"/>
    13                <xs:element name="Telephone" type="xs:string"/>
    14                <xs:element name="StartDate" type="xs:date"/>
    15                <xs:element name="Position" type="xs:string"/>
    16                <xs:element name="Salary" type="xs:short"/>
    17                <xs:element name="Reports" type="ReportsType"/>
    18           </xs:choice>
    19      </xs:complexType>
    20      <xs:complexType name="ReportsType">
    21           <xs:sequence>
    22                <xs:element name="Employee" type="EmployeeType" maxOccurs="unbounded"/>
    23           </xs:sequence>
    24      </xs:complexType>
    25      <xs:element name="Corporation">
    26           <xs:complexType>
    27                <xs:sequence>
    28                     <xs:element name="Employee" type="EmployeeType"/>
    29                </xs:sequence>
    30           </xs:complexType>
    31      </xs:element>
    32 </xs:schema>';
    33 begin
    34 dbms_xmlschema.registerSchema
    35 (
    36      schemaURL => 'Employee.xsd',
    37      schemaDoc => xmlschema,
    38      local     => TRUE,
    39      genTypes => TRUE,
    40      genBean => FALSE,
    41      genTables => FALSE
    42 );
    43 end;
    44 /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.63
    SQL> create or replace function processResultSet(currentLevel in out number, currentNode in out XMLType, query SYS_REFCURSOR)
    2 return XMLType
    3 is
    4 thisLevel number;
    5 thisNode xmlType;
    6 result xmlType;
    7 begin
    8 thisLevel := currentLevel;
    9 thisNode := currentNode;
    10 fetch query into currentLevel, currentNode;
    11 if (query%NOTFOUND) then
    12      currentLevel := -1;
    13 end if;
    14 while (currentLevel >= thisLevel) loop
    15      -- Next Node is a decendant of sibling of this Node.
    16      if (currentLevel > thisLevel) then
    17      -- Next Node is a decendant of this Node.
    18      result := processResultSet(currentLevel, currentNode, query);
    19      select xmlElement
    20           (
    21           "Employee",
    22           extract(thisNode,'/Employee/*'),
    23           xmlElement
    24           (
    25           "Reports",
    26           result
    27           )
    28           )
    29      into thisNode
    30      from dual;
    31      else
    32      -- Next node is a sibling of this Node.
    33      result := processResultSet(currentLevel, currentNode, query);
    34      select xmlconcat(thisNode,result) into thisNode from dual;
    35      end if;
    36 end loop;
    37
    38 -- Next Node is a sibling of some ancestor of this node.
    39
    40 return thisNode;
    41
    42 end;
    43 /
    Function created.
    Elapsed: 00:00:00.01
    SQL> show errors
    No errors.
    SQL> --
    SQL> create or replace function printEmployees
    2 return XMLType
    3 is
    4      query SYS_REFCURSOR;
    5      result XMLType;
    6      rootLevel number := 0;
    7      rootNode xmlType;
    8 begin
    9      open query for
    10      select level, xmlElement
    11                (
    12                "Employee",
    13                xmlForest
    14                (
    15                e.MANAGER_ID as "Manager",
    16                e.EMPLOYEE_ID as "Employee",
    17                e.FIRST_NAME as "FirstName",
    18                e.LAST_NAME as "LastName",
    19                e.EMAIL     as "EmailAddress",
    20                e.PHONE_NUMBER as "Telephone",
    21                to_char(e.HIRE_DATE,'YYYY-MM-DD') as "StartDate",
    22                j.JOB_TITLE as "Position",
    23                e.SALARY as "Salary",
    24                e.COMMISSION_PCT as "Commission"
    25                )
    26                ) as XML
    27      from HR.EMPLOYEES e, HR.JOBS j
    28      where e.JOB_ID = J.JOB_ID
    29           connect by PRIOR EMPLOYEE_ID = MANAGER_ID
    30           start with MANAGER_ID is null;
    31
    32      fetch query into rootLevel, rootNode;
    33      result := processResultSet(rootLevel, rootNode, query);
    34      select xmlElement
    35      (
    36           "Corporation",
    37           xmlAttributes
    38           (
    39           'EmployeeList' as "xmlns",
    40           'http://www.w3.org/2001/XMLSchema-instance' as "xmlns:xsi",
    41           'EmployeeList Employee.xsd' as "xsi:schemaLocation"
    42           ),
    43           result
    44      )
    45      into result
    46      from dual;
    47      return result;
    48 end;
    49 /
    Function created.
    Elapsed: 00:00:00.00
    SQL> show errors
    No errors.
    SQL> --
    SQL> create or replace view CORPORATION_VIEW of XMLType
    2 with object id
    3 (
    4 'ROW'
    5 )
    6 as select printEmployees() from dual
    7 /
    View created.
    Elapsed: 00:00:00.07
    SQL> show errors
    No errors.
    SQL> --
    SQL> set long     200000
    SQL> set pagesize 10000
    SQL> select * from CORPORATION_VIEW
    2 /
    SYS_NC_ROWINFO$
    <Corporation xmlns="EmployeeList" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="EmployeeList Employee.xs
    d"><Employee><Employee>100</Employee>
    <FirstName>Steven</FirstName>
    <LastName>King</LastName>
    <EmailAddress>SKING</EmailAddress>
    <Telephone>515.123.4567</Telephone>
    <StartDate>1987-06-17</StartDate>
    <Position>President</Position>
    <Salary>24000</Salary>
    <Reports><Employee><Manager>100</Manager>
    <Employee>101</Employee>
    <FirstName>Neena</FirstName>
    <LastName>Kochhar</LastName>
    <EmailAddress>NKOCHHAR</EmailAddress>
    <Telephone>515.123.4568</Telephone>
    <StartDate>1989-09-21</StartDate>
    <Position>Administration Vice President</Position>
    <Salary>17000</Salary>
    <Reports><Employee><Manager>101</Manager>
    <Employee>205</Employee>
    <FirstName>Shelley</FirstName>
    <LastName>Higgins</LastName>
    <EmailAddress>SHIGGINS</EmailAddress>
    <Telephone>515.123.8080</Telephone>
    <StartDate>1994-06-07</StartDate>
    <Position>Accounting Manager</Position>
    <Salary>12000</Salary>
    <Reports><Employee><Manager>205</Manager><Employee>206</Employee><FirstName>William</FirstName><LastName>Gietz</LastName><EmailAddre
    ss>WGIETZ</EmailAddress><Telephone>515.123.8181</Telephone><StartDate>1994-06-07</StartDate><Position>Public Accountant</Position><S
    alary>8300</Salary></Employee></Reports></Employee><Employee><Manager>101</Manager><Employee>200</Employee><FirstName>Jennifer</Firs
    tName><LastName>Whalen</LastName><EmailAddress>JWHALEN</EmailAddress><Telephone>515.123.4444</Telephone><StartDate>1987-09-17</Start
    Date><Position>Administration Assistant</Position><Salary>4400</Salary></Employee><Employee><Manager>101</Manager>
    <Employee>108</Employee>
    <FirstName>Nancy</FirstName>
    <LastName>Greenberg</LastName>
    <EmailAddress>NGREENBE</EmailAddress>
    <Telephone>515.124.4569</Telephone>
    <StartDate>1994-08-17</StartDate>
    <Position>Finance Manager</Position>
    <Salary>12000</Salary>
    <Reports><Employee><Manager>108</Manager><Employee>109</Employee><FirstName>Daniel</FirstName><LastName>Faviet</LastName><EmailAddre
    ss>DFAVIET</EmailAddress><Telephone>515.124.4169</Telephone><StartDate>1994-08-16</StartDate><Position>Accountant</Position><Salary>
    9000</Salary></Employee><Employee><Manager>108</Manager><Employee>112</Employee><FirstName>Jose Manuel</FirstName><LastName>Urman</L
    astName><EmailAddress>JMURMAN</EmailAddress><Telephone>515.124.4469</Telephone><StartDate>1998-03-07</StartDate><Position>Accountant
    </Position><Salary>7800</Salary></Employee><Employee><Manager>108</Manager><Employee>110</Employee><FirstName>John</FirstName><LastN
    ame>Chen</LastName><EmailAddress>JCHEN</EmailAddress><Telephone>515.124.4269</Telephone><StartDate>1997-09-28</StartDate><Position>A
    ccountant</Position><Salary>8200</Salary></Employee><Employee><Manager>108</Manager><Employee>111</Employee><FirstName>Ismael</First
    Name><LastName>Sciarra</LastName><EmailAddress>ISCIARRA</EmailAddress><Telephone>515.124.4369</Telephone><StartDate>1997-09-30</Star
    tDate><Position>Accountant</Position><Salary>7700</Salary></Employee><Employee><Manager>108</Manager><Employee>113</Employee><FirstN
    ame>Luis</FirstName><LastName>Popp</LastName><EmailAddress>LPOPP</EmailAddress><Telephone>515.124.4567</Telephone><StartDate>1999-12
    -07</StartDate><Position>Accountant</Position><Salary>6900</Salary></Employee></Reports></Employee><Employee><Manager>101</Manager><
    Employee>203</Employee><FirstName>Susan</FirstName><LastName>Mavris</LastName><EmailAddress>SMAVRIS</EmailAddress><Telephone>515.123
    .7777</Telephone><StartDate>1994-06-07</StartDate><Position>Human Resources Representative</Position><Salary>6500</Salary></Employee
    <Employee><Manager>101</Manager><Employee>204</Employee><FirstName>Hermann</FirstName><LastName>Baer</LastName><EmailAddress>HBAER</EmailAddress><Telephone>515.123.8888</Telephone><StartDate>1994-06-07</StartDate><Position>Public Relations Representative</Positio
    n><Salary>10000</Salary></Employee></Reports></Employee><Employee><Manager>100</Manager>
    <Employee>102</Employee>
    <FirstName>Lex</FirstName>
    <LastName>De Haan</LastName>
    <EmailAddress>LDEHAAN</EmailAddress>
    <Telephone>515.123.4569</Telephone>
    <StartDate>1993-01-13</StartDate>
    <Position>Administration Vice President</Position>
    <Salary>17000</Salary>
    <Reports><Employee><Manager>102</Manager>
    <Employee>103</Employee>
    <FirstName>Alexander</FirstName>
    <LastName>Hunold</LastName>
    <EmailAddress>AHUNOLD</EmailAddress>
    <Telephone>590.423.4567</Telephone>
    <StartDate>1990-01-03</StartDate>
    <Position>Programmer</Position>
    <Salary>9000</Salary>
    <Reports><Employee><Manager>103</Manager><Employee>104</Employee><FirstName>Bruce</FirstName><LastName>Ernst</LastName><EmailAddress
    BERNST</EmailAddress><Telephone>590.423.4568</Telephone><StartDate>1991-05-21</StartDate><Position>Programmer</Position><Salary>6000</Salary></Employee><Employee><Manager>103</Manager><Employee>105</Employee><FirstName>David</FirstName><LastName>Austin</LastName>
    <EmailAddress>DAUSTIN</EmailAddress><Telephone>590.423.4569</Telephone><StartDate>1997-06-25</StartDate><Position>Programmer</Positi
    on><Salary>4800</Salary></Employee><Employee><Manager>103</Manager><Employee>106</Employee><FirstName>Valli</FirstName><LastName>Pat
    aballa</LastName><EmailAddress>VPATABAL</EmailAddress><Telephone>590.423.4560</Telephone><StartDate>1998-02-05</StartDate><Position>
    Programmer</Position><Salary>4800</Salary></Employee><Employee><Manager>103</Manager><Employee>107</Employee><FirstName>Diana</First
    Name><LastName>Lorentz</LastName><EmailAddress>DLORENTZ</EmailAddress><Telephone>590.423.5567</Telephone><StartDate>1999-02-07</Star
    tDate><Position>Programmer</Position><Salary>4200</Salary></Employee></Reports></Employee></Reports></Employee><Employee><Manager>10
    0</Manager>
    <Employee>201</Employee>
    <FirstName>Michael</FirstName>
    <LastName>Hartstein</LastName>
    <EmailAddress>MHARTSTE</EmailAddress>
    <Telephone>515.123.5555</Telephone>
    <StartDate>1996-02-17</StartDate>
    <Position>Marketing Manager</Position>
    <Salary>13000</Salary>
    <Reports><Employee><Manager>201</Manager><Employee>202</Employee><FirstName>Pat</FirstName><LastName>Fay</LastName><EmailAddress>PFA
    Y</EmailAddress><Telephone>603.123.6666</Telephone><StartDate>1997-08-17</StartDate><Position>Marketing Representative</Position><Sa
    lary>6000</Salary></Employee></Reports></Employee><Employee><Manager>100</Manager>
    <Employee>114</Employee>
    <FirstName>Den</FirstName>
    <LastName>Raphaely</LastName>
    <EmailAddress>DRAPHEAL</EmailAddress>
    <Telephone>515.127.4561</Telephone>
    <StartDate>1994-12-07</StartDate>
    <Position>Purchasing Manager</Position>
    <Salary>11000</Salary>
    <Reports><Employee><Manager>114</Manager><Employee>115</Employee><FirstName>Alexander</FirstName><LastName>Khoo</LastName><EmailAddr
    ess>AKHOO</EmailAddress><Telephone>515.127.4562</Telephone><StartDate>1995-05-18</StartDate><Position>Purchasing Clerk</Position><Sa
    lary>3100</Salary></Employee><Employee><Manager>114</Manager><Employee>116</Employee><FirstName>Shelli</FirstName><LastName>Baida</L
    astName><EmailAddress>SBAIDA</EmailAddress><Telephone>515.127.4563</Telephone><StartDate>1997-12-24</StartDate><Position>Purchasing
    Clerk</Position><Salary>2900</Salary></Employee><Employee><Manager>114</Manager><Employee>117</Employee><FirstName>Sigal</FirstName>
    <LastName>Tobias</LastName><EmailAddress>STOBIAS</EmailAddress><Telephone>515.127.4564</Telephone><StartDate>1997-07-24</StartDate><
    Position>Purchasing Clerk</Position><Salary>2800</Salary></Employee><Employee><Manager>114</Manager><Employee>119</Employee><FirstNa
    me>Karen</FirstName><LastName>Colmenares</LastName><EmailAddress>KCOLMENA</EmailAddress><Telephone>515.127.4566</Telephone><StartDat
    e>1999-08-10</StartDate><Position>Purchasing Clerk</Position><Salary>2500</Salary></Employee><Employee><Manager>114</Manager><Employ
    ee>118</Employee><FirstName>Guy</FirstName><LastName>Himuro</LastName><EmailAddress>GHIMURO</EmailAddress><Telephone>515.127.4565</T
    elephone><StartDate>1998-11-15</StartDate><Position>Purchasing Clerk</Position><Salary>2600</Salary></Employee></Reports></Employee>
    <Employee><Manager>100</Manager>
    <Employee>145</Employee>
    <FirstName>John</FirstName>
    <LastName>Russell</LastName>
    <EmailAddress>JRUSSEL</EmailAddress>
    <Telephone>011.44.1344.429268</Telephone>
    <StartDate>1996-10-01</StartDate>
    <Position>Sales Manager</Position>
    <Salary>14000</Salary>
    <Commission>.4</Commission>
    <Reports><Employee><Manager>145</Manager><Employee>150</Employee><FirstName>Peter</FirstName><LastName>Tucker</LastName><EmailAddres
    s>PTUCKER</EmailAddress><Telephone>011.44.1344.129268</Telephone><StartDate>1997-01-30</StartDate><Position>Sales Representative</Po
    sition><Salary>10000</Salary><Commission>.3</Commission></Employee><Employee><Manager>145</Manager><Employee>152</Employee><FirstNam
    e>Peter</FirstName><LastName>Hall</LastName><EmailAddress>PHALL</EmailAddress><Telephone>011.44.1344.478968</Telephone><StartDate>19
    97-08-20</StartDate><Position>Sales Representative</Position><Salary>9000</Salary><Commission>.25</Commission></Employee><Employee><
    Manager>145</Manager><Employee>153</Employee><FirstName>Christopher</FirstName><LastName>Olsen</LastName><EmailAddress>COLSEN</Email
    Address><Telephone>011.44.1344.498718</Telephone><StartDate>1998-03-30</StartDate><Position>Sales Representative</Position><Salary>8
    000</Salary><Commission>.2</Commission></Employee><Employee><Manager>145</Manager><Employee>151</Employee><FirstName>David</FirstNam
    e><LastName>Bernstein</LastName><EmailAddress>DBERNSTE</EmailAddress><Telephone>011.44.1344.345268</Telephone><StartDate>1997-03-24<
    /StartDate><Position>Sales Representative</Position><Salary>9500</Salary><Commission>.25</Commission></Employee><Employee><Manager>1
    45</Manager><Employee>154</Employee><FirstName>Nanette</FirstName><LastName>Cambrault</LastName><EmailAddress>NCAMBRAU</EmailAddress
    <Telephone>011.44.1344.987668</Telephone><StartDate>1998-12-09</StartDate><Position>Sales Representative</Position><Salary>7500</Salary><Commission>.2</Commission></Employee><Employee><Manager>145</Manager><Employee>155</Employee><FirstName>Oliver</FirstName><Las
    tName>Tuvault</LastName><EmailAddress>OTUVAULT</EmailAddress><Telephone>011.44.1344.486508</Telephone><StartDate>1999-11-23</StartDa
    te><Position>Sales Representative</Position><Salary>7000</Salary><Commission>.15</Commission></Employee></Reports></Employee><Employ
    ee><Manager>100</Manager>
    <Employee>146</Employee>
    <FirstName>Karen</FirstName>
    <LastName>Partners</LastName>
    <EmailAddress>KPARTNER</EmailAddress>
    <Telephone>011.44.1344.467268</Telephone>
    <StartDate>1997-01-05</StartDate>
    <Position>Sales Manager</Position>
    <Salary>13500</Salary>
    <Commission>.3</Commission>
    <Reports><Employee><Manager>146</Manager><Employee>156</Employee><FirstName>Janette</FirstName><LastName>King</LastName><EmailAddres
    s>JKING</EmailAddress><Telephone>011.44.1345.429268</Telephone><StartDate>1996-01-30</StartDate><Position>Sales Representative</Posi
    tion><Salary>10000</Salary><Commission>.35</Commission></Employee><Employee><Manager>146</Manager><Employee>158</Employee><FirstName
    Allan</FirstName><LastName>McEwen</LastName><EmailAddress>AMCEWEN</EmailAddress><Telephone>011.44.1345.829268</Telephone><StartDate
    1996-08-01</StartDate><Position>Sales Representative</Position><Salary>9000</Salary><Commission>.35</Commission></Employee><Employee><Manager>146</Manager><Employee>160</Employee><FirstName>Louise</FirstName><LastName>Doran</LastName><EmailAddress>LDORAN</EmailAd
    dress><Telephone>011.44.1345.629268</Telephone><StartDate>1997-12-15</StartDate><Position>Sales Representative</Position><Salary>750
    0</Salary><Commission>.3</Commission></Employee><Employee><Manager>146</Manager><Employee>161</Employee><FirstName>Sarath</FirstName
    <LastName>Sewall</LastName><EmailAddress>SSEWALL</EmailAddress><Telephone>011.44.1345.529268</Telephone><StartDate>1998-11-03</StartDate><Position>Sales Representative</Position><Salary>7000</Salary><Commission>.25</Commission></Employee><Employee><Manager>146</M
    anager><Employee>159</Employee><FirstName>Lindsey</FirstName><LastName>Smith</LastName><EmailAddress>LSMITH</EmailAddress><Telephone
    011.44.1345.729268</Telephone><StartDate>1997-03-10</StartDate><Position>Sales Representative</Position><Salary>8000</Salary><Commission>.3</Commission></Employee><Employee><Manager>146</Manager><Employee>157</Employee><FirstName>Patrick</FirstName><LastName>Sull
    y</LastName><EmailAddress>PSULLY</EmailAddress><Telephone>011.44.1345.929268</Telephone><StartDate>1996-03-04</StartDate><Position>S
    ales Representative</Position><Salary>9500</Salary><Commission>.35</Commission></Employee></Reports></Employee><Employee><Manager>10
    0</Manager>
    <Employee>148</Employee>
    <FirstName>Gerald</FirstName>
    <LastName>Cambrault</LastName>
    <EmailAddress>GCAMBRAU</EmailAddress>
    <Telephone>011.44.1344.619268</Telephone>
    <StartDate>1999-10-15</StartDate>
    <Position>Sales Manager</Position>
    <Salary>11000</Salary>
    <Commission>.3</Commission>
    <Reports><Employee><Manager>148</Manager><Employee>169</Employee><FirstName>Harrison</FirstName><LastName>Bloom</LastName><EmailAddr
    ess>HBLOOM</EmailAddress><Telephone>011.44.1343.829268</Telephone><StartDate>1998-03-23</StartDate><Position>Sales Representative</P
    osition><Salary>10000</Salary><Commission>.2</Commission></Employee><Employee><Manager>148</Manager><Employee>168</Employee><FirstNa
    me>Lisa</FirstName><LastName>Ozer</LastName><EmailAddress>LOZER</EmailAddress><Telephone>011.44.1343.929268</Telephone><StartDate>19
    97-03-11</StartDate><Position>Sales Representative</Position><Salary>11500</Salary><Commission>.25</Commission></Employee><Employee>
    <Manager>148</Manager><Employee>173</Employee><FirstName>Sundita</FirstName><LastName>Kumar</LastName><EmailAddress>SKUMAR</EmailAdd
    ress><Telephone>011.44.1343.329268</Telephone><StartDate>2000-04-21</StartDate><Position>Sales Representative</Position><Salary>6100
    </Salary><Commission>.1</Commission></Employee><Employee><Manager>148</Manager><Employee>172</Employee><FirstName>Elizabeth</FirstNa
    me><LastName>Bates</LastName><EmailAddress>EBATES</EmailAddress><Telephone>011.44.1343.529268</Telephone><StartDate>1999-03-24</Star
    tDate><Position>Sales Representative</Position><Salary>7300</Salary><Commission>.15</Commission></Employee><Employee><Manager>148</M
    anager><Employee>171</Employee><FirstName>William</FirstName><LastName>Smith</LastName><EmailAddress>WSMITH</EmailAddress><Telephone
    011.44.1343.629268</Telephone><StartDate>1999-02-23</StartDate><Position>Sales Representative</Position><Salary>7400</Salary><Commission>.15</Commission></Employee><Employee><Manager>148</Manager><Employee>170</Employee><FirstName>Tayler</FirstName><LastName>Fox<
    /LastName><EmailAddress>TFOX</EmailAddress><Telephone>011.44.1343.729268</Telephone><StartDate>1998-01-24</StartDate><Position>Sales
    Representative</Position><Salary>9600</Salary><Commission>.2</Commission></Employee></Reports></Employee><Employee><Manager>100</Ma
    nager>
    <Employee>149</Employee>
    <FirstName>Eleni</FirstName>
    <LastName>Zlotkey</LastName>
    <EmailAddress>EZLOTKEY</EmailAddress>
    <Telephone>011.44.1344.429018</Telephone>
    <StartDate>2000-01-29</StartDate>
    <Position>Sales Manager</Position>
    <Salary>10500</Salary>
    <Commission>.2</Commission>
    <Reports><Employee><Manager>149</Manager><Employee>179</Employee><FirstName>Charles</FirstName><LastName>Johnson</LastName><EmailAdd
    ress>CJOHNSON</EmailAddress><Telephone>011.44.1644.429262</Telephone><StartDate>2000-01-04</StartDate><Position>Sales Representative
    </Position><Salary>6200</Salary><Commission>.1</Commission></Employee><Employee><Manager>149</Manager><Employee>178</Employee><First
    Name>Kimberely</FirstName><LastName>Grant</LastName><EmailAddress>KGRANT</EmailAddress><Telephone>011.44.1644.429263</Telephone><Sta
    rtDate>1999-05-24</StartDate><Position>Sales Representative</Position><Salary>7000</Salary><Commission>.15</Commission></Employee><E
    mployee><Manager>149</Manager><Employee>177</Employee><FirstName>Jack</FirstName><LastName>Livingston</LastName><EmailAddress>JLIVIN
    GS</EmailAddress><Telephone>011.44.1644.429264</Telephone><StartDate>1998-04-23</StartDate><Position>Sales Representative</Position>
    <Salary>8400</Salary><Commission>.2</Commission></Employee><Employee><Manager>149</Manager><Employee>176</Employee><FirstName>Jonath
    on</FirstName><LastName>Taylor</LastName><EmailAddress>JTAYLOR</EmailAddress><Telephone>011.44.1644.429265</Telephone><StartDate>199
    8-03-24</StartDate><Position>Sales Representative</Position><Salary>8600</Salary><Commission>.2</Commission></Employee><Employee><Ma
    nager>149</Manager><Employee>175</Employee><FirstName>Alyssa</FirstName><LastName>Hutton</LastName><EmailAddress>AHUTTON</EmailAddre
    ss><Telephone>011.44.1644.429266</Telephone><StartDate>1997-03-19</StartDate><Position>Sales Representative</Position><Salary>8800</
    Salary><Commission>.25</Commission></Employee><Employee><Manager>149</Manager><Employee>174</Employee><FirstName>Ellen</FirstName><L
    astName>Abel</LastName><EmailAddress>EABEL</EmailAddress><Telephone>011.44.1644.429267</Telephone><StartDate>1996-05-11</StartDate><
    Position>Sales Representative</Position><Salary>11000</Salary><Commission>.3</Commission></Employee></Reports></Employee><Employee><
    Manager>100</Manager>
    <Employee>147</Employee>
    <FirstName>Alberto</FirstName>
    <LastName>Errazuriz</LastName>
    <EmailAddress>AERRAZUR</EmailAddress>
    <Telephone>011.44.1344.429278</Telephone>
    <StartDate>1997-03-10</StartDate>
    <Position>Sales Manager</Position>
    <Salary>12000</Salary>
    <Commission>.3</Commission>
    <Reports><Employee><Manager>147</Manager><Employee>167</Employee><FirstName>Amit</FirstName><LastName>Banda</LastName><EmailAddress>
    ABANDA</EmailAddress><Telephone>011.44.1346.729268</Telephone><StartDate>2000-04-21</StartDate><Position>Sales Representative</Posit
    ion><Salary>6200</Salary><Commission>.1</Commission></Employee><Employee><Manager>147</Manager><Employee>166</Employee><FirstName>Su
    ndar</FirstName><LastName>Ande</LastName><EmailAddress>SANDE</EmailAddress><Telephone>011.44.1346.629268</Telephone><StartDate>2000-
    03-24</StartDate><Position>Sales Representative</Position><Salary>6400</Salary><Commission>.1</Commission></Employee><Employee><Mana
    ger>147</Manager><Employee>165</Employee><FirstName>David</FirstName><LastName>Lee</LastName><EmailAddress>DLEE</EmailAddress><Telep
    hone>011.44.1346.529268</Telephone><StartDate>2000-02-23</StartDate><Position>Sales Representative</Position><Salary>6800</Salary><C
    ommission>.1</Commission></Employee><Employee><Manager>147</Manager><Employee>164</Employee><FirstName>Mattea</FirstName><LastName>M
    arvins</LastName><EmailAddress>MMARVINS</EmailAddress><Telephone>011.44.1346.329268</Telephone><StartDate>2000-01-24</StartDate><Pos
    ition>Sales Representative</Position><Salary>7200</Salary><Commission>.1</Commission></Employee><Employee><Manager>147</Manager><Emp
    loyee>163</Employee><FirstName>Danielle</FirstName><LastName>Greene</LastName><EmailAddress>DGREENE</EmailAddress><Telephone>011.44.
    1346.229268</Telephone><StartDate>1999-03-19</StartDate><Position>Sales Representative</Position><Salary>9500</Salary><Commission>.1
    5</Commission></Employee><Employee><Manager>147</Manager><Employee>162</Employee><FirstName>Clara</FirstName><LastName>Vishney</Last
    Name><EmailAddress>CVISHNEY</EmailAddress><Telephone>011.44.1346.129268</Telephone><StartDate>1997-11-11</StartDate><Position>Sales
    Representative</Position><Salary>10500</Salary><Commission>.25</Commission></Employee></Reports></Employee><Employee><Manager>100</M
    anager>
    <Employee>120</Employee>
    <FirstName>Matthew</FirstName>
    <LastName>Weiss</LastName>
    <EmailAddress>MWEISS</EmailAddress>
    <Telephone>650.123.1234</Telephone>
    <StartDate>1996-07-18</StartDate>
    <Position>Stock Manager</Position>
    <Salary>8000</Salary>
    <Reports><Employee><Manager>120</Manager><Employee>180</Employee><FirstName>Winston</FirstName><LastName>Taylor</LastName><EmailAddr
    ess>WTAYLOR</EmailAddress><Telephone>650.507.9876</Telephone><StartDate>1998-01-24</StartDate><Position>Shipping Clerk</Position><Sa
    lary>3200</Salary></Employee><Employee><Manager>120</Manager><Employee>181</Employee><FirstName>Jean</FirstName><LastName>Fleaur</La
    stName><EmailAddress>JFLEAUR</EmailAddress><Telephone>650.507.9877</Telephone><StartDate>1998-02-23</StartDate><Position>Shipping Cl
    erk</Position><Salary>3100</Salary></Employee><Employee><Manager>120</Manager><Employee>183</Employee><FirstName>Girard</FirstName><
    LastName>Geoni</LastName><EmailAddress>GGEONI</EmailAddress><Telephone>650.507.9879</Telephone><StartDate>2000-02-03</StartDate><Pos
    ition>Shipping Clerk</Position><Salary>2800</Salary></Employee><Employee><Manager>120</Manager><Employee>182</Employee><FirstName>Ma
    rtha</FirstName><LastName>Sullivan</LastName><EmailAddress>MSULLIVA</EmailAddress><Telephone>650.507.9878</Telephone><StartDate>1999
    -06-21</StartDate><Position>Shipping Clerk</Position><Salary>2500</Salary></Employee><Employee><Manager>120</Manager><Employee>125</
    Employee><FirstName>Julia</FirstName><LastName>Nayer</LastName><EmailAddress>JNAYER</EmailAddress><Telephone>650.124.1214</Telephone
    <StartDate>1997-07-16</StartDate><Position>Stock Clerk</Position><Salary>3200</Salary></Employee><Employee><Manager>120</Manager><Employee>126</Employee><FirstName>Irene</FirstName><LastName>Mikkilineni</LastName><EmailAddress>IMIKKILI</EmailAddress><Telephone>65
    0.124.1224</Telephone><StartDate>1998-09-28</StartDate><Position>Stock Clerk</Position><Salary>2700</Salary></Employee><Employee><Ma
    nager>120</Manager><Employee>128</Employee><FirstName>Steven</FirstName><LastName>Markle</LastName><EmailAddress>SMARKLE</EmailAddre
    ss><Telephone>650.124.1434</Telephone><StartDate>2000-03-08</StartDate><Position>Stock Clerk</Position><Salary>2200</Salary></Employ
    ee><Employee><Manager>120</Manager><Employee>127</Employee><FirstName>James</FirstName><LastName>Landry</LastName><EmailAddress>JLAN
    DRY</EmailAddress><Telephone>650.124.1334</Telephone><StartDate>1999-01-14</StartDate><Position>Stock Clerk</Position><Salary>2400</
    Salary></Employee></Reports></Employee><Employee><Manager>100</Manager>
    <Employee>121</Employee>
    <FirstName>Adam</FirstName>
    <LastName>Fripp</LastName>
    <EmailAddress>AFRIPP</EmailAddress>
    <Telephone>650.123.2234</Telephone>
    <StartDate>1997-04-10</StartDate>
    <Position>Stock Manager</Position>
    <Salary>8200</Salary>
    <Reports><Employee><Manager>121</Manager><Employee>185</Employee><FirstName>Alexis</FirstName><LastName>Bull</LastName><EmailAddress
    ABULL</EmailAddress><Telephone>650.509.2876</Telephone><StartDate>1997-02-20</StartDate><Position>Shipping Clerk</Position><Salary>4100</Salary></Employee><Employee><Manager>121</Manager><Employee>187</Employee><FirstName>Anthony</FirstName><LastName>Cabrio</Last
    Name><EmailAddress>ACABRIO</EmailAddress><Telephone>650.509.4876</Telephone><StartDate>1999-02-07</StartDate><Position>Shipping Cler
    k</Position><Salary>3000</Salary></Employee><Employee><Manager>121</Manager><Employee>186</Employee><FirstName>Julia</FirstName><Las
    tName>Dellinger</LastName><EmailAddress>JDELLING</EmailAddress><Telephone>650.509.3876</Telephone><StartDate>1998-06-24</StartDate><
    Position>Shipping Clerk</Position><Salary>3400</Salary></Employee><Employee><Manager>121</Manager><Employee>184</Employee><FirstName
    Nandita</FirstName><LastName>Sarchand</LastName><EmailAddress>NSARCHAN</EmailAddress><Telephone>650.509.1876</Telephone><StartDate>1996-01-27</StartDate><Position>Shipping Clerk</Position><Salary>4200</Salary></Employee><Employee><Manager>121</Manager><Employee>1
    30</Employee><FirstName>Mozhe</FirstName><LastName>Atkinson</LastName><EmailAddress>MATKINSO</EmailAddress><Telephone>650.124.6234</
    Telephone><StartDate>1997-10-30</StartDate><Position>Stock Clerk</Position><Salary>2800</Salary></Employee><Employee><Manager>121</M
    anager><Employee>132</Employee><FirstName>TJ</FirstName><LastName>Olson</LastName><EmailAddress>TJOLSON</EmailAddress><Telephone>650
    .124.8234</Telephone><StartDate>1999-04-10</StartDate><Position>Stock Clerk</Position><Salary>2100</Salary></Employee><Employee><Man
    ager>121</Manager><Employee>131</Employee><FirstName>James</FirstName><LastName>Marlow</LastName><EmailAddress>JAMRLOW</EmailAddress
    <Telephone>650.124.7234</Telephone><StartDate>1997-02-16</StartDate><Position>Stock Clerk</Position><Salary>2500</Salary></Employee
    <Employee><Manager>121</Manager><Employee>129</Employee><FirstName>Laura</FirstName><LastName>Bissot</LastName><EmailAddress>LBISSOT</EmailAddress><Telephone>650.124.5234</Telephone><StartDate>1997-08-20</StartDate><Position>Stock Clerk</Position><Salary>3300</Sa
    lary></Employee></Reports></Employee><Employee><Manager>100</Manager>
    <Employee>122</Employee>
    <FirstName>Payam</FirstName>
    <LastName>Kaufling</LastName>
    <EmailAddress>PKAUFLIN</EmailAddress>
    <Telephone>650.123.3234</Telephone>
    <StartDate>1995-05-01</StartDate>
    <Position>Stock Manager</Position>
    <Salary>7900</Salary>
    <Reports><Employee><Manager>122</Manager><Employee>191</Employee><FirstName>Randall</FirstName><LastName>Perkins</LastName><EmailAdd
    ress>RPERKINS</EmailAddress><Telephone>650.505.4876</Telephone><StartDate>1999-12-19</StartDate><Position>Shipping Clerk</Position><
    Salary>2500</Salary></Employee><Employee><Manager>122</Manager><Employee>190</Employee><FirstName>Timothy</FirstName><LastName>Gates
    </LastName><EmailAddress>TGATES</EmailAddress><Telephone>650.505.3876</Telephone><StartDate>1998-07-11</StartDate><Position>Shipping
    Clerk</Position><Salary>2900</Salary></Employee><Employee><Manager>122</Manager><Employee>189</Employee><FirstName>Jennifer</FirstN
    ame><LastName>Dilly</LastName><EmailAddress>JDILLY</EmailAddress><Telephone>650.505.2876</Telephone><StartDate>1997-08-13</StartDate
    <Position>Shipping Clerk</Position><Salary>3600</Salary></Employee><Employee><Manager>122</Manager><Employee>188</Employee><FirstName>Kelly</FirstName><LastName>Chung</LastName><EmailAddress>KCHUNG</EmailAddress><Telephone>650.505.1876</Telephone><StartDate>1997-
    06-14</StartDate><Position>Shipping Clerk</Position><Salary>3800</Salary></Employee><Employee><Manager>122</Manager><Employee>136</E
    mployee><FirstName>Hazel</FirstName><LastName>Philtanker</LastName><EmailAddress>HPHILTAN</EmailAddress><Telephone>650.127.1634</Tel
    ephone><StartDate>2000-02-06</StartDate><Position>Stock Clerk</Position><Salary>2200</Salary></Employee><Employee><Manager>122</Mana
    ger><Employee>135</Employee><FirstName>Ki</FirstName><LastName>Gee</LastName><EmailAddress>KGEE</EmailAddress><Telephone>650.127.173
    4</Telephone><StartDate>1999-12-12</StartDate><Position>Stock Clerk</Position><Salary>2400</Salary></Employee><Employee><Manager>122
    </Manager><Employee>134</Employee><FirstName>Michael</FirstName><LastName>Rogers</LastName><EmailAddress>MROGERS</EmailAddress><Tele
    phone>650.127.1834</Telephone><StartDate>1998-08-26</StartDate><Position>Stock Clerk</Position><Salary>2900</Salary></Employee><Empl
    oyee><Manager>122</Manager><Employee>133</Employee><FirstName>Jason</FirstName><LastName>Mallin</LastName><EmailAddress>JMALLIN</Ema
    ilAddress><Telephone>650.127.1934</Telephone><StartDate>1996-06-14</StartDate><Position>Stock Clerk</Position><Salary>3300</Salary><
    /Employee></Reports></Employee><Employee><Manager>100</Manager>
    <Employee>123</Employee>
    <FirstName>Shanta</FirstName>
    <LastName>Vollman</LastName>
    <EmailAddress>SVOLLMAN</EmailAddress>
    <Telephone>650.123.4234</Telephone>
    <StartDate>1997-10-10</StartDate>
    <Position>Stock Manager</Position>
    <Salary>6500</Salary>
    <Reports><Employee><Manager>123</Manager><Employee>195</Employee><FirstName>Vance</FirstName><LastName>Jones</LastName><EmailAddress
    VJONES</EmailAddress><Telephone>650.501.4876</Telephone><StartDate>1999-03-17</StartDate><Position>Shipping Clerk</Position><Salary
    2800</Salary></Employee><Employee><Manager>123</Manager><Employee>194</Employee><FirstName>Samuel</FirstName><LastName>McCain</LastName><EmailAddress>SMCCAIN</EmailAddress><Telephone>650.501.3876</Telephone><StartDate>1998-07-01</StartDate><Position>Shipping Cler
    k</Position><Salary>3200</Salary></Employee><Employee><Manager>123</Manager><Employee>193</Employee><FirstName>Britney</FirstName><L
    astName>Everett</LastName><EmailAddress>BEVERETT</EmailAddress><Telephone>650.501.2876</Telephone><StartDate>1997-03-03</StartDate><
    Position>Shipping Clerk</Position><Salary>3900</Salary></Employee><Employee><Manager>123</Manager><Employee>192</Employee><FirstName
    Sarah</FirstName><LastName>Bell</LastName><EmailAddress>SBELL</EmailAddress><Telephone>650.501.1876</Telephone><StartDate>1996-02-04</StartDate><Position>Shipping Clerk</Position><Salary>4000</Salary></Employee><Employee><Manager>123</Manager><Employee>140</Emplo
    yee><FirstName>Joshua</FirstName><LastName>Patel</LastName><EmailAddress>JPATEL</EmailAddress><Telephone>650.121.1834</Telephone><St
    artDate>1998-04-06</StartDate><Position>Stock Clerk</Position><Salary>2500</Salary></Employee><Employee><Manager>123</Manager><Emplo
    yee>139</Employee><FirstName>John</FirstName><LastName>Seo</LastName><EmailAddress>JSEO</EmailAddress><Telephone>650.121.2019</Telep
    hone><StartDate>1998-02-12</StartDate><Position>Stock Clerk</Position><Salary>2700</Salary></Employee><Employee><Manager>123</Manage
    r><Employee>138</Employee><FirstName>Stephen</FirstName><LastName>Stiles</LastName><EmailAddress>SSTILES</EmailAddress><Telephone>65
    0.121.2034</Telephone><StartDate>1997-10-26</StartDate><Position>Stock Clerk</Position><Salary>3200</Salary></Employee><Employee><Ma
    nager>123</Manager><Employee>137</Employee><FirstName>Renske</FirstName><LastName>Ladwig</LastName><EmailAddress>RLADWIG</EmailAddre
    ss><Telephone>650.121.1234</Telephone><StartDate>1995-07-14</StartDate><Position>Stock Clerk</Position><Salary>3600</Salary></Employ
    ee></Reports></Employee><Employee><Manager>100</Manager>
    <Employee>124</Employee>
    <FirstName>Kevin</FirstName>
    <LastName>Mourgos</LastName>
    <EmailAddress>KMOURGOS</EmailAddress>
    <Telephone>650.123.5234</Telephone>
    <StartDate>1999-11-16</StartDate>
    <Position>Stock Manager</Position>
    <Salary>5800</Salary>
    <Reports><Employee><Manager>124</Manager><Employee>196</Employee><FirstName>Alana</FirstName><LastName>Walsh</LastName><EmailAddress
    AWALSH</EmailAddress><Telephone>650.507.9811</Telephone><StartDate>1998-04-24</StartDate><Position>Shipping Clerk</Position><Salary
    3100</Salary></Employee><Employee><Manager>124</Manager><Employee>199</Employee><FirstName>Douglas</FirstName><LastName>Grant</LastName><EmailAddress>DGRANT</EmailAddress><Telephone>650.507.9844</Telephone><StartDate>2000-01-13</StartDate><Position>Shipping Clerk
    </Position><Salary>2600</Salary></Employee><Employee><Manager>124</Manager><Employee>198</Employee><FirstName>Donald</FirstName><Las
    tName>OConnell</LastName><EmailAddress>DOCONNEL</EmailAddress><Telephone>650.507.9833</Telephone><StartDate>1999-06-21</StartDate><P
    osition>Shipping Clerk</Position><Salary>2600</Salary></Employee><Employee><Manager>124</Manager><Employee>197</Employee><FirstName>
    Kevin</FirstName><LastName>Feeney</LastName><EmailAddress>KFEENEY</EmailAddress><Telephone>650.507.9822</Telephone><StartDate>1998-0
    5-23</StartDate><Position>Shipping Clerk</Position><Salary>3000</Salary></Employee><Employee><Manager>124</Manager><Employee>144</Em
    ployee><FirstName>Peter</FirstName><LastName>Vargas</LastName><EmailAddress>PVARGAS</EmailAddress><Telephone>650.121.2004</Telephone
    <StartDate>1998-07-09</StartDate><Position>Stock Clerk</Position><Salary>2500</Salary></Employee><Employee><Manager>124</Manager><Employee>143</Employee><FirstName>Randall</FirstName><LastName>Matos</LastName><EmailAddress>RMATOS</EmailAddress><Telephone>650.121.
    2874</Telephone><StartDate>1998-03-15</StartDate><Position>Stock Clerk</Position><Salary>2600</Salary></Employee><Employee><Manager>
    124</Manager><Employee>142</Employee><FirstName>Curtis</FirstName><LastName>Davies</LastName><EmailAddress>CDAVIES</EmailAddress><Te
    lephone>650.121.2994</Telephone><StartDate>1997-01-29</StartDate><Position>Stock Clerk</Position><Salary>3100</Salary></Employee><Em
    ployee><Manager>124</Manager><Employee>141</Employee><FirstName>Trenna</FirstName><LastName>Rajs</LastName><EmailAddress>TRAJS</Emai
    lAddress><Telephone>650.121.8009</Telephone><StartDate>1995-10-17</StartDate><Position>Stock Clerk</Position><Salary>3500</Salary></
    Employee></Reports></Employee></Reports></Employee></Corporation>
    1 row selected.

  • Problem related to Data showing in Crystal reports

    Hello, I'm working on CR9 designer and new to this, I'm working on problem that is related to formating of data on CRs.
    My report is assiciated with a database with table customer info.
    It has following fields: Customer first name, Customer Second name and State.
    Inside my report, data is Grouped by State field and sorted on customer first name.
    Now my problem is: I want to show data in mentioned format: (Customer First Name space Customer last name), (Customer First Name space Customer last name).
    e.g., in front of Group Header only, I want to show this concatenated details for all customers those would fall under that Group.
    e.g., I do have 2 states state1 and state2. And four customers in total. Data is something like this: (CF1, CL1, state1), (CF2, CL2, state1), (CF3, CL3, state3), (CF4, CL4, state4)
    Now i want my output in report as:
    State1 (CF1 CL1), (CF2 CL2)
    State2 (CF3 CL3), CF4 CL4)
    Thats is group header(state level) data should be able to retrive all its customer's first and last name and should format in desired format mentioned abve. Can you please help how can I do it?

    Neha,
    I'd love to give you the answer but I'd only be plagiarizing. Raghavendra gives an outstanding explanation of how to do exactly what you are trying to do.
    Check this out:
    Re: Data Concatenation
    Hope this helps,
    Jason

  • Drag&Relate with data ownership

    At this time, the Drag&Relate don't take the data ownership into consideration, however you can choose the Drag&Relate form in the Data Ownership Exceptions - Excluded Forms. The users can see all the objects and they can open all objects. So this time we must disable the Drag&Relate for this user, but it makes difficulties in searching and reporting

    Hello,
    Currently you can perform Drag&Relate with CRM 4.0 and EP 6.20.
    In the future the same capability will be enabled over CRM 5.0 and EP version > 6.20
    The folowing link described how to do it:
    http://kwhelp.sap.com/SAPIKS/S682060d5cdc846bab359671938f6d5ca/KW/IWB_STRUCTFDA74520211EBF4B8265A03750D12E3C/IWB_EXTHLP9CFFA3014CE645E493E9983B3631519A/?LANGUAGE=EN&RELEASE=406&IWB_INDUSTRY=BBPCRM&IWB_COUNTRY=&TMP_IWB_TASK=DISPLAY
    Best Regards,
    Ran

  • LSMW , how the same is related to data migration,.

    HI Experts,
    please explain the concept of data migration.
    What is LSMW/ how the same is related to migration,
    what are the other types of data migrationo other than IDOC & BDOC in sap crm.
    IS there any there other tools that helps in data migration,
    if so , what are they.
    Can a functional guy be able to do the data migration in LSMW.
    thanks & regards
    Prajith P

    Hi Prajith,
    I second Venkat, but also you need to know about Data Transfer Workbench in CRM.
    Go into the IMG and follow the path: Customer Relationship Management>> CRM
    Middleware and Related Components>> Exchanging Data With External
    Components>> XIF Adapter Setup>> Inbound Direction>> Settings for the Data
    Transfer Workbench and LSMW>> SAP Data Transfer Workbench.
    Here's the help from SAP for the Data Transfer Workbench:
    http://help.sap.com/saphelp_nw70/helpdata/EN/0d/e211c5543e11d1895d0000e829fbbd/frameset.htm
    That should take you where you need to go. Good luck!
    Satish

  • Error when opening PowerPoint related to Data Execution Prevention Mode

    I am experiencing an error when attempting to open a PowerPoint file. . Here is the full message: "powerPoint is experiencing a serious problem with PowerPoint com add in. This add-in is incompatible with Data Protection Execution Mode and should be disabled or upgraded to the latest version. Do you wish to disable?" I am using PowerPoint 2010 and Adobe Presenter version 8.

    I've continually experience the same issues. I have updated to Presenter 8.02.
    If I open a project by double-clicking the .pptx file I get the following error message:
    "Run-time error '-2147467259 (80004005)
    SlideShowWindow (unknown member) :Invalid request. Automation rights are not granted."
    If I then enter the Presenter tab and click an option (for instance "Settings") Powerpoint crashes and restarts itself. Once restarted the following error message is presented:
    "PowerPoint experienced a serious problem with the 'adobe presenter powerpoint com adding' add-in. This add-in is incompatible with Data Execution Prevention mode and should be disabled or upgraded to the latest version. Do you wish to disable this add-in from loading?"
    I can often crash Powerpoint with the same DEP warning by closing the presentation with the window's "X" button - Powerpoint restarts itself and gives the same DEP warning as above.
    I normally choose to not disable and continue working. If I then go to "Settings" in Presenter again, it will open without problem. It seems that after four to six occurences like this, Presenter will then be disabled by Powerpoint and require resetting in the File-Options-Addins section.
    Alternately, if I open Powerpoint first and then open my project through the File-Open or Recent Presentations list I do not get the Run-time error mentioned above and usually can open a Presenter option ("Settings") without crashing Powerpoint. I can also close the project without incedent if I use the File-Close menu as opposed the the "X" button.
    I am running Win 7 64bit, Powerpoint 2010 32bit with Presenter 8.02.
    Sincerely hoping support is continuing to monitor these threads, as this one was started in November without much response.

  • Creating "Control Combo Box " Relation with data block

    Hi all dears
    i am switching from C# to oracle developer for joining gulf net software house, i have a problem regarding master detail data
    the senerio is
    "List items" control Filled programatically as under shortly:-
    rg_id := create_group_from_query('myrg', 'select dname a, dname b from dept');
    populate_group(rg_id);
    populate_list('mylist', rg_id);
    using this i fill my combo box during new form instance trigger
    i have created a datablock emp through wizard which can show 10 record.
    now
    Problem 1
    i want to show records on form when user select any dept from combo box.
    Problem 2
    if i create group from query and in select statement is like this "select dname, dpetno from dept" the record group is created successfully but i am unable to populate_list due to different data type colums in record group how i will populate list so that List items Labels are department name and value is department no
    Thanks in advance for persual

    Hi dears all
    I have solved this problem my self
    1. select dept name form combo box and the data block shows the emp's of concern depat
    solution
    create a data block of emp table through wizard
    create its table view and show 10 records
    go to datablock i consider its name "emp" datablock properties
    in Where clause condition specify deptno = : my_combo_box;
    now go to combo box when item changed event
    go_bolck("emp);
    execute_query;

  • Hi this is  Related to Date format ,

    Hi,
    This is regarding date , is any body found FM let me know, my requirement is that if you give date for eg  SY-DATUM = 20070424 the out will show in this formant
    Display = Apr 24, 2007.
    thanks,
    ganga

    hii..
    try this
    DATA: L_DAY(2)   TYPE C,
          L_MONTH(2) TYPE C,
          L_YEAR(4)  TYPE C,
          L_LTEXT    TYPE T247-LTX.
    DATA: L_DATE TYPE STRING.
    CALL FUNCTION 'HR_IN_GET_DATE_COMPONENTS'
      EXPORTING
        IDATE                         = SY-DATUM
      IMPORTING
        DAY                           = L_DAY
        MONTH                         = L_MONTH
        YEAR                          = L_YEAR
        LTEXT                         = L_LTEXT
      EXCEPTIONS
        INPUT_DATE_IS_INITIAL         = 1
        TEXT_FOR_MONTH_NOT_MAINTAINED = 2
        OTHERS                        = 3.
    CONCATENATE L_LTEXT ',' INTO L_DATE.
    CONCATENATE L_DATE L_DAY L_YEAR INTO L_DATE SEPARATED BY SPACE.
    WRITE: L_DATE.
    or
    DATA: V_INPUT(8) VALUE '20112006'.
    DATA: V_CHAR(25).
    data: date type sydatum.
    DATA: MONTH_NAMES LIKE T247.
    SELECT SINGLE * FROM T247
    INTO MONTH_NAMES
    WHERE SPRAS = SY-LANGU
    AND MNR = V_INPUT+2(2).
    CONCATENATE MONTH_NAMES-KTX V_INPUT(2) V_INPUT+4(4)
    INTO V_CHAR SEPARATED BY SPACE.
    write: / V_CHAR.
    regards,
    veeresh

  • Query Related to dates

    Hi
    i have a table ABC in which i declared two date columns START_DATE AND END_DATE . I want to extract all the dates between these two dates which is not specified into table.
    eg
    START_DATE=12-JUN-2009
    END_DATE=15-JUN-2009
    SELECT TO_DATE(START_DATE, 'DD-MON-YYYY') - 1 + rownum AS d
    FROM ABC
    WHERE TO_DATE(START_DATE, 'DD-MON-YYYY') - 1 + rownum <= TO_DATE(END_DATE, 'DD-MON-YYYY')
    I try to do with this query its returning only one value.Please help me.
    thanks
    Nisha

    What is the purpose of having the 'rownum' value in this context. The way your query is written, the results seem bizarre.
    SELECT TO_DATE(START_DATE, 'DD-MON-YYYY') - 1 + rownum AS d
    FROM ABC
    WHERE TO_DATE(START_DATE, 'DD-MON-YYYY') - 1 + rownum <= TO_DATE(END_DATE, 'DD-MON-YYYY')
    Let's say you had five rows of data with start dates and end dates as follows:
    START_DATE END_DATE
    12-JUN-2009 15-JUN-2009
    14-JUN-2009 14-JUN-2009
    11-JUN-2009 12-JUN-2009
    15-JUN-2009 17-JUN-2009
    16-JUN-2009 19-JUN-2009
    The WHERE clause of your query subtracts one from the start date and then adds the rownum. Assuming the rows are processed in the order I've shown them*, the values being compared would be:
    Change START_DATE END_DATE
    (-1+1) 12-JUN-2009 15-JUN-2009
    (-1+2) 15-JUN-2009 14-JUN-2009
    (-1+3) 13-JUN-2009 12-JUN-2009
    (-1+4) 18-JUN-2009 17-JUN-2009
    (-1+5) 20-JUN-2009 19-JUN-2009
    The result would be only one row returned. The more rows in the table, the higher the rownum values get and the less likely that any given row will be returned.
    * Note that Oracle does not guarantee what order rows will be processed in when using rownum even when using an ORDER BY as the rownum gets determined prior to the sort.

Maybe you are looking for