<?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: Sub routine in SAP Script. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374002#M183652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;  Your answers seems to be feasible. I have a couple of clarrifications to be made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How should my perform statement look like in the SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How should I use the fields in the resultant structure in the SAP script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 May 2006 10:55:08 GMT</pubDate>
    <dc:creator>aaruljothi</dc:creator>
    <dc:date>2006-05-02T10:55:08Z</dc:date>
    <item>
      <title>Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1373997#M183647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have a standard SAP program that calls a standard SAP script. &lt;/P&gt;&lt;P&gt;   I need to introduce a sub-routine from the SAP script which will reside inside a custom program sending a workarea into it and getting back another workarea with a different structure from the first and then use the resultant workarea in the SAP script to display the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This is done since it doesn't need a change in the SAP standard program. Anyway my SAP script will undergo a change which i can afford. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   For example consider the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;This is my code bit in the program calling an element in the SAP script.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            element   = &amp;lt;selement&amp;gt;&lt;/P&gt;&lt;P&gt;            window    = &amp;lt;swindow&amp;gt;&lt;/P&gt;&lt;P&gt;            function  = &amp;lt;sfunction&amp;gt;&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            element   = 01&lt;/P&gt;&lt;P&gt;            function  = 02&lt;/P&gt;&lt;P&gt;            type      = 03&lt;/P&gt;&lt;P&gt;            unopened  = 04&lt;/P&gt;&lt;P&gt;            unstarted = 05&lt;/P&gt;&lt;P&gt;            window    = 06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The Element in the SAP script is as follows:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E   &amp;lt;selement&amp;gt;&lt;/P&gt;&lt;P&gt;T4   &amp;amp;struc1-field1&amp;amp;   &amp;amp;struc1-field2&amp;amp; &amp;amp;struc1-field3&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Instead of the above I need to send the struc1 to a sub-routine and then get back another structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;Something like this.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E   &amp;lt;selement&amp;gt;&lt;/P&gt;&lt;P&gt;:   perform &amp;lt;subroutine_name&amp;gt; using struc1 struc2&lt;/P&gt;&lt;P&gt;T4   &amp;amp;struc2-field1&amp;amp;   &amp;amp;struc2-field2&amp;amp; &amp;amp;struc2-field3&amp;amp;      &lt;/P&gt;&lt;P&gt;     &amp;amp;struc2-field4&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;note : struc1 and struc2 are of different structures&lt;/P&gt;&lt;P&gt;       The sub routine will reside in the custom program&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Now my question is, where to define my structure stru2(whether in the custom program or in the Standard program).&lt;/P&gt;&lt;P&gt;   Is there any other way to implement the same without disturbing the SAP standard program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1373997#M183647</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2006-05-02T10:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1373998#M183648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can use the define statement to declare your variables in the text elements editor itself.&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;/:   DEFINE &amp;amp;BARCODE&amp;amp; := '&amp;amp;SPACE(12)&amp;amp;'                                       &lt;/P&gt;&lt;P&gt;/*   DEFINE &amp;amp;BARCV&amp;amp;   := '&amp;amp;KARTE-BARCV&amp;amp;' (REMOVED FOR INUSE BARCODE)         &lt;/P&gt;&lt;P&gt;/:   DEFINE &amp;amp;BARC6&amp;amp;   := '&amp;amp;KARTE-BARC6&amp;amp;'                                     &lt;/P&gt;&lt;P&gt;/:   PERFORM GET_BARCODE IN PROGRAM ZVXR0076                                 &lt;/P&gt;&lt;P&gt;/*   USING    &amp;amp;BARCV&amp;amp;                                                        &lt;/P&gt;&lt;P&gt;/:   USING    &amp;amp;BARC6&amp;amp;                                                        &lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;BARCODE&amp;amp;                                                      &lt;/P&gt;&lt;P&gt;/:   ENDPERFORM                                                              &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1373998#M183648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1373999#M183649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these are single values can I pass a structure and get back structure where both the structures are of different types?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1373999#M183649</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2006-05-02T10:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374000#M183650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jothi,&lt;/P&gt;&lt;P&gt;  May be what you can try is to define a variable of sufficient length and then take offset from that structure to get differen fields in that long field.&lt;/P&gt;&lt;P&gt;eg  DEFINE &amp;amp;structure&amp;amp; := '&amp;amp;SPACE(50)&amp;amp;'&lt;/P&gt;&lt;P&gt;or use as many variable as the nimber of fields in that structure.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374000#M183650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374001#M183651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. while calling subroutines from sapscripts,&lt;/P&gt;&lt;P&gt;   there is a special technique,&lt;/P&gt;&lt;P&gt;   which has got its own limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;FORM abc&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    in_tab  STRUCTURE itcsy&lt;/P&gt;&lt;P&gt;    out_tab STRUCTURE itcsy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The perform in se38 program should be of the&lt;/P&gt;&lt;P&gt;above format only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. We cannot pass internal tables.&lt;/P&gt;&lt;P&gt;5. Rather we need to pass&lt;/P&gt;&lt;P&gt; VARIABLE NAME&lt;/P&gt;&lt;P&gt; VARIABLE VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(see the structure of itcsy in se11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. In this form, we have to read&lt;/P&gt;&lt;P&gt;   the internal table in_tab&lt;/P&gt;&lt;P&gt;   to capture the variable name and its value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Similary, to return the values,&lt;/P&gt;&lt;P&gt;   we have to put one record (for each variable)&lt;/P&gt;&lt;P&gt;   in out_tab.&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374001#M183651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374002#M183652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;  Your answers seems to be feasible. I have a couple of clarrifications to be made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How should my perform statement look like in the SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How should I use the fields in the resultant structure in the SAP script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374002#M183652</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2006-05-02T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374003#M183653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How should my perform statement look like in the SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ROUTINNAME IN PROGRAM ZPROG&lt;/P&gt;&lt;P&gt;USING &amp;amp;ITAB-F1&amp;amp;&lt;/P&gt;&lt;P&gt;USING &amp;amp;ITAB-F2&amp;amp;&lt;/P&gt;&lt;P&gt;USING &amp;amp;ITAB-F3&amp;amp;&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;USING &amp;amp;F4&amp;amp;&lt;/P&gt;&lt;P&gt;USING &amp;amp;F5&amp;amp;&lt;/P&gt;&lt;P&gt;ENDPERFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How should I use the fields in the resultant structure in the SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use the variable name&lt;/P&gt;&lt;P&gt;&amp;amp;F4&amp;amp;&lt;/P&gt;&lt;P&gt;(u can give any name and use it back)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 10:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374003#M183653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T10:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374004#M183654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My second doubt is clarrified now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cannot understand your answer to teh first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. should F4 and F5 be declared somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. why there are "USING" pharses(2) after the "CHANGING" &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; Arul Jothi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 11:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374004#M183654</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2006-05-02T11:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374005#M183655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. should F4 and F5 be declared somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Not necessary.&lt;/P&gt;&lt;P&gt;  In fact, not required.&lt;/P&gt;&lt;P&gt;  Just give ANY Variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. why there are "USING" pharses(2) after the "CHANGING" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, thats not required.&lt;/P&gt;&lt;P&gt;In fact, do not use it. Its wrong !&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 11:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374005#M183655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T11:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374006#M183656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your patient reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tring to reward you points but I cannot see the radio buttons along side of your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should I do now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arul Jothi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 12:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374006#M183656</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2006-05-02T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374007#M183657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Probably the points system may not&lt;/P&gt;&lt;P&gt;   be working, temporarily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If it get working again,&lt;/P&gt;&lt;P&gt;   at that point u may reward the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 13:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374007#M183657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sub routine in SAP Script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374008#M183658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The points system seems to be working/active now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. U may pls award appropriate points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 05:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine-in-sap-script/m-p/1374008#M183658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T05:38:13Z</dc:date>
    </item>
  </channel>
</rss>

