<?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: WIP table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787770#M1879545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please someone help I used SUBMIT statement and called the report COMLWIPDISP in my zprogram. Now how I can I retrieve the values from the report into my ZProgram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Nov 2014 12:02:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-29T12:02:14Z</dc:date>
    <item>
      <title>WIP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787769#M1879544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I had requirement to get the WIP standard amount and WIP percentage change amount. I can see these details in COMLWIPDISP transaction but is there any tables where these values are stored. I checked many forums but did not get much help. Please someone help its really urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 10:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787769#M1879544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T10:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: WIP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787770#M1879545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please someone help I used SUBMIT statement and called the report COMLWIPDISP in my zprogram. Now how I can I retrieve the values from the report into my ZProgram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 12:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787770#M1879545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-29T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: WIP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787771#M1879546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your first post, before running COMLWIPDISP in another session windows go to ST05 activate trace (make sure only SQL trace checkbox is set it), go back to COMLWIPDISP run it so the data is showed. Go Back to ST05 deactive trace and "display trace", leave those parameter and press ok, the next screen will show you all the tables used in that lap of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can know where the info is searched. This work every time you dont know the tables but you know how to display it via transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this blog fo more detailed info&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="44587" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="The SQL Trace (ST05) &amp;#150; Quick and Easy" href="https://community.sap.com/" modifiedtitle="true" title="The SQL Trace (ST05) &amp;#150; Quick and Easy"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the second one, you should add to the SUBMIT statement "EXPORTING LIST TO MEMORY" en then catch it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tips/ABAP/SubmitReport.htm" title="http://www.saptechnical.com/Tips/ABAP/SubmitReport.htm"&gt;SAPTechnical.COM - Submit and Export List to Memory&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I advice you use the ST05 and find out wich table is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 14:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787771#M1879546</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2014-11-29T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: WIP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787772#M1879547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your reply. I checked using ST05 but not getting the 'WIP Price differences percentage change' amount. I could see the WIP standard in table COSB but not 'WIP Price differences percentage change' amount. I need to display these 2 amounts in my zprogram. I submit the report and used 'exporting list to memory' then used call function 'LIST_FROM_MEMORY' and call function 'LIST_TO_ASCI' but I don't want to write this data instead update to another internal table and then from internal table just select the fields that are required. Please someone help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 23:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787772#M1879547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-29T23:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: WIP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787773#M1879548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps the values that you need are calculated and Cant be retrive directly from DB. You could debug the standard program to check how those field are populated, perhaps&amp;nbsp; there is some functions that you could use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option, if you read the list from memory, you could parse that info and retrieve only the values that you need althought is not very elegant. The output that you get is separated with "|" ? then you could split string at "|" to see witch column number has the value that you need and then loop split and take the values that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMO debug the standard report and try to find out how the field is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 14:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787773#M1879548</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2014-11-30T14:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: WIP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787774#M1879549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I got the values from COSB table. Thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 10:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wip-table/m-p/10787774#M1879549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-03T10:41:04Z</dc:date>
    </item>
  </channel>
</rss>

