<?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: Report &amp; sapscript questions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-sapscript-questions/m-p/3077056#M729726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 . How do you read selected lines of database table into an internal table in packages of &lt;/P&gt;&lt;P&gt;predefined size. Give me detail usig example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr werks from marc into table itab&lt;/P&gt;&lt;P&gt;  package size 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How do you write a DATA object from ABAP/4 program to ABAP/4 memory and restore the &lt;/P&gt;&lt;P&gt;same from memory to program.&lt;/P&gt;&lt;P&gt;EXPORT v_cash TO MEMORY ID 'CID'.&lt;/P&gt;&lt;P&gt;import v_cash from memory id 'CID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Name the ABAP/4 key word for searching a string in an Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Is it possible to create new dynamic programs during runtime of an ABAP/4 program? If &lt;/P&gt;&lt;P&gt;so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. There is a standard SAP-Script layout &amp;#145;RVINVOICE01&amp;#146; for printing Invoices using &lt;/P&gt;&lt;P&gt;transaction code VF02. Suppose we have to redesign this layout from scratch using &lt;/P&gt;&lt;P&gt;Smartforms, to display data all of which the standard driver program fetches. Then why &lt;/P&gt;&lt;P&gt;will it be necessary to re-write the driver-program (even though we do not have to fetch &lt;/P&gt;&lt;P&gt;any excess data)?&lt;/P&gt;&lt;P&gt;- because driver program for script and smartforms are different.&lt;/P&gt;&lt;P&gt;check the program RVADIL01 for vf02 smartform. This is standard driver program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Suppose there is an User-exit that has not yet been used by anyone anywhere. Explain in &lt;/P&gt;&lt;P&gt;detail how will you make this user-exit functional?&lt;/P&gt;&lt;P&gt;go to CMOD - create a project - give enhancement name in enhancement assignments - go to function&lt;/P&gt;&lt;P&gt;module - double click on include - when warning displays just press enter and then put&lt;/P&gt;&lt;P&gt;a break point or write your code to make it functional. &lt;/P&gt;&lt;P&gt;7.What is the basic difference between a Main window and other windows with respect to &lt;/P&gt;&lt;P&gt;print outputs?&lt;/P&gt;&lt;P&gt;- &lt;/P&gt;&lt;P&gt;8. What does the standard SAP function-module &amp;#145;SPELL_AMOUNT&amp;#146; do?&lt;/P&gt;&lt;P&gt;- read function module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Through which transaction-code can you request for a CTS number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 16:41:25 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2007-12-03T16:41:25Z</dc:date>
    <item>
      <title>Report &amp; sapscript questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-sapscript-questions/m-p/3077055#M729725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir, plz help me to solve the below question &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 . How do you read selected lines of database table into an internal table in packages of predefined size. Give me detail usig example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How do you write a DATA object from ABAP/4 program to ABAP/4 memory and restore the same from memory to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Name the ABAP/4 key word for searching a string in an Internal Table.&lt;/P&gt;&lt;P&gt;4. Is it possible to create new dynamic programs during runtime of an ABAP/4 program? If so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. There is a standard SAP-Script layout &amp;#145;RVINVOICE01&amp;#146; for printing Invoices using transaction code VF02. Suppose we have to redesign this layout from scratch using Smartforms, to display data all of which the standard driver program fetches. Then why will it be necessary to re-write the driver-program (even though we do not have to fetch any excess data)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Suppose there is an User-exit that has not yet been used by anyone anywhere. Explain in detail how will you make this user-exit functional?&lt;/P&gt;&lt;P&gt;7.What is the basic difference between a Main window and other windows with respect to print outputs?&lt;/P&gt;&lt;P&gt;8. What does the standard SAP function-module &amp;#145;SPELL_AMOUNT&amp;#146; do?&lt;/P&gt;&lt;P&gt;9. Through which transaction-code can you request for a CTS number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 15:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-sapscript-questions/m-p/3077055#M729725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Report &amp; sapscript questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-sapscript-questions/m-p/3077056#M729726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 . How do you read selected lines of database table into an internal table in packages of &lt;/P&gt;&lt;P&gt;predefined size. Give me detail usig example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr werks from marc into table itab&lt;/P&gt;&lt;P&gt;  package size 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How do you write a DATA object from ABAP/4 program to ABAP/4 memory and restore the &lt;/P&gt;&lt;P&gt;same from memory to program.&lt;/P&gt;&lt;P&gt;EXPORT v_cash TO MEMORY ID 'CID'.&lt;/P&gt;&lt;P&gt;import v_cash from memory id 'CID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Name the ABAP/4 key word for searching a string in an Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Is it possible to create new dynamic programs during runtime of an ABAP/4 program? If &lt;/P&gt;&lt;P&gt;so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. There is a standard SAP-Script layout &amp;#145;RVINVOICE01&amp;#146; for printing Invoices using &lt;/P&gt;&lt;P&gt;transaction code VF02. Suppose we have to redesign this layout from scratch using &lt;/P&gt;&lt;P&gt;Smartforms, to display data all of which the standard driver program fetches. Then why &lt;/P&gt;&lt;P&gt;will it be necessary to re-write the driver-program (even though we do not have to fetch &lt;/P&gt;&lt;P&gt;any excess data)?&lt;/P&gt;&lt;P&gt;- because driver program for script and smartforms are different.&lt;/P&gt;&lt;P&gt;check the program RVADIL01 for vf02 smartform. This is standard driver program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Suppose there is an User-exit that has not yet been used by anyone anywhere. Explain in &lt;/P&gt;&lt;P&gt;detail how will you make this user-exit functional?&lt;/P&gt;&lt;P&gt;go to CMOD - create a project - give enhancement name in enhancement assignments - go to function&lt;/P&gt;&lt;P&gt;module - double click on include - when warning displays just press enter and then put&lt;/P&gt;&lt;P&gt;a break point or write your code to make it functional. &lt;/P&gt;&lt;P&gt;7.What is the basic difference between a Main window and other windows with respect to &lt;/P&gt;&lt;P&gt;print outputs?&lt;/P&gt;&lt;P&gt;- &lt;/P&gt;&lt;P&gt;8. What does the standard SAP function-module &amp;#145;SPELL_AMOUNT&amp;#146; do?&lt;/P&gt;&lt;P&gt;- read function module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Through which transaction-code can you request for a CTS number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 16:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-sapscript-questions/m-p/3077056#M729726</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-03T16:41:25Z</dc:date>
    </item>
  </channel>
</rss>

