<?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 insert abap code in LSMW generated program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640770#M285416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you use the FORM provided by LSMW&lt;/P&gt;&lt;P&gt;To use this please do the following &lt;/P&gt;&lt;P&gt;1.Goto option &amp;lt;b&amp;gt;Maintain Field Mapping and Conversion Rules&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;2.Goto menu &amp;lt;b&amp;gt;EXTRAS-&amp;gt;LAYOUT-&amp;gt;Form Routines&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  Here you will now get many options like &lt;/P&gt;&lt;P&gt;   Global Data&lt;/P&gt;&lt;P&gt;   Begin of Transaction&lt;/P&gt;&lt;P&gt;Begin of Processing&lt;/P&gt;&lt;P&gt;Begin of Record&lt;/P&gt;&lt;P&gt;  like wise the End of these also.&lt;/P&gt;&lt;P&gt;Please put a breakpoint and check where you want to insert your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;This is only for the Conversion Program and does not affect the main program used to update the Standard Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi , I was reading your earlier post .. It seems that you have worked on EMIGALL. Consider a similar situation, it is like writing the code in the events till CALL01...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;DOminic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dominic  Pappaly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 16:50:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T16:50:31Z</dc:date>
    <item>
      <title>how to insert abap code in LSMW generated program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640769#M285415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m working on LSMW for loading data in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to insert abap code into the generated program....&lt;/P&gt;&lt;P&gt;it's because i have 1 BKPF segment (header data), 2 BSEG segments, but i cannot define rules by customizing for the second BSEG segment(LSMW doesn't permitt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already tried to insert code directly into the program, but obviously it disapears at each time i generate the program.&lt;/P&gt;&lt;P&gt;i saw that apparently a code insertion has already be made into this program and the subject of this insertion is to define rules for the second BSEG (exactly what i want to do....) and this modification doesn't disapear at new prog generation.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 14:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640769#M285415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert abap code in LSMW generated program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640770#M285416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you use the FORM provided by LSMW&lt;/P&gt;&lt;P&gt;To use this please do the following &lt;/P&gt;&lt;P&gt;1.Goto option &amp;lt;b&amp;gt;Maintain Field Mapping and Conversion Rules&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;2.Goto menu &amp;lt;b&amp;gt;EXTRAS-&amp;gt;LAYOUT-&amp;gt;Form Routines&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  Here you will now get many options like &lt;/P&gt;&lt;P&gt;   Global Data&lt;/P&gt;&lt;P&gt;   Begin of Transaction&lt;/P&gt;&lt;P&gt;Begin of Processing&lt;/P&gt;&lt;P&gt;Begin of Record&lt;/P&gt;&lt;P&gt;  like wise the End of these also.&lt;/P&gt;&lt;P&gt;Please put a breakpoint and check where you want to insert your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;This is only for the Conversion Program and does not affect the main program used to update the Standard Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi , I was reading your earlier post .. It seems that you have worked on EMIGALL. Consider a similar situation, it is like writing the code in the events till CALL01...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;DOminic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dominic  Pappaly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 16:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640770#M285416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T16:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert abap code in LSMW generated program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640771#M285417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you dominic!&lt;/P&gt;&lt;P&gt;my problem is solved!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 10:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-abap-code-in-lsmw-generated-program/m-p/1640771#M285417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T10:33:46Z</dc:date>
    </item>
  </channel>
</rss>

