<?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: T-Code: OAOH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276696#M151675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if any parameter id is set with the document id that was created. If yes, you can retreive the same using GET PARAMETER statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also do a select on the database table where this value is stored and retreive from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2006 07:34:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-17T07:34:27Z</dc:date>
    <item>
      <title>T-Code: OAOH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276693#M151672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can create archive link with OAOH transaction. After I have created archive link, I am getting 'Document ID'. I want to create archive link and get Document ID by programatically. I can use batch input to create archive link, but I can not get document ID. What can I do? Is it possible to get Document ID using batch input? If not, how can I get the Document ID?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 21:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276693#M151672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T21:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code: OAOH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276694#M151673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using BDCDATA, then can you do a call transaction instead of batch input? That way you can get the messages back to you which you can read and find out the document id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 22:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276694#M151673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T22:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code: OAOH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276695#M151674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinavas,&lt;/P&gt;&lt;P&gt;After OAOH, the document id is not return with message, it can be seen on the screen. Is there any solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 07:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276695#M151674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code: OAOH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276696#M151675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if any parameter id is set with the document id that was created. If yes, you can retreive the same using GET PARAMETER statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also do a select on the database table where this value is stored and retreive from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 07:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276696#M151675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T07:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code: OAOH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276697#M151676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting from db table is a solution, I am already using this solution. But, getting from db is not solve our problem completely. The full solution should be getting the document id from OAOH. I have debugged OAOD to find which functions have used. But its implementation is complex, and there are a lot of controls. I can not trust to call OAOH functions directly. Why there is no BAPI to implement OAOH?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 07:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-oaoh/m-p/1276697#M151676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-17T07:57:44Z</dc:date>
    </item>
  </channel>
</rss>

