<?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: Populate missing value when executing SQ01 query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592769#M2010321</link>
    <description>&lt;P&gt;Thanks for the response! I do not have much ABAP experience, this is just a legacy transaction/query used for one site that no longer works due to the missing warehouse no. field in deliveries now. Unfortunately SQ01/SQ02 is my only option at this moment in time; I was hoping there would be quick way to intiialize the value of LIPS-LGNUM after the selection screen but prior to the report being pulled as to make the system think there is actually a value there.&lt;/P&gt;&lt;P&gt;I feel like I can accomplish this with one line of ABAP under the "Code" area of the infoset but I just am not sure how to approach it. I've tried LIPS-LGNUM = 'XX'. but I don't know if that is the appropriate way to go about this.&lt;/P&gt;&lt;P&gt;Thanks again for your input!&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 21:52:12 GMT</pubDate>
    <dc:creator>mark_j15</dc:creator>
    <dc:date>2022-09-28T21:52:12Z</dc:date>
    <item>
      <title>Populate missing value when executing SQ01 query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592767#M2010319</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;We have an existing query in SQ01/SQ02 that we run to calculate pallets needed on an existing delivery. The calculation is total delivery quantity / LE QTY. The issue is that we have moved one of our plant SLOCs off of WM and now when running the query the LE QTY is 0 since there is no warehouse no. on the delivery.&lt;/P&gt;
  &lt;P&gt;Is it possible that I default/hard-code the warehouse number to "populate" the missing warehouse no. value after I hit execute at the query selection screen? Essentially, I am trying to trick the system into thinking that the delivery has warehouse value "XX" attached when in reality it is blank; otherwise we cannot get access to the LE qty maintained for the same plant but different SLOC (IM managed). The warehouse value will not change so it is to be a fixed value. I'm not an ABAPer, so I wasn't sure if it's as straightforward as setting MLGN-LGNUM = 'XX'. in the "Code" section under the infoset or if there is more I need to do.&lt;/P&gt;
  &lt;P&gt;Any advice is much appreciated! Thank you,&lt;/P&gt;
  &lt;P&gt;-Z&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 20:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592767#M2010319</guid>
      <dc:creator>mark_j15</dc:creator>
      <dc:date>2022-09-28T20:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Populate missing value when executing SQ01 query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592768#M2010320</link>
      <description>&lt;P&gt;Are you an ABAP developer?&lt;/P&gt;&lt;P&gt;I can only recommend you to get rid of those bloody queries, because maintaining and transporting them is a pain in the a**!&lt;BR /&gt;Recently I've replaced 3 queries with simple straight-forward ALV reports using class CL_SALV_GUI_TABLE_IDA and CDS views (see &lt;A href="https://codezentrale.de/tag/cl_salv_gui_table_ida/)" target="test_blank"&gt;https://codezentrale.de/tag/cl_salv_gui_table_ida/)&lt;/A&gt;.&lt;BR /&gt;But of course this can also be achieved via CL_SALV_TABLE.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 21:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592768#M2010320</guid>
      <dc:creator>thkolz</dc:creator>
      <dc:date>2022-09-28T21:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Populate missing value when executing SQ01 query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592769#M2010321</link>
      <description>&lt;P&gt;Thanks for the response! I do not have much ABAP experience, this is just a legacy transaction/query used for one site that no longer works due to the missing warehouse no. field in deliveries now. Unfortunately SQ01/SQ02 is my only option at this moment in time; I was hoping there would be quick way to intiialize the value of LIPS-LGNUM after the selection screen but prior to the report being pulled as to make the system think there is actually a value there.&lt;/P&gt;&lt;P&gt;I feel like I can accomplish this with one line of ABAP under the "Code" area of the infoset but I just am not sure how to approach it. I've tried LIPS-LGNUM = 'XX'. but I don't know if that is the appropriate way to go about this.&lt;/P&gt;&lt;P&gt;Thanks again for your input!&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 21:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592769#M2010321</guid>
      <dc:creator>mark_j15</dc:creator>
      <dc:date>2022-09-28T21:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Populate missing value when executing SQ01 query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592770#M2010322</link>
      <description>&lt;P&gt;Can you tell us which tables have been joined in the Infoset?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 05:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-missing-value-when-executing-sq01-query/m-p/12592770#M2010322</guid>
      <dc:creator>Jeansy</dc:creator>
      <dc:date>2022-09-29T05:59:19Z</dc:date>
    </item>
  </channel>
</rss>

