<?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 How to create a Custom LIS structure? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219482#M476366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to build a custom LIS like S031.This table is having a date wise data.&lt;/P&gt;&lt;P&gt;I want to SUM them and compress it to monthly data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2007 14:18:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-01T14:18:48Z</dc:date>
    <item>
      <title>How to create a Custom LIS structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219482#M476366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to build a custom LIS like S031.This table is having a date wise data.&lt;/P&gt;&lt;P&gt;I want to SUM them and compress it to monthly data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 14:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219482#M476366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Custom LIS structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219483#M476367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveeen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use transaction MC21 to create custom info structure by copying from standard info structure S031.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ensure you give custom info structure name greater than S500 (i.e S531).&lt;/P&gt;&lt;P&gt;Range from S000 to S500 is belong to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use transaction MCSZ to generate a program for transferring data from S031 to S531. Please check the online documentation for step by step processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, you can use transaction MC9C to generate standard report for S531. In this report, you can perform subtotal and total based on the characteristic (key fields) of S531. No need to sum the records.&lt;/P&gt;&lt;P&gt;This is a drill down reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help to start with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 14:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219483#M476367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Custom LIS structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219484#M476368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lianto,&lt;/P&gt;&lt;P&gt;I did create it by MC21 and activated it  .Could you send me online link for MCSZ t-code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 14:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219484#M476368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Custom LIS structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219485#M476369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send me online link for MCSZ t-code?&lt;/P&gt;&lt;P&gt;The online documentation is inside transaction MCSZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Enter S531 for source info struc. &lt;/P&gt;&lt;P&gt;2. Press Enter.&lt;/P&gt;&lt;P&gt;3. Go to Scenario area. Select the appropriate subject and click on documentation. &lt;/P&gt;&lt;P&gt;4. You can also check the template as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please check this LIS document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLIS/LOLIS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLIS/LOLIS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 14:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219485#M476369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Custom LIS structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219486#M476370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I   just  wanted  to thank you,   As   I   had a  problem  with LIS structure creation and  when  I browsed  SDN  I  found your post   useful.&lt;/P&gt;&lt;P&gt;Thank  you  once  again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can  I have  your  email. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 13:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-custom-lis-structure/m-p/2219486#M476370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T13:31:12Z</dc:date>
    </item>
  </channel>
</rss>

