<?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: Materials for Dilog Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383477#M812378</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;Module pool (type M)&lt;/P&gt;&lt;P&gt;For a type M program to be executable, you must create at least one transaction code for it (in which&lt;/P&gt;&lt;P&gt;you specify an initial screen). You can control the subsequent screen sequence either statically (in the&lt;/P&gt;&lt;P&gt;screen attributes) or dynamically (in the program code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You assign a dialog transaction to a module pool. The following steps occur when you run a dialog&lt;/P&gt;&lt;P&gt;transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, the LOAD-OF-PROGRAM event is triggered. Once this event block has been executed, the ABAP&lt;/P&gt;&lt;P&gt;processor passes control to the screen processor. For an example of how to use this new event, refer to&lt;/P&gt;&lt;P&gt;the example in the Function Groups and Function Modules unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen processor processes the intial screen specified in the transaction definition. The initial&lt;/P&gt;&lt;P&gt;screen can be a selection screen (regardless of the program type). The PROCESS BEFORE OUTPUT&lt;/P&gt;&lt;P&gt;event is triggered and control passes to the ABAP processor, which processes the first PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP processor executes the processing block and returns control to the screen processor. Once&lt;/P&gt;&lt;P&gt;all PBO modules have been processed, the contents of any ABAP fields with identically-named&lt;/P&gt;&lt;P&gt;corresponding fields on the screen are transported to the relevant screen fields. Then the screen is&lt;/P&gt;&lt;P&gt;displayed (screen contents, active title, active status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user has chosen a dialog function (such as ENTER), the contents of the screen fields are&lt;/P&gt;&lt;P&gt;transported back to the corresponding identically-named fields in the ABAP program, and the processing&lt;/P&gt;&lt;P&gt;blocks that belong to the PROCESS AFTER INPUT event are processed. The system then continues&lt;/P&gt;&lt;P&gt;by processing the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only processing logic that is processed in a dialog transaction are the statements belonging to the&lt;/P&gt;&lt;P&gt;LOAD-OF-PROGRAM event and those occurring in the various modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can also use the statement LEAVE TO LIST-PROCESSING. This makes all of the list&lt;/P&gt;&lt;P&gt;processing events available to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download ABAP books from here.&lt;/P&gt;&lt;P&gt;abap online links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/web/SAPAbapCertificationDocs/" target="test_blank"&gt;http://www.esnips.com/web/SAPAbapCertificationDocs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/web/SAPABAP" target="test_blank"&gt;http://www.esnips.com/web/SAPABAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/web/saparun-ebooks" target="test_blank"&gt;http://www.esnips.com/web/saparun-ebooks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/2a4c274b-b5b9-46b7-8ab5-5af47700a6c7/Command-List" target="test_blank"&gt;http://www.esnips.com/doc/2a4c274b-b5b9-46b7-8ab5-5af47700a6c7/Command-List&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/6bdb820f-f533-4517-a043-b64641b00490/TABC43-Data-Transfer" target="test_blank"&gt;http://www.esnips.com/doc/6bdb820f-f533-4517-a043-b64641b00490/TABC43-Data-Transfer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/_t_/abap" target="test_blank"&gt;http://www.esnips.com/_t_/abap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, Do reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 10:14:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-19T10:14:29Z</dc:date>
    <item>
      <title>Materials for Dilog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383474#M812375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I am looking for Dilog Programming materials to learn dilog programming.&lt;/P&gt;&lt;P&gt;As i am new to this topic please suggest me which are all the books n materials needed to learn dilog programming.&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;ABAPer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 06:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383474#M812375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T06:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Materials for Dilog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383475#M812376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use TCODE abapdocu.Choose link ABAP User Dialogs and&lt;/P&gt;&lt;P&gt;then choose Screens.It contains all that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 06:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383475#M812376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T06:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Materials for Dilog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383476#M812377</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;Pls refer to the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sourceveda.com/" target="test_blank"&gt;http://www.sourceveda.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 07:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383476#M812377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T07:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Materials for Dilog Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383477#M812378</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;Module pool (type M)&lt;/P&gt;&lt;P&gt;For a type M program to be executable, you must create at least one transaction code for it (in which&lt;/P&gt;&lt;P&gt;you specify an initial screen). You can control the subsequent screen sequence either statically (in the&lt;/P&gt;&lt;P&gt;screen attributes) or dynamically (in the program code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You assign a dialog transaction to a module pool. The following steps occur when you run a dialog&lt;/P&gt;&lt;P&gt;transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, the LOAD-OF-PROGRAM event is triggered. Once this event block has been executed, the ABAP&lt;/P&gt;&lt;P&gt;processor passes control to the screen processor. For an example of how to use this new event, refer to&lt;/P&gt;&lt;P&gt;the example in the Function Groups and Function Modules unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen processor processes the intial screen specified in the transaction definition. The initial&lt;/P&gt;&lt;P&gt;screen can be a selection screen (regardless of the program type). The PROCESS BEFORE OUTPUT&lt;/P&gt;&lt;P&gt;event is triggered and control passes to the ABAP processor, which processes the first PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP processor executes the processing block and returns control to the screen processor. Once&lt;/P&gt;&lt;P&gt;all PBO modules have been processed, the contents of any ABAP fields with identically-named&lt;/P&gt;&lt;P&gt;corresponding fields on the screen are transported to the relevant screen fields. Then the screen is&lt;/P&gt;&lt;P&gt;displayed (screen contents, active title, active status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user has chosen a dialog function (such as ENTER), the contents of the screen fields are&lt;/P&gt;&lt;P&gt;transported back to the corresponding identically-named fields in the ABAP program, and the processing&lt;/P&gt;&lt;P&gt;blocks that belong to the PROCESS AFTER INPUT event are processed. The system then continues&lt;/P&gt;&lt;P&gt;by processing the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only processing logic that is processed in a dialog transaction are the statements belonging to the&lt;/P&gt;&lt;P&gt;LOAD-OF-PROGRAM event and those occurring in the various modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can also use the statement LEAVE TO LIST-PROCESSING. This makes all of the list&lt;/P&gt;&lt;P&gt;processing events available to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download ABAP books from here.&lt;/P&gt;&lt;P&gt;abap online links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/web/SAPAbapCertificationDocs/" target="test_blank"&gt;http://www.esnips.com/web/SAPAbapCertificationDocs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/web/SAPABAP" target="test_blank"&gt;http://www.esnips.com/web/SAPABAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/web/saparun-ebooks" target="test_blank"&gt;http://www.esnips.com/web/saparun-ebooks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/2a4c274b-b5b9-46b7-8ab5-5af47700a6c7/Command-List" target="test_blank"&gt;http://www.esnips.com/doc/2a4c274b-b5b9-46b7-8ab5-5af47700a6c7/Command-List&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/6bdb820f-f533-4517-a043-b64641b00490/TABC43-Data-Transfer" target="test_blank"&gt;http://www.esnips.com/doc/6bdb820f-f533-4517-a043-b64641b00490/TABC43-Data-Transfer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/_t_/abap" target="test_blank"&gt;http://www.esnips.com/_t_/abap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, Do reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 10:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/materials-for-dilog-programming/m-p/3383477#M812378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T10:14:29Z</dc:date>
    </item>
  </channel>
</rss>

