<?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: get cursor command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606135#M597282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent the user from selecting invalid lines, ABAP/4 offers several possibilities. At the end of the processing block END-OF-SELECTION, delete the contents of one or more fields you previously stored for valid lines using the HIDE statement. At the event AT LINE-SELECTION, check whether the work area is initial or whether the HIDE statement stored field contents there. After processing the secondary list, clear the work area again. This prevents the user from trying to create further secondary lists from the secondary list displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCursor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hidden information is not sufficient to uniquely identify the selected line, the command GET CURSOR is used. The GET CURSOR command returns the name of the field at the cursor position in a field specified after the addition field, and the value of the selected field in a field specified after value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 14:12:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T14:12:07Z</dc:date>
    <item>
      <title>get cursor command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606134#M597281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;when the get cursor command is used in interactive reporting, when the hide keyword is used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606134#M597281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606135#M597282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent the user from selecting invalid lines, ABAP/4 offers several possibilities. At the end of the processing block END-OF-SELECTION, delete the contents of one or more fields you previously stored for valid lines using the HIDE statement. At the event AT LINE-SELECTION, check whether the work area is initial or whether the HIDE statement stored field contents there. After processing the secondary list, clear the work area again. This prevents the user from trying to create further secondary lists from the secondary list displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCursor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hidden information is not sufficient to uniquely identify the selected line, the command GET CURSOR is used. The GET CURSOR command returns the name of the field at the cursor position in a field specified after the addition field, and the value of the selected field in a field specified after value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606135#M597282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606136#M597283</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;go to the follwing link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="459961"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hide&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This command helps you to store the field names based on which one will be doing further processing to get a detailed list. It is written directly after the WRITE statement for a field. When a row is selected the values get automatically filled in the variables for further use.&lt;/P&gt;&lt;P&gt;     Syntax:     Hide &amp;lt;field-name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Get Cursor Command&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Like Hide this is also used for getting the values after selection of a row.&lt;/P&gt;&lt;P&gt;     Syntax:&lt;/P&gt;&lt;P&gt;     1. GET CURSOR FIELD f.  2. GET CURSOR LINE lin. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward points for useful ans&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aarti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606136#M597283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: get cursor command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606137#M597284</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;            IN HIDE STEMENT WE CAN NOT RESTRICT THE FIELD. FOR EXP IN YOUR PROGRAM MATNR MEINS, MBRSH IS THE FIELD. IF YOU WANT SECOND LUIST ONLY WHEN YOU CLICK MATNR. FOR THAT TIME WE ARE USING GET CURSOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK THIS ONE&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; Report  ZSALESORDERDETAILS_ASHOK&lt;/P&gt;&lt;P&gt;*&amp;amp;&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;&lt;/P&gt;&lt;P&gt;*&amp;amp;&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;&lt;/P&gt;&lt;P&gt;REPORT         ZSALESORDERDETAILS_ASHOK&lt;/P&gt;&lt;P&gt;               NO STANDARD PAGE HEADING&lt;/P&gt;&lt;P&gt;               LINE-SIZE 50&lt;/P&gt;&lt;P&gt;               LINE-COUNT 35(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data declaration.&lt;/P&gt;&lt;P&gt;*********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables :vbak.&lt;/P&gt;&lt;P&gt;tables: VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : TVBAK LIKE VBAK  OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;       TVBAP LIKE VBAP  OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;       TEMP TYPE p decimals 5 VALUE '0.0' ,&lt;/P&gt;&lt;P&gt;       A type i,&lt;/P&gt;&lt;P&gt;       FIELDNAME TYPE STRING,&lt;/P&gt;&lt;P&gt;       FIELDVALUE TYPE VBAP-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA G_CB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen  begin of block screen1  with frame title TEXT-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT /32(35) COMM1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE /27(35).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS TVBELN FOR VBAK-VBELN.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT /30(50) COMM2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE /27(40).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS TERDAT FOR VBAK-ERDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;selection-screen  end of block screen1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;*Initialization&lt;/P&gt;&lt;P&gt;**************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization .&lt;/P&gt;&lt;P&gt;TVBELN-low = 4000.&lt;/P&gt;&lt;P&gt;TVBELN-high = 5000.&lt;/P&gt;&lt;P&gt;TVBELN-option = 'BT'.&lt;/P&gt;&lt;P&gt;TVBELN-sign = 'I'.&lt;/P&gt;&lt;P&gt;APPEND TVBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TERDAT-low = '19960202'.&lt;/P&gt;&lt;P&gt;TERDAT-high = '20020302' .&lt;/P&gt;&lt;P&gt;APPEND TERDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN .&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;       FROM VBAK&lt;/P&gt;&lt;P&gt;       INTO TABLE TVBAK&lt;/P&gt;&lt;P&gt;       WHERE  VBELN IN TVBELN AND erdat IN Terdat .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       IF sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;       MESSAGE 'ENTERED ORDER NOT FOUND' type 'E'.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;       REFRESH TVBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SELECT *&lt;/P&gt;&lt;P&gt;              FROM VBAK&lt;/P&gt;&lt;P&gt;              INTO TABLE TVBAK&lt;/P&gt;&lt;P&gt;              WHERE  VBELN IN TVBELN AND ERDAT IN TERDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT TVBAK.&lt;/P&gt;&lt;P&gt;                WRITE: /2 SY-VLINE,&lt;/P&gt;&lt;P&gt;                TVBAK-VBELN INPUT ON ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                15 SY-VLINE,TVBAK-ERDAT hotspot on,&lt;/P&gt;&lt;P&gt;                30  SY-VLINE, 35 TVBAK-ERNAM,&lt;/P&gt;&lt;P&gt;                46 SY-VLINE,&lt;/P&gt;&lt;P&gt;                g_cb AS CHECKBOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       ENDLOOP.&lt;/P&gt;&lt;P&gt;       A = SY-LINCT - SY-LINNO - 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     SKIP A .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  RESERVE A LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;          comm1 ='SELECT SALES ORDER RANGE'.&lt;/P&gt;&lt;P&gt;          comm2 ='SELECT SALES ORDER CREATION DATE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;       ULINE.&lt;/P&gt;&lt;P&gt;       WRITE /15    '     SALES ORDER REPORT    ' COLOR = 1 .&lt;/P&gt;&lt;P&gt;       ULINE.&lt;/P&gt;&lt;P&gt;       WRITE : /7 '  VBELN  ' COLOR = 5 ,&lt;/P&gt;&lt;P&gt;               19 '  ERDAT  ' COLOR = 5,&lt;/P&gt;&lt;P&gt;               34 ' ERNAM  ' COLOR = 5.&lt;/P&gt;&lt;P&gt;        ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        END-OF-PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF SY-LSIND = 0.&lt;/P&gt;&lt;P&gt;        ULINE.&lt;/P&gt;&lt;P&gt;        WRITE : /2 'NUMBER OF LINE IN THIS PAGE = ', SY-LINNO.&lt;/P&gt;&lt;P&gt;                SKIP.&lt;/P&gt;&lt;P&gt;        WRITE: /30 'PAGE NUMBER = ', SY-PAGNO.&lt;/P&gt;&lt;P&gt;        ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ELSEIF SY-LSIND = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ULINE.&lt;/P&gt;&lt;P&gt;        WRITE : /12 'TOTAL PRICE = ' ,TEMP.&lt;/P&gt;&lt;P&gt;        CLEAR TEMP.&lt;/P&gt;&lt;P&gt;        SKIP.&lt;/P&gt;&lt;P&gt;        WRITE : /30 'PAGE NUMBER = ', SY-PAGNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ULINE.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        at line-selection.&lt;/P&gt;&lt;P&gt;        GET CURSOR FIELD FIELDNAME VALUE FIELDVALUE.&lt;/P&gt;&lt;P&gt;        IF FIELDNAME = 'TVBAK-VBELN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            INPUT         = FIELDVALUE&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;            OUTPUT        = FIELDVALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        WINDOW STARTING AT 60 2 ENDING AT 120 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF SY-LSIND = 1.&lt;/P&gt;&lt;P&gt;        SELECT&lt;/P&gt;&lt;P&gt;               *&lt;/P&gt;&lt;P&gt;               FROM VBAP&lt;/P&gt;&lt;P&gt;               INTO TABLE TVBAP&lt;/P&gt;&lt;P&gt;               WHERE VBELN EQ FIELDVALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT TVBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        TEMP = TEMP + TVBAP-NETPR.&lt;/P&gt;&lt;P&gt;        WRITE :  /2 SY-VLINE, TVBAP-matnr,&lt;/P&gt;&lt;P&gt;                  17 SY-VLINE,TVBAP-VBELN,&lt;/P&gt;&lt;P&gt;                  30 SY-VLINE,TVBAP-NETPR currency 'IN',&lt;/P&gt;&lt;P&gt;                  49 SY-VLINE.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;        ULINE.&lt;/P&gt;&lt;P&gt;        A = SY-LINCT - SY-LINNO - 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       SKIP A .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       RESERVE A LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ELSEIF SY-LSIND = 2.&lt;/P&gt;&lt;P&gt;       call transaction 'MM01' .&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          WRITE : /  SY-ULINE,&lt;/P&gt;&lt;P&gt;                  /7 '    DETAIL OF GIVEN SALES ORDER    ' COLOR = 5,&lt;/P&gt;&lt;P&gt;                  /  SY-ULINE,&lt;/P&gt;&lt;P&gt;                  /4 'MATNR',&lt;/P&gt;&lt;P&gt;                  22 'VBELN',&lt;/P&gt;&lt;P&gt;                  35 'NETPR',&lt;/P&gt;&lt;P&gt;                  /  SY-ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   REGARDS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHOK KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-cursor-command/m-p/2606137#M597284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:13:56Z</dc:date>
    </item>
  </channel>
</rss>

