<?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 create number for table field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364703#M1641426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I created one FM for sending mail  as  Adobe Form as an attachment....As per requirement at the same time  Zdbase table named Zstatus......will  we updated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains 12 fields......every time when this API run in Sap back ground a number is generated through number range and assigned to this uniquely identified Adobe Form......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more field is there in ZStatus table called Status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When mail sent status will be 'send' &lt;/P&gt;&lt;P&gt;When mail receive status will be 'Received'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;along with this field UI guys want there one more field named 'Status Key' is also embedded in Zstatus table...&lt;/P&gt;&lt;P&gt;and on the basis of this 'Status Key' field they can recgnize the status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my problem is that how to generate dynamically 'Status Key' number in my program....or It can be handle by text id concept..&lt;/P&gt;&lt;P&gt;please suggest me the solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rahul singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 11:25:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-06T11:25:14Z</dc:date>
    <item>
      <title>create number for table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364703#M1641426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I created one FM for sending mail  as  Adobe Form as an attachment....As per requirement at the same time  Zdbase table named Zstatus......will  we updated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains 12 fields......every time when this API run in Sap back ground a number is generated through number range and assigned to this uniquely identified Adobe Form......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more field is there in ZStatus table called Status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When mail sent status will be 'send' &lt;/P&gt;&lt;P&gt;When mail receive status will be 'Received'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;along with this field UI guys want there one more field named 'Status Key' is also embedded in Zstatus table...&lt;/P&gt;&lt;P&gt;and on the basis of this 'Status Key' field they can recgnize the status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my problem is that how to generate dynamically 'Status Key' number in my program....or It can be handle by text id concept..&lt;/P&gt;&lt;P&gt;please suggest me the solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rahul singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 11:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364703#M1641426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: create number for table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364704#M1641427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you know if email has been "received"?    You can capture an attempt to send, but that doesn't even mean that the email made it out of your mail system.  Ask your users what they expect to see in the "status key" and program for that.  Why would you even need this if you are already storing "send" or "received"?  the requirements seem unusually garbled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 12:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364704#M1641427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T12:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: create number for table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364705#M1641428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with the previous post that such requirement within SAP does not make sense. We can only track an attempt to send something (it might not even make it out of SAP, you'll never know until you look). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aside from that, if you need to have a key and a corresponding text value and want to utilize the SAP text/translation functionality, then just do it the same way SAP does - use a separate table with language key to store the descriptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 20:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364705#M1641428</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2011-12-06T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: create number for table field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364706#M1641429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate your valuable time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifor your information i tell you it can be acheived by created text-ids...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and second thing please understand the requirement if not possible please do not reply with abrupt answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u guys keep in your mind in future for replying the answer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway....thanks for your valuable comment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 05:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-number-for-table-field/m-p/8364706#M1641429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T05:01:21Z</dc:date>
    </item>
  </channel>
</rss>

