<?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: STRUCTURE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957741#M394045</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;in the z include provided, you just have to write the new value thats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;kuagv-txtpa = 'new customer name'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 09:42:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T09:42:23Z</dc:date>
    <item>
      <title>STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957738#M394042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which command can i use to change the contents of a structure. an axample code will just be fine. i want to chane name of a one time customer when creating a sales order on va01. i am using exit MV45AFZZ and the field that requires changing is KUAGV-TXTPA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 09:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957738#M394042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957739#M394043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Willard,&lt;/P&gt;&lt;P&gt;    Just assign the new value to that field:&lt;/P&gt;&lt;P&gt;KUAGV-TXTPA  = &amp;lt;New value&amp;gt;.&lt;/P&gt;&lt;P&gt;Is this what you are looking for ? Please revrt if you need something else.&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>Wed, 28 Feb 2007 09:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957739#M394043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T09:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957740#M394044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jut check the fn module exits export parameters if there is any thing like that.&lt;/P&gt;&lt;P&gt;then just assign your value on the field. suppose the export parameter name is &lt;/P&gt;&lt;P&gt;ES_KUAGV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just assign&lt;/P&gt;&lt;P&gt;ES_KUAGV-TXTPA = '&amp;lt;your value&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 09:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957740#M394044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957741#M394045</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;in the z include provided, you just have to write the new value thats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;kuagv-txtpa = 'new customer name'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 09:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957741#M394045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957742#M394046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did that but its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 17:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1957742#M394046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T17:07:35Z</dc:date>
    </item>
  </channel>
</rss>

