<?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: difference  between  scripts and  idocs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277144#M495398</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;IDocs are simple ASCII data streams. When they are stored to a disk file, the IDocs are simple flat files with lines of text, where the lines are structured into data fields. The typical structured file has records, each record starting with a leading string that identifies the record type. Their specification is stored in the data dictionary.&lt;/P&gt;&lt;P&gt;Electronic Interchange Document&lt;/P&gt;&lt;P&gt;IDocs is the acronym for Interchange Document. This  indicates a set of (electronic) information which builds a logical entity. An IDoc is e.g. all the data of a single customer in your customer master data file, or the IDoc is all the data of a single invoice.&lt;/P&gt;&lt;P&gt;Data Is transmitted in ASCII format, i.e. human readable form&lt;/P&gt;&lt;P&gt;IDoc data is usually exchanged between systems and partners that are completely independent. Therefore, the data should be transmitted in a format that can easily be corrected by the computer operators. It is therefore mandatory to post the data in a human readable form. &lt;/P&gt;&lt;P&gt;Nowadays, this means that data is coded in ASCII format, including numbers which are sent as a string of figures 0 to 9. Such data can easily be read with any text editor on any computer, be it a PC, Macintosh, UNIX System, S/390 or any internet browser.&lt;/P&gt;&lt;P&gt;IDocs exchange messages&lt;/P&gt;&lt;P&gt;The information which is exchanged by IDocs is called a message and the IDoc is the physical representation of such a message. The name &amp;#147;messages&amp;#148; for the information sent via IDocs is used in the same ways as other EDI standards. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scrpits...&lt;/P&gt;&lt;P&gt;If the user wants to print documents such as invoices, purchase order, all such documents are printed with the use of forms. SAP allows the user to define these forms by using layout sets. SAP script is the tool used to create the layout set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to print the document, the SAP system runs a program that collects the data for the document and feeds it into the layout set. This is called as Print Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Provides a standard layout set for every printable document and usually there is no need to create layout sets as such. User just modifies the existing layout sets as per requirement of client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 12:56:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T12:56:06Z</dc:date>
    <item>
      <title>difference  between  scripts and  idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277141#M495395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In real time  why we are  using scripts and idocs?what is the difference between scripts and idocs?pls tell me  where we r using  scripts and  idocs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 11:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277141#M495395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T11:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: difference  between  scripts and  idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277142#M495396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is Idoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Script?&lt;/P&gt;&lt;P&gt;[Removed by the moderator.]&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2007 12:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277142#M495396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: difference  between  scripts and  idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277143#M495397</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IDOC:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;An IDoc is a data container for data exchange between SAP systems or between an SAP system and an external system.&lt;/P&gt;&lt;P&gt;[Removed by the moderator.]&amp;lt;b&amp;gt;Script :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;[Removed by the moderator.]&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;We use Sap Script in&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1.Printing forms such as invoices, sales order etc.  &lt;/P&gt;&lt;P&gt;2.Correspondence (e.g. letter to third party) in SAP applications &lt;/P&gt;&lt;P&gt;3.Documentation  &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if it useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Jackie.&amp;lt;/b&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2007 12:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277143#M495397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: difference  between  scripts and  idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277144#M495398</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;IDocs are simple ASCII data streams. When they are stored to a disk file, the IDocs are simple flat files with lines of text, where the lines are structured into data fields. The typical structured file has records, each record starting with a leading string that identifies the record type. Their specification is stored in the data dictionary.&lt;/P&gt;&lt;P&gt;Electronic Interchange Document&lt;/P&gt;&lt;P&gt;IDocs is the acronym for Interchange Document. This  indicates a set of (electronic) information which builds a logical entity. An IDoc is e.g. all the data of a single customer in your customer master data file, or the IDoc is all the data of a single invoice.&lt;/P&gt;&lt;P&gt;Data Is transmitted in ASCII format, i.e. human readable form&lt;/P&gt;&lt;P&gt;IDoc data is usually exchanged between systems and partners that are completely independent. Therefore, the data should be transmitted in a format that can easily be corrected by the computer operators. It is therefore mandatory to post the data in a human readable form. &lt;/P&gt;&lt;P&gt;Nowadays, this means that data is coded in ASCII format, including numbers which are sent as a string of figures 0 to 9. Such data can easily be read with any text editor on any computer, be it a PC, Macintosh, UNIX System, S/390 or any internet browser.&lt;/P&gt;&lt;P&gt;IDocs exchange messages&lt;/P&gt;&lt;P&gt;The information which is exchanged by IDocs is called a message and the IDoc is the physical representation of such a message. The name &amp;#147;messages&amp;#148; for the information sent via IDocs is used in the same ways as other EDI standards. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scrpits...&lt;/P&gt;&lt;P&gt;If the user wants to print documents such as invoices, purchase order, all such documents are printed with the use of forms. SAP allows the user to define these forms by using layout sets. SAP script is the tool used to create the layout set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to print the document, the SAP system runs a program that collects the data for the document and feeds it into the layout set. This is called as Print Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Provides a standard layout set for every printable document and usually there is no need to create layout sets as such. User just modifies the existing layout sets as per requirement of client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 12:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277144#M495398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: difference  between  scripts and  idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277145#M495399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 06:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277145#M495399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: difference  between  scripts and  idocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277146#M495400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sandhya,&lt;/P&gt;&lt;P&gt;Sap Scripts provides a communication between SAP r/3 and Business partner or Customer.&lt;/P&gt;&lt;P&gt;Where as Idoc is intermediate document, which is also called as data container.&lt;/P&gt;&lt;P&gt;It can exchange data with in Sap systems using ALE,&lt;/P&gt;&lt;P&gt;and from SAP to Non SAP system using EDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Usha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 09:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-scripts-and-idocs/m-p/2277146#M495400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T09:16:48Z</dc:date>
    </item>
  </channel>
</rss>

