<?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: Parameterizing the text data recorded using SAPGUI. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135822#M113047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash and fredric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ECATT tool to record VAO1 in which the text needs to be maintained for a line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This text will vary depend upon the case and I need to parameterize it.But,as Bikash mentioned the text will not be stored like any field or data element,then is it any other way of capturing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishwakarma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2006 08:53:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-20T08:53:22Z</dc:date>
    <item>
      <title>Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135818#M113043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to record the text input we are providing at item data level say for example,Packing item text for the transaction VA01 using SAPGUI recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to capture the text input after recording those values inside but I am not able to parameterize so that I can change the data everytime to be given as input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is possible to parameterize  what steps that we need to followed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishwakarma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 07:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135818#M113043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T07:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135819#M113044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to modify or create a field-exit. That will allow you to catch all value set into a field before SAP use it in the transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 07:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135819#M113044</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-02-20T07:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135820#M113045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont think u can use recording method to upload ur LONG TEXTS since these texts are not stored as other fields in the table. they can instead be put using FM 'SAVE_TEXT' in which u need to provide the id,object and name. These parameters u can have an idea by going into the SApscript editor of the text ( in the transaction itself, below the box where u enter the text, u have a DETAIL button, click it), then in the editor GOTO&lt;DEL&gt;&amp;gt;HEADER&lt;/DEL&gt;&amp;gt; u ll c the parameters.&lt;/P&gt;&lt;P&gt;Text Name  &lt;/P&gt;&lt;P&gt;Language   &lt;/P&gt;&lt;P&gt;Text ID    &lt;/P&gt;&lt;P&gt;Text object&lt;/P&gt;&lt;P&gt;These r to be passed to the FM to upload the text properly. The parameter NAME &amp;amp; ID depends on the item no.&lt;/P&gt;&lt;P&gt;other 2 are fixed.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 07:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135820#M113045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T07:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135821#M113046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash and fredric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ECATT tool to record VAO1 in which the text needs to be maintained for a line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This text will vary depend upon the case and I need to parameterize it.But,as Bikash mentioned the text will not be stored like any field or data element,then is it any other way of capturing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishwakarma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 08:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135821#M113046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135822#M113047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash and fredric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ECATT tool to record VAO1 in which the text needs to be maintained for a line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This text will vary depend upon the case and I need to parameterize it.But,as Bikash mentioned the text will not be stored like any field or data element,then is it any other way of capturing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishwakarma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 08:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135822#M113047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135823#M113048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishwakarma,&lt;/P&gt;&lt;P&gt; as i mentioned in my previous message, u can upload the text using function module 'SAVE_TEXT' n passing the 4 parameters. This u need to do after u have uploaded ur other details for the sales order. So, u ll have 2 sets of data in flat file. one flat fiel has sales order data which u can upload using CATT and the other file conatains only the item no. and texts related to every item. In ur text upload program, u ll have to loop thru ur data and call this FM to upload the texts.&lt;/P&gt;&lt;P&gt;Similarly, To read these texts from SAP, u use FM 'READ_TEXT'.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 09:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135823#M113048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing the text data recorded using SAPGUI.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135824#M113049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bikash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 09:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameterizing-the-text-data-recorded-using-sapgui/m-p/1135824#M113049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:30:43Z</dc:date>
    </item>
  </channel>
</rss>

