<?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: sap script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034465#M84791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the sapscript/printprogram perspective I believe it is worth looking into these tables: &lt;/P&gt;&lt;P&gt;T166A&lt;/P&gt;&lt;P&gt;T166C&lt;/P&gt;&lt;P&gt;T166K&lt;/P&gt;&lt;P&gt;T166P&lt;/P&gt;&lt;P&gt;T166T&lt;/P&gt;&lt;P&gt;T166U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tables should be populated when the form is called!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2005 16:14:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-30T16:14:35Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034460#M84786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i am working on PO Create and Change Script.&lt;/P&gt;&lt;P&gt;where can i find the changed data whether the item is changed or not?.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;veeru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 15:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034460#M84786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034461#M84787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDHDR and CDPOS Tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 15:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034461#M84787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034462#M84788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Check the table CDHDR &amp;amp; CDPOS.Pass the PO no. to field OBJECTID &amp;amp; you will get the details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 15:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034462#M84788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T15:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034463#M84789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDHDR fro Header data,CDPOS for changes in Item data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 15:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034463#M84789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034464#M84790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the following code.&lt;/P&gt;&lt;P&gt;Select * from CDHDR into it_cdhdr where mandt = sy-mandt&lt;/P&gt;&lt;P&gt;                    and objectclas = &amp;lt;classname&amp;gt;.&lt;/P&gt;&lt;P&gt;  (eg: &amp;lt;classname&amp;gt; could be ADRESSE3 for customer...same way try to use for PO the corresponding one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If U want last change then use delete it_cdhdr comparing objectclas and it will leave the last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way do for CDPOS also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDHDR will give u the Object number which needs to be passed to CDPOS to fetch the changed data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful pl. reward the points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 16:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034464#M84790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034465#M84791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the sapscript/printprogram perspective I believe it is worth looking into these tables: &lt;/P&gt;&lt;P&gt;T166A&lt;/P&gt;&lt;P&gt;T166C&lt;/P&gt;&lt;P&gt;T166K&lt;/P&gt;&lt;P&gt;T166P&lt;/P&gt;&lt;P&gt;T166T&lt;/P&gt;&lt;P&gt;T166U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tables should be populated when the form is called!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 16:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1034465#M84791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T16:14:35Z</dc:date>
    </item>
  </channel>
</rss>

