<?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: PO changes in SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928172#M689942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It appears that you have copied the STd driver program of SAP SAPMF06P into Zprogram and you are using&lt;/P&gt;&lt;P&gt;Have you attached the std one in NACE tcode for the Output type NEU  against the form ZMEDRUCK (Copy of MEDRUCK) correctly.&lt;/P&gt;&lt;P&gt;I think you are not using external subrotuine PERFORM in the script?&lt;/P&gt;&lt;P&gt;If you wrote the code correctly for the Total it will come into script&lt;/P&gt;&lt;P&gt;Check where the data of that code is coming into script? I mean in which TEXT ELEMENT is triggering for that code&lt;/P&gt;&lt;P&gt;you have to write under that TEXT ELEMENT only in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Oct 2007 11:02:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-20T11:02:40Z</dc:date>
    <item>
      <title>PO changes in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928171#M689941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using standard program for my Purchase Order calculation in SAP Script in 4.6B. this is the stucture of my program &lt;/P&gt;&lt;P&gt;ZIND_MM_PO(main Program) =&amp;gt; INCLUDE ZFM06PE02_IND(one of the includes) =&amp;gt;Form entry_neu(one of the forms inside the include)=&amp;gt;Z_ME_PRINTPO(one of the function modules  inside the form) =&amp;gt;vt_atotal(one of the varables used for total calculation inside the FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to print the vt_atotal variable in my PO(which is the sum of all tax values which is calculated based on some condition types).&lt;/P&gt;&lt;P&gt;i've tried taking out  the variable by assigning it in the export variable.&lt;/P&gt;&lt;P&gt;and in the editor screen of the script i've calle the particular perform Form entry_neu using the variable vt_atotal.&lt;/P&gt;&lt;P&gt;I'm not getting the value.....&lt;/P&gt;&lt;P&gt;the problem is... it is having the value inside the function module but not bringing it outside...&lt;/P&gt;&lt;P&gt;is there any other way to print the variables in my PO output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Jegadesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 10:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928171#M689941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T10:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: PO changes in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928172#M689942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It appears that you have copied the STd driver program of SAP SAPMF06P into Zprogram and you are using&lt;/P&gt;&lt;P&gt;Have you attached the std one in NACE tcode for the Output type NEU  against the form ZMEDRUCK (Copy of MEDRUCK) correctly.&lt;/P&gt;&lt;P&gt;I think you are not using external subrotuine PERFORM in the script?&lt;/P&gt;&lt;P&gt;If you wrote the code correctly for the Total it will come into script&lt;/P&gt;&lt;P&gt;Check where the data of that code is coming into script? I mean in which TEXT ELEMENT is triggering for that code&lt;/P&gt;&lt;P&gt;you have to write under that TEXT ELEMENT only in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 11:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928172#M689942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T11:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: PO changes in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928173#M689943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;Thanks for your reply .Every thing is fine as you said.I've already written that code under the text element only.but still i'm not getting it in the print output. is there any other suggestions to check with..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Jegadesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 06:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-changes-in-sap-script/m-p/2928173#M689943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T06:57:07Z</dc:date>
    </item>
  </channel>
</rss>

