<?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: SAP SCRIPT VF02 - new layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417396#M200665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have checked NACE. The name of driver program and script is correct. Is this to do something with the form routine name. I have a form routine in which two parameters are passed in which on of them is screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jul 2006 07:03:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-14T07:03:52Z</dc:date>
    <item>
      <title>SAP SCRIPT VF02 - new layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417394#M200663</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 developed a layout for VF02 and have attached to the t-code using t-code NACE. Im able to see the print output. But when i pass any varibale declared in the driver program to the layout, the value is not shown. For eg - i have a variable 'var1' declared as text holding a text value. But 'var1' when displayed in layout like &amp;amp;var1&amp;amp;, the value is not displayed.&lt;/P&gt;&lt;P&gt;But the varibles from VF02 display like vbrk-vbeln, vbrk-netwr are getting shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to pass values in user defined variable or ITAB to script layout when the layout is attached to a t-code using NACE. Im using open_form, write_form to pass values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajiv Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 06:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417394#M200663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T06:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT VF02 - new layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417395#M200664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go  to nace  and  check that  ur driver  program and  sap script  both attech  to  the  output  type..&lt;/P&gt;&lt;P&gt;may  be  possible  u attech  costamize  sapscript  but  not attech  ur  z driver  programm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 06:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417395#M200664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T06:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT VF02 - new layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417396#M200665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have checked NACE. The name of driver program and script is correct. Is this to do something with the form routine name. I have a form routine in which two parameters are passed in which on of them is screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 07:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417396#M200665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T07:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT VF02 - new layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417397#M200666</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;  If this is a sapscript and the additional fields are not supported by standard,then you need to write a routine in a layout to pass the variables, for this you need to have a program of type 'Subroutine pool', refer the following, this should help, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In layout, &lt;/P&gt;&lt;P&gt;/:   PERFORM CONVERT_CURR IN PROGRAM ZIN_PUR_ORDER_PAY           &lt;/P&gt;&lt;P&gt;/:   USING &amp;amp;EKKO-WAERS&amp;amp;                                          &lt;/P&gt;&lt;P&gt;/:   CHANGING &amp;amp;LV_WAERS&amp;amp;                                         &lt;/P&gt;&lt;P&gt;/:   ENDPERFORM                                                  &lt;/P&gt;&lt;P&gt;In the program ZIN_PUT_ORDER_PAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM    CONVERT_CURR                                          *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&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;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  INP                                                           *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  OUT                                                           *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CONVERT_CURR TABLES INP STRUCTURE ITCSY&lt;/P&gt;&lt;P&gt;                           OUT STRUCTURE ITCSY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : LV_WAERS LIKE TCURC-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE INP WITH KEY NAME = 'EKKO-WAERS'.&lt;/P&gt;&lt;P&gt;  CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;  LV_WAERS = INP-VALUE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Function module converts dummy currencies used for hedging rates to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;the equivalent currencies recognised by the outside world.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'Z_CUSTOM_CURRENCY_CONV'&lt;/P&gt;&lt;P&gt;       CHANGING&lt;/P&gt;&lt;P&gt;            WAERS = LV_WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT OUT.&lt;/P&gt;&lt;P&gt;    CASE OUT-NAME.&lt;/P&gt;&lt;P&gt;      WHEN 'LV_WAERS'.&lt;/P&gt;&lt;P&gt;        OUT-VALUE = LV_WAERS.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;    MODIFY OUT.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 07:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417397#M200666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T07:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT VF02 - new layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417398#M200667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do  one  thing..&lt;/P&gt;&lt;P&gt; check  table TNAPR  give  ur  outpot  name (kschl) and  check what's entry there..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 07:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-vf02-new-layout/m-p/1417398#M200667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T07:20:05Z</dc:date>
    </item>
  </channel>
</rss>

