<?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: abap general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538104#M576467</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;call screen : it is used to call the next screen. when call screen is used then system stops processing of current screen n goes to next screen it process it and comes back to current screen for execution. &lt;/P&gt;&lt;P&gt;generally call screen is used for calling sub screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: call screen 9999 starting at 20 ending at 67.&lt;/P&gt;&lt;P&gt;       displays a sub screen with this co ordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave screen: to navigate to end or starting this is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: leave screen 1000. -&amp;gt; navigates to screen 1000 when it executes this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave screen is useful in certain conditions like when click on on exit u have to go to starting or ending like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 09:25:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-17T09:25:21Z</dc:date>
    <item>
      <title>abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538102#M576465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT IS THE DIFF B/W THE CALL SCREEN AND LEAVE SCREEN .&lt;/P&gt;&lt;P&gt;HOW CAN WE GET PUSH BUTTONS IN  ALVS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 13:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538102#M576465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538103#M576466</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;Call Screen: This is used to call a single screen for embedding a screen sequence.The syntax for call the screen is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;SCREEN NO&amp;gt;.&lt;/P&gt;&lt;P&gt;eg: CALL SCREEN 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to preserve the original Screen then just use the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 200 STARTING AT X1 Y1 ENDING AT X2 Y2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;When this is use the control goes back to the screen from which the present screen was called and continues with the processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538103#M576466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538104#M576467</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;call screen : it is used to call the next screen. when call screen is used then system stops processing of current screen n goes to next screen it process it and comes back to current screen for execution. &lt;/P&gt;&lt;P&gt;generally call screen is used for calling sub screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: call screen 9999 starting at 20 ending at 67.&lt;/P&gt;&lt;P&gt;       displays a sub screen with this co ordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave screen: to navigate to end or starting this is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: leave screen 1000. -&amp;gt; navigates to screen 1000 when it executes this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave screen is useful in certain conditions like when click on on exit u have to go to starting or ending like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538104#M576467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538105#M576468</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;LEAVE TO SCREEN scr.&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Leaves the current screen and processes the screen scr.&lt;/P&gt;&lt;P&gt;SET SCREEN, &lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas in call screen, Once the screen is displayed the user can enter all the data and return to the main screen by clicking BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen is usually used for pop up screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call screen as pop up screen the syntax is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen starting at &amp;lt;col.no.&amp;gt; &amp;lt;line no&amp;gt;&lt;/P&gt;&lt;P&gt;				 Ending at &amp;lt;col no&amp;gt; &amp;lt;line no&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheetal singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538105#M576468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538106#M576469</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;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Call Screen&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;To call a screen from list processing, use the statement&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;nnnn&amp;gt;.&lt;/P&gt;&lt;P&gt;This inserts a screen sequence into the program flow as described in the section Calling Screen Sequences. The list processor passes control to the dialog processor. The context from the time of the call is retained. If you call a screen sequence during processing of a particular list level, it is processed until the end of a screen with next screen 0. Then the dialog processor returns control to the list processor, and processing carries on after the CALL SCREEN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Leave Screen&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;In a program, you can use one of the two following ABAP statements to leave a screen:&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN &amp;lt;next screen&amp;gt;.&lt;/P&gt;&lt;P&gt;The LEAVE SCREEN statement ends the current screen and calls the subsequent screen. The next screen is either the static next screen or a dynamic next screen. In the second case, you must override the static next screen using the SET SCREEN statement before the LEAVE SCREEN statement.&lt;/P&gt;&lt;P&gt;The LEAVE TO SCREEN statement exits the current screen and calls the dynamic next screen, which you specify as part of the statement. The LEAVE TO SCREEN statement is no more than a contraction of the two statements&lt;/P&gt;&lt;P&gt;SET SCREEN &amp;lt;next screen&amp;gt;.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;These statements do not end the screen sequence. They merely branch to another screen in the same sequence. The screen sequence only ends when you leave to next screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 10:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538106#M576469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T10:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538107#M576470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when call screen is used another screen is called before the control exits from this screen and when leave screen is used the control just leaves this particular screen and the previous screen gets displayed.&lt;/P&gt;&lt;P&gt;for pushbuttons in ALV's refer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/88/387f380c2f2e3ce10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/88/387f380c2f2e3ce10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 10:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538107#M576470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T10:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538108#M576471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&lt;/P&gt;&lt;P&gt;WHAT IS THE DIFF B/W THE CALL SCREEN AND LEAVE SCREEN .&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we write this statement in screen 100 ,it will goto screen 200 and it will retain screen 100(ie u can come back)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and moreover u have options using this &lt;/P&gt;&lt;P&gt;CALL SCREEN 200 STARTING AT x1 y1 ENDING AT x2 y2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the above statement , it will goto screen 200 and screen 100 no more remains&lt;/P&gt;&lt;P&gt;And no additional options for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leaves the current screen and processes the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it leaves the current screen and processes screen 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;HOW CAN WE GET PUSH BUTTONS IN ALVS.&amp;lt;u&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create your own pf status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. put a button there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how to create pf - status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_pfstatus.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_pfstatus.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then how to capture that button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_ucomm.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_ucomm.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 10:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538108#M576471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538109#M576472</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;Call screen is used to shift the program flow to a particular screen and then return back to program again whereas the leave screen is used to leave the program to a particular screen thereby not returning back to program flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample code to add the push button in STD alv toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zalv_object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type-pools: icon.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&lt;/STRONG&gt;&lt;DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="-----" /&gt;to all the data dec for reference var defore defition-----&lt;P&gt;&lt;/P&gt;&lt;P&gt;class: lcl_event_receiver definition deferred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: dis_obj type ref to zalv_obj,&lt;/P&gt;&lt;P&gt;alv_dis type ref to cl_gui_alv_grid,&lt;/P&gt;&lt;P&gt;g_container type ref to cl_gui_custom_container,&lt;/P&gt;&lt;P&gt;gt_container type scrfname value 'ALVLIST',&lt;/P&gt;&lt;P&gt;event_receiver type ref to lcl_event_receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ok_code type sy-ucomm,&lt;/P&gt;&lt;P&gt;g_repid like sy-repid,&lt;/P&gt;&lt;P&gt;x_save type c,&lt;/P&gt;&lt;P&gt;gs_layout type disvariant, "Layout (External Use)&lt;/P&gt;&lt;P&gt;gl_layout type lvc_s_layo. "ALV control: Layout structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_tab like zob_tab,&lt;/P&gt;&lt;P&gt;itab type zob_itab,&lt;/P&gt;&lt;P&gt;fcat type lvc_t_fcat..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;local class definition to handle events&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class lcl_event_receiver definition.&lt;/P&gt;&lt;P&gt;public section.&lt;/P&gt;&lt;P&gt;methods: handle_toolbar for event toolbar&lt;/P&gt;&lt;P&gt;of cl_gui_alv_grid importing e_object,&lt;/P&gt;&lt;P&gt;handle_user_command for event user_command&lt;/P&gt;&lt;P&gt;of cl_gui_alv_grid importing e_ucomm,&lt;/P&gt;&lt;P&gt;handle_data_changed for event data_changed&lt;/P&gt;&lt;P&gt;of cl_gui_alv_grid importing er_data_changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endclass. "lcl_event_receiver DEFINITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;local class implementation to handle events&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class lcl_event_receiver implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method handle_toolbar.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;to add a buton in the atandard toolbar of the custom control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: ls_toolbar type stb_button, "Toolbar Button&lt;/P&gt;&lt;P&gt;ls_toolbar1 type stb_button.&lt;/P&gt;&lt;P&gt;*to add insert button.&lt;/P&gt;&lt;P&gt;clear ls_toolbar.&lt;/P&gt;&lt;P&gt;move 3 to ls_toolbar-butn_type.&lt;/P&gt;&lt;P&gt;append ls_toolbar to e_object-&amp;gt;mt_toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ls_toolbar.&lt;/P&gt;&lt;P&gt;move icon_execute_object to ls_toolbar-icon.&lt;/P&gt;&lt;P&gt;move 'INSERT' to ls_toolbar-function.&lt;/P&gt;&lt;P&gt;move 'move list to ztable' to ls_toolbar-quickinfo.&lt;/P&gt;&lt;P&gt;move 'Insert_values' to ls_toolbar-text.&lt;/P&gt;&lt;P&gt;move ' ' to ls_toolbar-disabled.&lt;/P&gt;&lt;P&gt;append ls_toolbar to e_object-&amp;gt;mt_toolbar.&lt;/P&gt;&lt;P&gt;clear ls_toolbar.&lt;/P&gt;&lt;P&gt;*to add edit button.&lt;/P&gt;&lt;P&gt;clear ls_toolbar1.&lt;/P&gt;&lt;P&gt;move 3 to ls_toolbar1-butn_type.&lt;/P&gt;&lt;P&gt;append ls_toolbar1 to e_object-&amp;gt;mt_toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ls_toolbar1.&lt;/P&gt;&lt;P&gt;move icon_toggle_display_change to ls_toolbar1-icon.&lt;/P&gt;&lt;P&gt;move 'EDIT' to ls_toolbar1-function.&lt;/P&gt;&lt;P&gt;move 'change contents in list' to ls_toolbar1-quickinfo.&lt;/P&gt;&lt;P&gt;move 'Edit' to ls_toolbar1-text.&lt;/P&gt;&lt;P&gt;move ' ' to ls_toolbar1-disabled.&lt;/P&gt;&lt;P&gt;append ls_toolbar1 to e_object-&amp;gt;mt_toolbar.&lt;/P&gt;&lt;P&gt;clear ls_toolbar1.&lt;/P&gt;&lt;P&gt;endmethod. "handle_toolbar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*to trigge the action when the button is pressed&lt;/P&gt;&lt;P&gt;method handle_user_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data gl1_layout type lvc_s_layo.&lt;/P&gt;&lt;P&gt;case e_ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*function insert&lt;/P&gt;&lt;P&gt;when 'INSERT'.&lt;/P&gt;&lt;P&gt;loop at itab into wa_tab.&lt;/P&gt;&lt;P&gt;insert into zalv_tab values wa_tab. " from wa_tab table itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*function edit&lt;/P&gt;&lt;P&gt;when 'EDIT'.&lt;/P&gt;&lt;P&gt;perform editable.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endmethod. "handle_user_command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method handle_data_changed.&lt;/P&gt;&lt;P&gt;endmethod. "handle_data_changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endclass. "lcl_event_receiver IMPLEMENTATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*selection-screen&lt;/P&gt;&lt;P&gt;selection-screen: begin of block b1 with frame title text-001.&lt;/P&gt;&lt;P&gt;parameter: p_vbeln like vbap-vbeln.&lt;/P&gt;&lt;P&gt;selection-screen: end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object dis_obj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method dis_obj-&amp;gt;get_method&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;sale_doc_num = p_vbeln&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;zitab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear gs_layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 201.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Module STATUS_0201 OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module status_0201 output.&lt;/P&gt;&lt;P&gt;set pf-status 'ZSRN201'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if g_container is initial.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&lt;/STRONG&gt;&lt;DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="-------" /&gt;create object for custom control ref var--&lt;HR originaltext="----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object g_container&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;container_name = gt_container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&lt;/STRONG&gt;&lt;DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="-------" /&gt;create object for the class alv_obj--&lt;HR originaltext="-------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object alv_dis&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_parent = g_container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&lt;/STRONG&gt;&lt;DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="------" /&gt;fieldcatalog definition--&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform fieldcat changing fcat.&lt;/P&gt;&lt;P&gt;perform save_layout.&lt;/P&gt;&lt;P&gt;gl_layout-grid_title = 'sales document details'(100).&lt;/P&gt;&lt;P&gt;*gl_layout-edit = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&lt;/STRONG&gt;&lt;DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="------" /&gt;set the table for display--&lt;HR originaltext="-------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method alv_dis-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I_STRUCTURE_NAME = 'VBAP'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;is_variant = gs_layout&lt;/P&gt;&lt;P&gt;i_save = x_save&lt;/P&gt;&lt;P&gt;is_layout = gl_layout&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;it_outtab = itab[]&lt;/P&gt;&lt;P&gt;it_fieldcatalog = fcat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*create object for event reference var&lt;/P&gt;&lt;P&gt;create object event_receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*set the event to grid reference variable&lt;/P&gt;&lt;P&gt;set handler event_receiver-&amp;gt;handle_toolbar for alv_dis.&lt;/P&gt;&lt;P&gt;set handler event_receiver-&amp;gt;handle_user_command for alv_dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method alv_dis-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule. " STATUS_0201 OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Module USER_COMMAND_0201 INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module user_command_0201 input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*CALL METHOD CL_GUI_CFW=&amp;gt;DISPATCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'EXIT'.&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;when 'EXEC'.&lt;/P&gt;&lt;P&gt;loop at itab into wa_tab.&lt;/P&gt;&lt;P&gt;insert into zalv_tab values wa_tab. " from wa_tab table itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;when 'EDIT'.&lt;/P&gt;&lt;P&gt;perform editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule. " USER_COMMAND_0201 INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Form save_layout&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;--&amp;gt; p1 text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;-- p2 text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form save_layout .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x_save = 'A'.&lt;/P&gt;&lt;P&gt;g_repid = sy-repid.&lt;/P&gt;&lt;P&gt;gs_layout-report = g_repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform. " save_layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Form FIELDCAT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;--P_FCAT text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form fieldcat changing pt_fcat type lvc_t_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data wa_fcat type lvc_s_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = 1.&lt;/P&gt;&lt;P&gt;wa_fcat-key = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-row_pos = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_field = 'VBELN'.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_table = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to fcat.&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = 2.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-row_pos = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_field = 'MATNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_table = 'VBAP'.&lt;/P&gt;&lt;P&gt;wa_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;append wa_fcat to fcat.&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = 3.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-row_pos = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-fieldname = 'ARKTX'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_field = 'ARKTX'.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_table = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to fcat.&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = 4.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-row_pos = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-fieldname = 'MEINS'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_field = 'MEINS'.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_table = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to fcat.&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = 5.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-row_pos = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-fieldname = 'KWMENG'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_field = 'KWMENG'.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_table = 'VBAP'.&lt;/P&gt;&lt;P&gt;wa_fcat-quantity = 'NO'.&lt;/P&gt;&lt;P&gt;wa_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;append wa_fcat to fcat.&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = 6.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-row_pos = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-fieldname = 'NETWR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_field = 'NETWR'.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_table = 'VBAP'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;wa_fcat-do_sum = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WA_FCAT-CURRENCY = 'INR'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;wa_fcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;append wa_fcat to fcat.&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform. " FIELDCAT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Form editable&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;--P_GC_LAYOUT[] text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form editable.&lt;/P&gt;&lt;P&gt;gl_layout-edit = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if alv_dis-&amp;gt;is_ready_for_input( ) eq 0.&lt;/P&gt;&lt;P&gt;call method alv_dis-&amp;gt;set_ready_for_input&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_ready_for_input = 1.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;call method alv_dis-&amp;gt;set_ready_for_input&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_ready_for_input = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endform. " editable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 10:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538109#M576472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T10:41:44Z</dc:date>
    </item>
  </channel>
</rss>

