<?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 driver program of sap script. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243646#M483994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;can any1 help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a drive progm for form,in that i hav a internal table to store that data which i want to display on the form output, and i have declared (fields)in the form(change editor part) also but i am unable to see the resective output.&lt;/P&gt;&lt;P&gt;canny1 can give me the sample way to do the same(mean the way  of retrieving the data and displaying the same in the form output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;regrds&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        anuj anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2007 12:13:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-28T12:13:12Z</dc:date>
    <item>
      <title>driver program of sap script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243646#M483994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;can any1 help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a drive progm for form,in that i hav a internal table to store that data which i want to display on the form output, and i have declared (fields)in the form(change editor part) also but i am unable to see the resective output.&lt;/P&gt;&lt;P&gt;canny1 can give me the sample way to do the same(mean the way  of retrieving the data and displaying the same in the form output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;regrds&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        anuj anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243646#M483994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: driver program of sap script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243647#M483995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT ZPSAPSCRIPT.&lt;/P&gt;&lt;P&gt;TABLES : EKKO,                        &lt;/P&gt;&lt;P&gt;         EKPO,                        &lt;/P&gt;&lt;P&gt;         KNA1,                        &lt;/P&gt;&lt;P&gt;         USR01,                       &lt;/P&gt;&lt;P&gt;         MARA,                        &lt;/P&gt;&lt;P&gt;         MAKT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ZOPTION.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE ITCPO.&lt;/P&gt;&lt;P&gt;DATA : END OF ZOPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_EBELN LIKE EKKO-EBELN,&lt;/P&gt;&lt;P&gt;            P_EBELP LIKE EKPO-EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR EKPO.&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM EKPO&lt;/P&gt;&lt;P&gt;       WHERE EBELN = P_EBELN AND&lt;/P&gt;&lt;P&gt;             EBELP = P_EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR KNA1.&lt;/P&gt;&lt;P&gt;SELECT SINGLE NAME1 FROM KNA1&lt;/P&gt;&lt;P&gt;              INTO KNA1-NAME1&lt;/P&gt;&lt;P&gt;              WHERE KUNNR = EKPO-KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR MAKT.&lt;/P&gt;&lt;P&gt;SELECT SINGLE MAKTX FROM MAKT&lt;/P&gt;&lt;P&gt;              INTO MAKT-MAKTX&lt;/P&gt;&lt;P&gt;              WHERE MATNR = EKPO-MATNR AND&lt;/P&gt;&lt;P&gt;                    SPRAS = SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR USR01.&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM USR01 WHERE BNAME = SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZOPTION-TDDEST    = USR01-SPLD.        "Output device (printer)&lt;/P&gt;&lt;P&gt;ZOPTION-TDIMMED   = 'X'.               "Print immediately&lt;/P&gt;&lt;P&gt;ZOPTION-TDDELETE  = 'X'.               "Delete after printing&lt;/P&gt;&lt;P&gt;ZOPTION-TDPROGRAM = 'ZPQRPRNT'.        "Program Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;         APPLICATION        = 'TX'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ARCHIVE_INDEX      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ARCHIVE_PARAMS     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         DEVICE             = 'PRINTER'&lt;/P&gt;&lt;P&gt;         DIALOG             = ' '&lt;/P&gt;&lt;P&gt;         FORM               = 'Z_TESTSCRIPT'&lt;/P&gt;&lt;P&gt;         LANGUAGE           = SY-LANGU&lt;/P&gt;&lt;P&gt;         OPTIONS            = ZOPTION&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;          LANGUAGE           = SY-LANGU&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;         OTHERS     = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;         ELEMENT       = 'HEADER'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        FUNCTION      = 'SET'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        TYPE          = 'BODY'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         WINDOW        = 'HEADER'&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          ELEMENT       = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;         ELEMENT       = 'MAIN'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        FUNCTION      = 'SET'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        TYPE          = 'BODY'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         WINDOW        = 'MAIN'&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          ELEMENT       = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;         ELEMENT       = 'FOOTER'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        FUNCTION      = 'SET'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        TYPE          = 'BODY'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         WINDOW        = 'FOOTER'&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          ELEMENT       = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CLOSE_FORM'&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          UNOPENED = 1&lt;/P&gt;&lt;P&gt;          OTHERS   = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243647#M483995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: driver program of sap script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243648#M483996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not import the internal table that way. There is two solution. &lt;/P&gt;&lt;P&gt;1. Create a dictionary of that internal table type and pass it through form interface.&lt;/P&gt;&lt;P&gt;2. Declare the internal table in the global defenation  of the smartform and select the data itself in the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243648#M483996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: driver program of sap script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243649#M483997</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;did u link the driver program and the script.&lt;/P&gt;&lt;P&gt;goto ur script and select in menu as below.&lt;/P&gt;&lt;P&gt;FORM-&amp;gt;CHECK-&amp;gt;TEXTS AND PRESS ENTER select APPEND PRINT PROGRAM,enter ur driver program and press enter.&lt;/P&gt;&lt;P&gt;also make sure that open_form,start_form,insert_form,end_form and close_form are all present in ur driver program.&lt;/P&gt;&lt;P&gt;it may work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243649#M483997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: driver program of sap script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243650#M483998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi alka,&lt;/P&gt;&lt;P&gt;thanks for the code i too hav the same with me.&lt;/P&gt;&lt;P&gt;but what i really want is to hav the simplest code.&lt;/P&gt;&lt;P&gt;mean if i want to display just two fields&lt;/P&gt;&lt;P&gt;ebeln and ebelp in my out put then what shul i do .&lt;/P&gt;&lt;P&gt;plz explain settin of both in driver program and in form.&lt;/P&gt;&lt;P&gt;thank in advwnce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243650#M483998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: driver program of sap script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243651#M483999</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;luckily i hav got the solution own my on .&lt;/P&gt;&lt;P&gt;thanks to all for there vaulable help.&lt;/P&gt;&lt;P&gt;regrads.&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/driver-program-of-sap-script/m-p/2243651#M483999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:32:19Z</dc:date>
    </item>
  </channel>
</rss>

