<?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 Extending vbap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540921#M1562387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have created a ZZ fiield in a Z append structrue of vbap.  And then added it to the item overview table control in screen 4900.  But when I enter data into this field on the sales order item grid the data gets lost as soon as I press return.  So it does not save to VBAP.  What have i missed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 18:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-20T18:23:03Z</dc:date>
    <item>
      <title>Extending vbap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540921#M1562387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have created a ZZ fiield in a Z append structrue of vbap.  And then added it to the item overview table control in screen 4900.  But when I enter data into this field on the sales order item grid the data gets lost as soon as I press return.  So it does not save to VBAP.  What have i missed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 18:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540921#M1562387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T18:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extending vbap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540922#M1562388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Force the field transport.  Did you add the field to the PAI loop processing for the table control flow logic or just on the screen layout itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540922#M1562388</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-01-20T19:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extending vbap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540923#M1562389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just the screen layout.  I thought since it was just an extension fo vbap I wouldn;t need to modify any PBO/PAI logic.  So any advice on where about in the PAI I should change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540923#M1562389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T19:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extending vbap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540924#M1562390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to write logic in Sales order exit (MV45AFZZ ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 20:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540924#M1562390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T20:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extending vbap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540925#M1562391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enter the value and then throw the transaction into debug immediately from the overview screen.  You'll probably find that yuor screen field value gets dropped because it isn't transported to the program.  You would want to do this in one of the big CHAINs before VBAP_BEARBEITEN is called, which is where the final validation occurs and where XVBAP gets appended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 20:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540925#M1562391</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-01-20T20:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extending vbap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540926#M1562392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I needed to add the new field to the chain statements as per OSS note 862228.  Once in here the user exit MV45AFZZ was getting called and I could pass the data to xvbap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 21:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extending-vbap/m-p/7540926#M1562392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T21:18:52Z</dc:date>
    </item>
  </channel>
</rss>

