<?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 Getting SAPScript form name in calling program ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996756#M75445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can anyone tell me how I can get the SAPScript name&lt;/P&gt;&lt;P&gt;in the subroutine in a ABAP program which is called by the SAPScript ?&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;Best regards,&lt;/P&gt;&lt;P&gt;Sandip.&lt;/P&gt;&lt;P&gt;Ph: +44 121 683 2814.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2005 07:35:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-07T07:35:33Z</dc:date>
    <item>
      <title>Getting SAPScript form name in calling program ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996756#M75445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can anyone tell me how I can get the SAPScript name&lt;/P&gt;&lt;P&gt;in the subroutine in a ABAP program which is called by the SAPScript ?&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;Best regards,&lt;/P&gt;&lt;P&gt;Sandip.&lt;/P&gt;&lt;P&gt;Ph: +44 121 683 2814.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996756#M75445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAPScript form name in calling program ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996757#M75446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sandip,&lt;/P&gt;&lt;P&gt;             Goto table TNAPR there you can find SAP Script and corresponding ABAP program and subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas Madaan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996757#M75446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T07:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAPScript form name in calling program ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996758#M75447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;Thanks for the reply,but my problem is as follows :&lt;/P&gt;&lt;P&gt;"There is a Z-program having a subroutine that is being called by several SAPScript forms.So in the routine I need to write the code which will get the name of the FORM which is currently calling the subroutine."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996758#M75447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T07:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAPScript form name in calling program ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996759#M75448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why don't you transfer the form name in the PERFORM stmt in the sapscript ? I mean that you can have a parameter in your subroutine, that can be use as a form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-sapscript-form-name-in-calling-program/m-p/996759#M75448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T08:30:47Z</dc:date>
    </item>
  </channel>
</rss>

