<?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: External Batch Number user-exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181988#M999675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply, however the code does not work.&lt;/P&gt;&lt;P&gt;AFKO is not visible from within the user-exit. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need some more advice and help. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 09:08:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-24T09:08:16Z</dc:date>
    <item>
      <title>External Batch Number user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181986#M999673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently doing a user-exit to implement an external batch number logic. I'm using EXIT_SAPLV01Z_002 for this. However, part of the batch numbering logic requires that I get release date from CO01/CO02 "general tab" section. This is CAUFVD-FTRMS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get  CAUFVD-FTRMS from within the user-exit? I'm using field-symbols below:&lt;/P&gt;&lt;P&gt;  tx_resbd = '(SAPLCOKO1)caufvd'.&lt;/P&gt;&lt;P&gt;  ASSIGN (tx_resbd) TO &amp;lt;fs&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the code is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me with this matter. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 01:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181986#M999673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T01:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: External Batch Number user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181987#M999674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;     Use this code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tx_resbd = '(SAPLCOKO1)AFKO[]'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (tx_resbd) TO &amp;lt;fs&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTRMS field is there in table AFKO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181987#M999674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T05:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: External Batch Number user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181988#M999675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply, however the code does not work.&lt;/P&gt;&lt;P&gt;AFKO is not visible from within the user-exit. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need some more advice and help. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 09:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181988#M999675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: External Batch Number user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181989#M999676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Please reward if useful.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rules&lt;EM&gt;of&lt;/EM&gt;Engagement] about "points begging". In future, points might also be removed (initialized...) for ignoring the rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure there are some "rules" about ASSIGN as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 10:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-batch-number-user-exit/m-p/4181989#M999676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T10:32:42Z</dc:date>
    </item>
  </channel>
</rss>

