<?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: Validate Text Object/Id for sales Docs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417178#M200592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if SD_TEXTID_TEXTPROCEDURE_CHECK will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 19:36:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T19:36:50Z</dc:date>
    <item>
      <title>Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417158#M200572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  WE have aprogram that updates header and item texts for sales documents. The problem is that the users sometimes give the wrong Object/Id combinations for sales docs and the BAPI is not giveng any error messages. Is there any method to validate if a Textobject/Id is valid for a particular sales document type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417158#M200572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417159#M200573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid not. Because it will be the same TEXT OBJECT and TEXT ID for a given TEXT (HEADER / ITEM ...) for all the documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am unable to understand is why is that user is manually choosing the TDOBJECT and TDID. It should more like VA02, where in he chooses HEADER TEXT / ITEM TEXT / ITEM DELIVERY NOTE, then you internall set the values for the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417159#M200573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417160#M200574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi harikrishnan,&lt;/P&gt;&lt;P&gt; If it is a slaes order header text, then the text object /id can be validated against VBAK table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single *&lt;/P&gt;&lt;P&gt;from VBAK&lt;/P&gt;&lt;P&gt;where vbeln = &amp;lt;Text Object&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Item texts you can validate against VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single *&lt;/P&gt;&lt;P&gt;from VBAP&lt;/P&gt;&lt;P&gt;where vbeln = &amp;lt;10 characters or Text Object&amp;gt;&lt;/P&gt;&lt;P&gt;  and posnr = &amp;lt;Remaining characters of Text Object&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417160#M200574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417161#M200575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;  This is a batch program that reads in a file and updates the texts for orders. I think you got my question wrong. For e.g if the input file contains texts for ZFOR ( this is a custom type we have for forecasts) type orders, and the user put in VBBK/01 which is not there in the text determintaion procedure for that document type, i need to give an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417161#M200575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417162#M200576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that is the case you can validate against the TTXID table where in you check for the combination and existence of the TDOBJECT and TDID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOte : Please mark all the helpful answers and close the thread if the question is answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417162#M200576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417163#M200577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;  This table does not have the information at a order type level. I need to do the validation, i.e if a text object/id is valid for a particular order type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417163#M200577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417164#M200578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are modifying existing tables, In that case STXH and STXL are the only table that you can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, fire a READ_TEXT and then see the output to see if its a valid parameter and do the SAVE_TEXT / BAPI whichever one you are doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, these paramaters are not specific to the ORDER TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 14:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417164#M200578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417165#M200579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any configuration table where i can get all valid textobject/Id's that are maintaied for an order type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 15:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417165#M200579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417166#M200580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching a TEXT OBJECT / ID to a specific order is a transaction and not a configuration. At the same time as I said the texts are attached to a order type, as the texts will have to be valid for all the order types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if at all there is any config, that is in TTXID table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 15:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417166#M200580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T15:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417167#M200581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;  Yes, that is what i am looking for. The table that can give me the text objects (not transaction data) valid for a order type. like we define that VBBK/001 is a valide text for TA order type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 17:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417167#M200581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T17:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417168#M200582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked table &amp;lt;b&amp;gt;TTXG&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;TTXGT&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 17:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417168#M200582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T17:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417169#M200583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link is through the document type. TVAK has the order type information. Associated to it is a text procedure which is stored in TTXG. Associated with each text procedure, are text objects and text ids, which are stored in TTXS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 17:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417169#M200583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417170#M200584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;  Thanks for the Info. But i found that TTXS contains all the text ids, but TTXER contain the ones that actually appear on VA02. I THINK that the missing step here is that you should look at the field on the TTXER table called "Reference/dupl.".&lt;/P&gt;&lt;P&gt;If there is an X in that field, then those are REALLY the only Text IDs that are active in a particular Text procedure. Am i correct in assumnng this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 18:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417170#M200584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T18:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417171#M200585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TTXER is the one that stores what text ids are relevant to a text determination procedure. So here, if I give a text determination procedure of 01(=sales header), object = VBBK, I get all the texts associated with the sales order header. The field you are referring to will only tell whether the text is referenced or duplicated (copied).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417171#M200585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417172#M200586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access sequence table TTXZ also comes into picture here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417172#M200586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417173#M200587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that TVAK has '08' as the text determination procedure for one order type. Header texts when i checked is correct . But item texts is VBBP 01 as seen from transaction VOTXN. Can you please tell me which table gives the item procedure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417173#M200587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417174#M200588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh sorry, it is TVAP, i got it thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417174#M200588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417175#M200589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same TTXER, TDOBJECT = VBBP and TXTGR = 01. Why you are not getting the text ids like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your requirement? Why are you reading config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417175#M200589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417176#M200590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, yes, item text procedures are tied to item categories. That is why you need to take the item category to find the procedure assigned to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417176#M200590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Text Object/Id for sales Docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417177#M200591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;  We have a batch Job that updates texts for sales documents. The program takes an input file that has order no/line/text object/id and text. Some times users put the wrong text object/id. So we need to validate before using the BAPI if that object/id is valid for that order/line and give an error message if not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 19:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-text-object-id-for-sales-docs/m-p/1417177#M200591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T19:35:08Z</dc:date>
    </item>
  </channel>
</rss>

