<?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: Copy document numbers between transactions -pls help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217353#M767280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using &lt;STRONG&gt;Export to Memory&lt;/STRONG&gt; and Later &lt;STRONG&gt;Import from Memory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the tricky part would be find a proper exit in standard transaction to do that part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Le'me know the exact scenario and we'll look further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Dec 2007 12:53:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-29T12:53:13Z</dc:date>
    <item>
      <title>Copy document numbers between transactions -pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217352#M767279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seen some of the document numbers can be copied to immediately after the next transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do it in our own transaction to standard transaction, and standard transaction to our own transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me on this.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 10:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217352#M767279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T10:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy document numbers between transactions -pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217353#M767280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using &lt;STRONG&gt;Export to Memory&lt;/STRONG&gt; and Later &lt;STRONG&gt;Import from Memory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the tricky part would be find a proper exit in standard transaction to do that part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Le'me know the exact scenario and we'll look further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 12:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217353#M767280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T12:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copy document numbers between transactions -pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217354#M767281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically this is handled by parameter ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen fields can have attriubutes that are the parameter id, and whether the field is set or get parameter. You can see this in the screen painter.  If an SAP standard transaction has the field as a set parameter ID, it will be set to memory and if you want to read it in your custom program, just check what the parameter ID is, and then use the statement: get parameter id &amp;lt;pid&amp;gt; value &amp;lt;variable&amp;gt;.  (You might want to check the F1 help for the exact syntax).  Or in your own custom screen, you can set the same attributes and this should work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this didn't confuse things too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 20:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217354#M767281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copy document numbers between transactions -pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217355#M767282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many transactions issue success messages like "document nnn has been created". You can use SY-MSGV1 to get the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 00:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-document-numbers-between-transactions-pls-help/m-p/3217355#M767282</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-12-30T00:21:20Z</dc:date>
    </item>
  </channel>
</rss>

