<?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: Query with SPASCRIPT parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150730#M1368519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay.&lt;/P&gt;&lt;P&gt;I think that will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 12:41:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T12:41:41Z</dc:date>
    <item>
      <title>Query with SPASCRIPT parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150726#M1368515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Champs,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am creating a SAP SCRIPT which will be clone of MR_PRINT and will be driven by TCode MR90. Hence I cannot make changed in the driver program.&lt;/P&gt;&lt;P&gt;In my requirement I need one more field to be represented in my SAP Script that is VTEXT(payment terms) field of LFM1. But when I debug the existing MR_PRINT SAPSCRIPT it seems as if there is no parameter like LFM1-VTEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Query is is it possible to create your own parameter in SAP Script and then Populate it.&lt;/P&gt;&lt;P&gt;I know there a syntax &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;/: DEFINE &amp;amp;lfm1-vtext&amp;amp; *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But can this varibale be used for display purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 11:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150726#M1368515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T11:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query with SPASCRIPT parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150727#M1368516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can add your desired field in SAPACRIPT.&lt;/P&gt;&lt;P&gt;you need to write subroutine program for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;perform get_quant_char in ZMM_TRANSFER_ORDER using intab structure itscy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM GET_QUANT_CHAR TABLES INTAB STRUCTURE ITCSY&lt;/P&gt;&lt;P&gt;                           OUTTAB STRUCTURE ITCSY.&lt;/P&gt;&lt;P&gt;  DATA : QUANT(13) TYPE C,&lt;/P&gt;&lt;P&gt;         QUANT1 TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE INTAB INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  QUANT1 = INTAB-VALUE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  QUANT = QUANT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONDENSE QUANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE OUTTAB INDEX 1.&lt;/P&gt;&lt;P&gt;  OUTTAB-VALUE = QUANT.&lt;/P&gt;&lt;P&gt;  MODIFY OUTTAB INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "Get_quant_Char&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 11:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150727#M1368516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T11:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query with SPASCRIPT parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150728#M1368517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;Thanks for reply, but my query is the same&lt;/P&gt;&lt;P&gt;' The value of the OUTAB-VALUE has to be Defined in the SAPSCRIPT so that it can be displayed'&lt;/P&gt;&lt;P&gt;So how to define that variable, and will we be able to display that varible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 12:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150728#M1368517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T12:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query with SPASCRIPT parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150729#M1368518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:DEFINE V_BANKL.&lt;/P&gt;&lt;P&gt;/:DEFINE V_BANKN_H.&lt;/P&gt;&lt;P&gt; /:DEFINE V_BANKN_L.&lt;/P&gt;&lt;P&gt; /:PERFORM GET_QUANT_CHAR IN PROGRAM ZTRANSFER_ITCSY&lt;/P&gt;&lt;P&gt; /:USING &amp;amp;REGUH-HKTID&amp;amp;&lt;/P&gt;&lt;P&gt; /:USING &amp;amp;REGUH-HBKID&amp;amp;&lt;/P&gt;&lt;P&gt; /:CHANGING &amp;amp;V_BANKL&amp;amp;&lt;/P&gt;&lt;P&gt; /:CHANGING &amp;amp;V_BANKN_L&amp;amp;&lt;/P&gt;&lt;P&gt; /:CHANGING &amp;amp;V_BANKN_H&amp;amp; .&lt;/P&gt;&lt;P&gt; /:ENDPERFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this you can use variable &amp;amp;V_BANKL&amp;amp; for your script.&lt;/P&gt;&lt;P&gt;I hope your doubt is pretty clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 12:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150729#M1368518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query with SPASCRIPT parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150730#M1368519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay.&lt;/P&gt;&lt;P&gt;I think that will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 12:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-spascript-parameters/m-p/6150730#M1368519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T12:41:41Z</dc:date>
    </item>
  </channel>
</rss>

