<?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: Data transfer. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892933#M934703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In print program declare a statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables: NAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In NAST-OBJKY+0(10) field you will get the delivery number.&lt;/P&gt;&lt;P&gt;from that you can select from LIKP and LIPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these code will be in a subroutine which will be called thorugh output type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM ENTRY USING RETURN_CODE  TYPE ANY        "#EC NEEDED&lt;/P&gt;&lt;P&gt;                P_US_SCREEN   TYPE ANY.       "#EC NEEDED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not use selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 12:43:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T12:43:55Z</dc:date>
    <item>
      <title>Data transfer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892932#M934702</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;I was assigned new output type for delivary application(V2).and assigned new program and form routine.&lt;/P&gt;&lt;P&gt;now i want to write the logic in new program.&lt;/P&gt;&lt;P&gt;my requirement is ,when we are creating the delivery document ,download this data into one flat file and send this flat file to one FTP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issues are: 1.based on what criteria we down load the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In this program we use any selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892932#M934702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T08:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892933#M934703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In print program declare a statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables: NAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In NAST-OBJKY+0(10) field you will get the delivery number.&lt;/P&gt;&lt;P&gt;from that you can select from LIKP and LIPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these code will be in a subroutine which will be called thorugh output type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM ENTRY USING RETURN_CODE  TYPE ANY        "#EC NEEDED&lt;/P&gt;&lt;P&gt;                P_US_SCREEN   TYPE ANY.       "#EC NEEDED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not use selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892933#M934703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892934#M934704</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;This answer is very helpful to me. Thanks a lot.&lt;/P&gt;&lt;P&gt;I have one more issue that is , i created delivery document for particular shiping point.&lt;/P&gt;&lt;P&gt;after creating this delivery document ,i checked the output from menu bar,in the displayed screen it shows&lt;/P&gt;&lt;P&gt;status pending.(this is because of configuration settings)&lt;/P&gt;&lt;P&gt;1.Now i want download only the pending documents data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Why we use the VL71 t.code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 16:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3892934#M934704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T16:52:06Z</dc:date>
    </item>
  </channel>
</rss>

