<?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: Insert fields to CS15 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523103#M1069312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly the same problem :  &lt;/P&gt;&lt;P&gt;I would like ADD in the ALV report of the transaction CS15 the field MARC-MMSTA (material status).&lt;/P&gt;&lt;P&gt;I add this field in the specific structure CI_STPO, but I didn't find solution to fill the field when I execute the CS15 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you find a solution to add field in CS15 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 09:46:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-24T09:46:24Z</dc:date>
    <item>
      <title>Insert fields to CS15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523102#M1069311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want insert some fields to output ALV (Material Where-Used List) of Tcode CS15.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hassan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 08:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523102#M1069311</guid>
      <dc:creator>mehrdad_taghipour</dc:creator>
      <dc:date>2008-09-20T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Insert fields to CS15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523103#M1069312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly the same problem :  &lt;/P&gt;&lt;P&gt;I would like ADD in the ALV report of the transaction CS15 the field MARC-MMSTA (material status).&lt;/P&gt;&lt;P&gt;I add this field in the specific structure CI_STPO, but I didn't find solution to fill the field when I execute the CS15 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you find a solution to add field in CS15 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 09:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523103#M1069312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T09:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insert fields to CS15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523104#M1069313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Sorry for interrupt, I was in vacation.&lt;/P&gt;&lt;P&gt;Yes I solved this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to source code 'RCS15001' and find Function Module  'REUSE_ALV_GRID_DISPLAY' .&lt;/P&gt;&lt;P&gt;Now change internal table 'alv_ltb' based on the your requested field. You should insert your field into this internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mehrdad Taghipour on Nov 3, 2008 6:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 05:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523104#M1069313</guid>
      <dc:creator>mehrdad_taghipour</dc:creator>
      <dc:date>2008-11-03T05:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert fields to CS15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523105#M1069314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem, where exactly should in insert it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see where you pointing  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;      t_outtab = alv_ltb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to add the field to this internal table: alv_ltb?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be very kind if you could help me with this question!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 13:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-fields-to-cs15/m-p/4523105#M1069314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T13:18:52Z</dc:date>
    </item>
  </channel>
</rss>

