<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: table for structure ITSEGDIAE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624161#M873109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Use the database table TSEGE to find the values. &lt;/P&gt;&lt;P&gt;you can retrieve the information using FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First use the FM  'TSEG_READ' to read the data.&lt;/P&gt;&lt;P&gt;then use TSEG_MODIFY_TST to modify the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

pa_ls_object = 'WSHDRLIKP'.
 CALL FUNCTION 'TSEG_INIT'.
*----------------------------------------------------------------------*
*   Define stucture to be read                                         *
*----------------------------------------------------------------------*
  CALL FUNCTION 'TSEG_READ'
    EXPORTING
      if_object                = pa_ls_object
      is_object_wa             = pa_likp
    EXCEPTIONS
      object_not_found         = 0
      handle_not_found         = 0
      customizing_inconsistent = 0
      fatal_error              = 0
      OTHERS                   = 0.


*----------------------------------------------------------------------*
*   Modify the Event                                                   *
*----------------------------------------------------------------------*
  CLEAR l_sysubrc.
  CALL FUNCTION 'TSEG_MODIFY_TST'
    EXPORTING
      if_handle     = pa_handle
      if_time       = pa_time
      if_even_cnt   = pa_evncnt
      if_even_verty = pa_verty
      if_even_vernu = pa_vernu
      if_time_tst   = pa_time_st
    IMPORTING
      ef_subrc      = l_sysubrc
    EXCEPTIONS
      fatal_error   = 1
      OTHERS        = 2.
*----------------------------------------------------------------------*
*   Update the Event                                                   *
*----------------------------------------------------------------------*
  CALL FUNCTION 'TSEG_WRITE'
    EXPORTING
      if_object            = pa_ls_object
      is_object_wa         = pa_likp
*   IF_UPDATE_TASK       = 'X'
*   IF_HANDLE            = ' '
* IMPORTING
*   EF_UPDATE            =
   EXCEPTIONS
     fatal_error          = 0
     no_events            = 0
     OTHERS               = 0
            .

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_handle - Handle&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_time   - Begin / End Event name&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_evncnt - Event count&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_verty  - Version type&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_vernu  - Version number&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_time_st - Time stamp&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_ls_object - Object&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_likp - LIKP values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Niyaz Ahamed on Mar 19, 2008 12:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 06:35:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T06:35:22Z</dc:date>
    <item>
      <title>table for structure ITSEGDIAE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624158#M873106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a  req that i want to access the begin pplan date and actual delivery date from VL02n.&lt;/P&gt;&lt;P&gt;i acess these fields by goto-&amp;gt;header-&amp;gt;dates and i select events... and i enter begin plan date and actual date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i see that these fields are stored in structure ITSEGDIAE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know in which table they are actually stored...&lt;/P&gt;&lt;P&gt;so that i can use them in my report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone solve this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624158#M873106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: table for structure ITSEGDIAE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624159#M873107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into that structure 'ITSEGDIAE'  double click on &lt;/P&gt;&lt;P&gt;"data element"   of that field  .Now slect the data elemnt and use the where used list(ctrl_shift+F3). Select  table fields check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can see the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624159#M873107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: table for structure ITSEGDIAE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624160#M873108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The deatils are stored in TSEGE table that is read with likp-handle field as key.. For run time updation/read of events fields we have various function modules also.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FMs go to se37 and search with &lt;STRONG&gt;tseg&lt;/STRONG&gt; as keyword..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help... Do reward!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624160#M873108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: table for structure ITSEGDIAE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624161#M873109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Use the database table TSEGE to find the values. &lt;/P&gt;&lt;P&gt;you can retrieve the information using FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First use the FM  'TSEG_READ' to read the data.&lt;/P&gt;&lt;P&gt;then use TSEG_MODIFY_TST to modify the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

pa_ls_object = 'WSHDRLIKP'.
 CALL FUNCTION 'TSEG_INIT'.
*----------------------------------------------------------------------*
*   Define stucture to be read                                         *
*----------------------------------------------------------------------*
  CALL FUNCTION 'TSEG_READ'
    EXPORTING
      if_object                = pa_ls_object
      is_object_wa             = pa_likp
    EXCEPTIONS
      object_not_found         = 0
      handle_not_found         = 0
      customizing_inconsistent = 0
      fatal_error              = 0
      OTHERS                   = 0.


*----------------------------------------------------------------------*
*   Modify the Event                                                   *
*----------------------------------------------------------------------*
  CLEAR l_sysubrc.
  CALL FUNCTION 'TSEG_MODIFY_TST'
    EXPORTING
      if_handle     = pa_handle
      if_time       = pa_time
      if_even_cnt   = pa_evncnt
      if_even_verty = pa_verty
      if_even_vernu = pa_vernu
      if_time_tst   = pa_time_st
    IMPORTING
      ef_subrc      = l_sysubrc
    EXCEPTIONS
      fatal_error   = 1
      OTHERS        = 2.
*----------------------------------------------------------------------*
*   Update the Event                                                   *
*----------------------------------------------------------------------*
  CALL FUNCTION 'TSEG_WRITE'
    EXPORTING
      if_object            = pa_ls_object
      is_object_wa         = pa_likp
*   IF_UPDATE_TASK       = 'X'
*   IF_HANDLE            = ' '
* IMPORTING
*   EF_UPDATE            =
   EXCEPTIONS
     fatal_error          = 0
     no_events            = 0
     OTHERS               = 0
            .

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_handle - Handle&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_time   - Begin / End Event name&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_evncnt - Event count&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_verty  - Version type&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_vernu  - Version number&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_time_st - Time stamp&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_ls_object - Object&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --&amp;gt;   pa_likp - LIKP values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Niyaz Ahamed on Mar 19, 2008 12:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624161#M873109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: table for structure ITSEGDIAE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624162#M873110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we're you able to make the function module 'TSEG_MODIFY_TST' work to modify the event with the correct date? kindly let me know the contents of each parameter that you pass to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i badly need to make this fucntion module work. please please please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;louisse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624162#M873110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: table for structure ITSEGDIAE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624163#M873111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was there any progress on this , i want to use the field to update the event data and time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 08:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-structure-itsegdiae/m-p/3624163#M873111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-05T08:39:55Z</dc:date>
    </item>
  </channel>
</rss>

