<?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 SAP SCRIPT TEXT ELEMENT PRINTING PROBLEM. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579460#M1272517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a Standard Program which is the DRIVER program for the SAP script ... noe the reqirement was to change the SAP script and not the DRIVER program .. so i have copied the SAP SCRIPT to Z...&lt;/P&gt;&lt;P&gt;and done the required changes ... noe the problem is that .. i want to print the certain elements i.e TEXT ELEMTS in SCRIPT in some other position... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g :  Text Element A :  Contains header data : DATE , NAME : ADDR etc&lt;/P&gt;&lt;P&gt;              Text Element B : Contains Item data  : ID , CODE .. etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Text Element A is printed on the TOP of the page and Text Element B is printed Below Text Element A and in Driver Program First Text Element A is called then Text Element B is called &lt;STRONG&gt;noe i want to print one of the field suppose ID on the TOP of the page with the along with the HEADER data&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the soloution.&lt;/P&gt;&lt;P&gt;Note : the data in the Element B is fillend only after the execution of the Text Element  A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 06:38:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T06:38:41Z</dc:date>
    <item>
      <title>SAP SCRIPT TEXT ELEMENT PRINTING PROBLEM.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579460#M1272517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a Standard Program which is the DRIVER program for the SAP script ... noe the reqirement was to change the SAP script and not the DRIVER program .. so i have copied the SAP SCRIPT to Z...&lt;/P&gt;&lt;P&gt;and done the required changes ... noe the problem is that .. i want to print the certain elements i.e TEXT ELEMTS in SCRIPT in some other position... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g :  Text Element A :  Contains header data : DATE , NAME : ADDR etc&lt;/P&gt;&lt;P&gt;              Text Element B : Contains Item data  : ID , CODE .. etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Text Element A is printed on the TOP of the page and Text Element B is printed Below Text Element A and in Driver Program First Text Element A is called then Text Element B is called &lt;STRONG&gt;noe i want to print one of the field suppose ID on the TOP of the page with the along with the HEADER data&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the soloution.&lt;/P&gt;&lt;P&gt;Note : the data in the Element B is fillend only after the execution of the Text Element  A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579460#M1272517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT TEXT ELEMENT PRINTING PROBLEM.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579461#M1272518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a new window on top of your page and when you call WRITE_FORM, you can pass the window name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hadiman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 00:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579461#M1272518</guid>
      <dc:creator>hadiman_ngoei</dc:creator>
      <dc:date>2009-05-21T00:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT TEXT ELEMENT PRINTING PROBLEM.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579462#M1272519</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;to display the field from elementB to elementA just put that field in elementA in SAP script text.&lt;/P&gt;&lt;P&gt;when elementA is called in driver program than automatically that field will also displayed there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-element-printing-problem/m-p/5579462#M1272519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T06:15:52Z</dc:date>
    </item>
  </channel>
</rss>

