<?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: VA02 Additional Screen B Values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274965#M1019943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*VBAP does not have the values..and XVBAP does not even have this additional fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the Chain... End Chain Operation too but in vain.. it shows the values there but dont know where they get disappeared when it comes to User Exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the check to be done only after save.. temporarily I have exported the VBAP Structure value to memory ID and importing it again in the user exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a bigger doubt here.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;How can I append multiple rows to an internal table which exists in the memory ID.. should I import it every time and append it and then export it again&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever the user comes out the transaction I want this memory ID to be cleared because as far as I know memory ID retains for the session..when the user switches to a different sales order I do not want the memory ID values to retain there which might cause hinderances..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me a way for this.. please explain me this using Memory ID for internal tables...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 13:39:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-07T13:39:47Z</dc:date>
    <item>
      <title>VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274961#M1019939</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 have implemented the customer exit for VA02, 8459 screen which contains additional item data fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have appended a new structure to VBAP which contains custom fields namely VBAP-ZFIELD1 and VBAP-ZFIELD2 and placed these fields on 8459 screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem I currently face is --I want to check whether the user has entered all the fields in this additional screen in the user exit but I do not see any values loaded these 2 fields at runtime VBAP-ZFIELD1 and VBAP-ZFIELD2 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though they get saved to VBAP table after saving.. can somebody please guide me where these values could be.. I mean structure name.. I have already checked the XVBAP for this purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Grame Smith on Aug 7, 2008 3:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274961#M1019939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274962#M1019940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you tried this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*VBAP&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see them in screen field variables then you have to use CHAIN and ENDCHAIN in the flow logic. and include those fields inside the chain and endchain..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274962#M1019940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274963#M1019941</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;U won't find them in any of the temporary structures XVBAP,YVBAP...becoz sap standard program won't have ur field values....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to check in the PAI of the screen u mentioned..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if zfield1 is initial...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if zfield2 is initial.&lt;/P&gt;&lt;P&gt;endif..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274963#M1019941</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-08-07T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274964#M1019942</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;But where are u checking them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the system can store the value of new fields, it means they're loaded in temporany table XVBAP, so u should check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274964#M1019942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274965#M1019943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*VBAP does not have the values..and XVBAP does not even have this additional fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the Chain... End Chain Operation too but in vain.. it shows the values there but dont know where they get disappeared when it comes to User Exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the check to be done only after save.. temporarily I have exported the VBAP Structure value to memory ID and importing it again in the user exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a bigger doubt here.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;How can I append multiple rows to an internal table which exists in the memory ID.. should I import it every time and append it and then export it again&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever the user comes out the transaction I want this memory ID to be cleared because as far as I know memory ID retains for the session..when the user switches to a different sales order I do not want the memory ID values to retain there which might cause hinderances..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me a way for this.. please explain me this using Memory ID for internal tables...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274965#M1019943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274966#M1019944</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;U said: "XVBAP does not even have this additional fields"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's strange, XVBAP is like structure VBAPVB and this structure includes the VBAP so it should have your additional fields too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274966#M1019944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274967#M1019945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well just checked it again.. doesnt have it &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274967#M1019945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: VA02 Additional Screen B Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274968#M1019946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does have values.. I was partially blind who could not notice that XVBAP contains many appended structures along with VBAP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just like VBAP holds the appended custom fields at last I was checking only the last fields of XVBAP too which was the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks a ton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 09:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va02-additional-screen-b-values/m-p/4274968#M1019946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T09:36:59Z</dc:date>
    </item>
  </channel>
</rss>

