<?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: Moving data to a structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320409#M165189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;AS PER YOUR REQUIREMENT YOU HAVE TO CREATE A STRUCTRE AND THE DATAELEMENT AND DOMAIN SHOULD BE SAME AS THE FIEID OF VA01, OTHERWISE IT WILL GIVE THE ERROR.IF YOU ACCEPTING DAT VALUE IN THA VA01 SCREEN FOR THAT YOU CANT CREATE A CHARACTER FIELD IN YOUR STRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2006 03:39:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-26T03:39:10Z</dc:date>
    <item>
      <title>Moving data to a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320408#M165188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I am working on sales order-VA01.&lt;/P&gt;&lt;P&gt;Once i fill the VA01 Transction all the input parameters should go to an external database system and get the freight rate back. However the external system can read data only in structure CHAR format or STRING format.&lt;/P&gt;&lt;P&gt;My Apporach for this was i created a structure in SE11 with all the input parameters in VA01. However when i created the structure i had to create data element and domain for some of the fields as CHAR format. So when i input all the parameters in VA01 how would the structure recognize that a particular input is for a particular fiels in sturture.&lt;/P&gt;&lt;P&gt;Eg - When i input the shipping date in VA01 it is in DATS format. However in the structure the field is Delivery date with CHAR format.&lt;/P&gt;&lt;P&gt;So the date that i enter in VA01 should get into the structure in CHAR format.&lt;/P&gt;&lt;P&gt;SO do i need to move all the values i input into structure from VA01.&lt;/P&gt;&lt;P&gt;If so how can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on thsi will be highly Appericiated.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 03:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320408#M165188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T03:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data to a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320409#M165189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;AS PER YOUR REQUIREMENT YOU HAVE TO CREATE A STRUCTRE AND THE DATAELEMENT AND DOMAIN SHOULD BE SAME AS THE FIEID OF VA01, OTHERWISE IT WILL GIVE THE ERROR.IF YOU ACCEPTING DAT VALUE IN THA VA01 SCREEN FOR THAT YOU CANT CREATE A CHARACTER FIELD IN YOUR STRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 03:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320409#M165189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T03:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data to a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320410#M165190</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;one way would be to create a structure which is in the same data element format as the VA01 and then moving it into the structure required by the External system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 04:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320410#M165190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T04:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data to a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320411#M165191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;What you can do is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- create an new structure using the SE11 and combine the&lt;/P&gt;&lt;P&gt;  fields of VBAK and VBAP that you need for the&lt;/P&gt;&lt;P&gt;  external system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- use the same names as VBAK/VBAP but only character &lt;/P&gt;&lt;P&gt;  types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- fill the structure using the MOVE-CORRESPONDING command&lt;/P&gt;&lt;P&gt;  This command transports the values to name identical &lt;/P&gt;&lt;P&gt;  fields and it should do a type conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check it out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be nice if that helped a bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 05:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320411#M165191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T05:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Moving data to a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320412#M165192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rainer,&lt;/P&gt;&lt;P&gt;Thanks a lot for the reply. This is what i was looking for but i am not sure as how to code it. Do you have a sample code which i can use for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 15:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-to-a-structure/m-p/1320412#M165192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T15:05:53Z</dc:date>
    </item>
  </channel>
</rss>

