<?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: SAPSCRIPT appears with blank fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901339#M1596850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be difficult for someone to comment actually. For now you need to debug your SAP script. In menu options of Sap Scripts transaction, you can find the debugging enable option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh Verma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2011 19:12:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-04T19:12:16Z</dc:date>
    <item>
      <title>SAPSCRIPT appears with blank fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901338#M1596849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I am finding a problem with a SAPscript.&lt;/P&gt;&lt;P&gt;Running directly my program Z(SE38) , it select the P.O.tables(EKKO, EKPO,...) correctly, calls my ZSAPSCRIPT correctly and I can preview, It's OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Has made the parameterization and calling via printing preview in ME22N. The sapscript windows appears entirely but no field or variable are displayed. I put a break on my Zprogram and the program is called correctly, all the selections are loaded normally, but it does not show any content, only the fixed ones in the SAPSCRIPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 18:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901338#M1596849</guid>
      <dc:creator>rafael_ferraz</dc:creator>
      <dc:date>2011-05-04T18:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT appears with blank fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901339#M1596850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be difficult for someone to comment actually. For now you need to debug your SAP script. In menu options of Sap Scripts transaction, you can find the debugging enable option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh Verma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 19:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901339#M1596850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-04T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT appears with blank fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901340#M1596851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAPSCRIPT DEBUG mode, at the very begining in the frist step i can check that variables are filled in a SE38 mode and not filled in ME22N transaction. &lt;/P&gt;&lt;P&gt;Example  &amp;amp;W_EKKO-EBELN&amp;amp; 4500000000 (SE38)&lt;/P&gt;&lt;P&gt;               &amp;amp;W_EKKO-EBELN&amp;amp;                      (ME22N)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not only this field, all other are in the same situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 19:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901340#M1596851</guid>
      <dc:creator>rafael_ferraz</dc:creator>
      <dc:date>2011-05-04T19:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT appears with blank fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901341#M1596852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How exactly did you code your Z print program?&lt;/P&gt;&lt;P&gt;The PO print process will provide the output request record in table work area NAST. Based on that, the output program will retrieve the relevant PO data and process the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not knowing how your program is coded makes it hard to comment on your problem, but I suspect there is a disconnect between processing the output request record and your print program. If your program (and starting subroutine) expects the PO number in a different way than using NAST, this won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best you can do is take a look at the standard print program SAPFM06P, subroutine ENTRY_NEU and model your data retrieval after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 20:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-appears-with-blank-fields/m-p/7901341#M1596852</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2011-05-04T20:58:36Z</dc:date>
    </item>
  </channel>
</rss>

