<?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: SY-REPID?????? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861206#M363555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-repid holds the name of the program currently running. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use it in areas like MPP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 07:35:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T07:35:55Z</dc:date>
    <item>
      <title>SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861200#M363549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pllz tel me abt all concerned to the system field &amp;lt;b&amp;gt;SY-REPID&amp;lt;/b&amp;gt;.&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;Regards.&lt;/P&gt;&lt;P&gt;Farooq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 06:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861200#M363549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861201#M363550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;sy-repid is used to idenfy the object , generally this you use in alv's to aasign the program name to field catelog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861201#M363550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861202#M363551</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;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="197825"&gt;&lt;/A&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;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861202#M363551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861203#M363552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the report name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system field SY-REPID is not part of SYST or SY. Instead, every program contains the predefined constants SY-REPID and SYST-REPID, which both contain the name of the corresponding program. Furthermore, there are two predefined types of the same name, SY-REPID and SYST-REPID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All system fields are addressed using SY field name and their types using SYST field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SY-REPID&lt;/P&gt;&lt;P&gt;Name of current ABAP program. With externally called procedures this is the name of the procedure&amp;#146;s main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-REPID was transferred to an external procedure as an actual parameter before Release 6.10, the formal parameter was not given the name of the caller, but the name of the procedure&amp;#146;s main program. SY-REID had to be transferred to an auxiliary variable before the call or you had to use SY-PROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of Release 6.10, SY-REPID is a separate constant that is no longer part of the structure SYST or SY. It can be transferred to external procedures directly&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rfer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ur problem, reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861203#M363552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861204#M363553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farooq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system field SY-REPID is not part of SYST or SY. Instead, every program contains the predefined constants &amp;lt;b&amp;gt;SY-REPID and SYST-REPID, which both contain the name of the corresponding program.&amp;lt;/b&amp;gt; Furthermore, there are two predefined types of the same name, SY-REPID and SYST-REPID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861204#M363553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861205#M363554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farooq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)SY-REPID -&amp;gt; Name of the current ABAP Program.&lt;/P&gt;&lt;P&gt;2)With externally called procedures this is the name of the procedure&amp;#146;s main program. &lt;/P&gt;&lt;P&gt;3)The system field SY-REPID is not part of SYST or SY. Instead, every program contains the predefined constants SY-REPID and SYST-REPID, which both contain the name of the corresponding program.&lt;/P&gt;&lt;P&gt;4) It can have upto 40 character long&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861205#M363554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861206#M363555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-repid holds the name of the program currently running. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use it in areas like MPP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861206#M363555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861207#M363556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;every program contains the predefined constants SY-REPID and SYST-REPID, which both contain the name of the corresponding program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-REPID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       type         length            description&lt;/P&gt;&lt;P&gt;       CHAR       40             Current main program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861207#M363556</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-01-23T07:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861208#M363557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to see if so &amp;amp; so is there in SY-REPID &amp;amp; SYST-REPID of a particular Program????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861208#M363557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861209#M363558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi farooq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The structure SYST (which we can see from se11 also),&lt;/P&gt;&lt;P&gt;  (also called as SY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. is available in all programs, by default,&lt;/P&gt;&lt;P&gt;   and its values are filled by the r/3 system auatomatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. one of its field is REPID,&lt;/P&gt;&lt;P&gt;   which contains the current, running program name.&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, 23 Jan 2007 08:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861209#M363558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T08:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861210#M363559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use..&lt;/P&gt;&lt;P&gt;write sy-repid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 08:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861210#M363559</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-01-23T08:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: SY-REPID??????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861211#M363560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    sy-repid is the system defined variable which will hold the current program      &lt;/P&gt;&lt;P&gt;    name, where ever u want to use the current program name u can use this &lt;/P&gt;&lt;P&gt;   variable. u can find all system defined variable in structure syst.&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;&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 08:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-repid/m-p/1861211#M363560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T08:32:37Z</dc:date>
    </item>
  </channel>
</rss>

