<?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: how to use POP_GET_VALUES function module in VA01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336928#M5804</link>
    <description>&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;Please reply on my above comment .&lt;/P&gt;&lt;P&gt;Waiting for your answer.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2016 09:43:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-11-02T09:43:19Z</dc:date>
    <item>
      <title>how to use POP_GET_VALUES function module in VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336923#M5799</link>
      <description>&lt;P&gt;Hi experts..&lt;/P&gt;&lt;P&gt;I want to use pop_up window at sales order header data level when i will enter  sold to party then that popup should come, for that where I have to call this pop_up in Program SAPMV45A by use of implicit enhancement and how to pass that pop-up filed value in select query(in Where condition)..&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2016 16:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336923#M5799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-23T16:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to use POP_GET_VALUES function module in VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336924#M5800</link>
      <description>&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;sorry but i cannot understand what do you mean with &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;and how to pass that pop-up filed value in select query(in Where condition).&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For the "where", it's easy to find: &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Enter in VA01&lt;/LI&gt;&lt;LI&gt;In the SO main screen, put /H in the command field and press enter&lt;/LI&gt;&lt;LI&gt;Add/change a Sold to Party &lt;/LI&gt;&lt;LI&gt;The debugger will start and you can see the form, the includ and all the other informations you need to place your enhancement&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 27 Oct 2016 07:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336924#M5800</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-10-27T07:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to use POP_GET_VALUES function module in VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336925#M5801</link>
      <description>&lt;P&gt;Thank you Simone Milesi, &lt;/P&gt;&lt;P&gt;My requirement is that , I have to fetch data from custom table at Sales order header level data and pass this data to item level, for that I have to add fields at header level and that we can done thorough access key in screen 8309, but i won't use access key.&lt;/P&gt;&lt;P&gt;so I was thinking about, one pop-up window should be come at header level when I will enter sold to party in VA01, for that I have searched we can generate pop_up by use of function module pop_up_get_value. &lt;/P&gt;&lt;P&gt;is it possible ? if possible then where to attach this pop_up_get function module in SAPMV45A..&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 16:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336925#M5801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-27T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to use POP_GET_VALUES function module in VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336926#M5802</link>
      <description>&lt;P&gt;I think you are overcomplicating your work.&lt;/P&gt;&lt;P&gt;You have to fill some Item or Header fields? Because you say you add them at &lt;STRONG&gt;header &lt;/STRONG&gt;level and that you have to pass them to &lt;STRONG&gt;item &lt;/STRONG&gt;level.&lt;/P&gt;&lt;P&gt;So i'm still a bit confused.&lt;/P&gt;&lt;P&gt;Anyway, you do not have to enhance standard code, but you can rely on the old and reliable user-exits (check include MV45AFZZ).&lt;/P&gt;&lt;P&gt;There is the event/form userexit_field_modification: put here a break point and check if it's triggered when you change your Sold-to-Party (or any field you want to trigger).&lt;/P&gt;&lt;P&gt;Show your popup (but if you have to store at header level, add the custom screen for Customer Data B, there are plently of examples and tutorials if you search)&lt;/P&gt;&lt;P&gt;Then in userexit_save_document_prepare i would work on SO items according the value.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 07:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336926#M5802</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-10-28T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to use POP_GET_VALUES function module in VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336927#M5803</link>
      <description>&lt;P&gt;Thank you so much Simone for understanding my requirement.&lt;/P&gt;&lt;P&gt;#1  I am new in SAP and working on Dummy IDES system and trying to learn new things and working on that.&lt;/P&gt;&lt;P&gt;#2  I can't add field in Tab Customer Data B because that require Access key.&lt;/P&gt;&lt;P&gt;#3  I am trying to explain my requirement in little bit depth, Suppose We have to take the value of freight charges  value from custom tables and that charges will be calculate based on delivery location and weight of consignment, when you will enter sold to party in VA01.&lt;/P&gt;&lt;P&gt;#4  For location(From location and To location) or weight, We have to add three fields at Sales Order header level for that I am trying to using Pop_up window of three field from that we can fetch data from custom table but I can't  add filed without use of access key.&lt;/P&gt;&lt;P&gt;#5 If i will enter sold to party in VA01 then that pop-up should come with 3 fields, if will enter value in pop_up then fetch the freight charges value from custom table then pass that value(KBETR) to item level and that will be final price(net value).&lt;/P&gt;&lt;P&gt;#6 But where I have to call that Popup_get_value function module in SAPMV45A(Means in which exit) and there I can write my select query also.&lt;/P&gt;&lt;P&gt;I hope you will understand my query.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 07:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336927#M5803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-31T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to use POP_GET_VALUES function module in VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336928#M5804</link>
      <description>&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;Please reply on my above comment .&lt;/P&gt;&lt;P&gt;Waiting for your answer.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-pop-get-values-function-module-in-va01/m-p/336928#M5804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-02T09:43:19Z</dc:date>
    </item>
  </channel>
</rss>

