<?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: Customize SapScript Code for Invoice in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260467#M147404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishal, since you seem to work with forms, you yourself would know that smart forms doesnt have much code. So there little chance that this is going to help you. However undertaking the following things might help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The standard program for invoice is RLB_INVOICE.&lt;/P&gt;&lt;P&gt;2. Standard SmartForm is LB_BIL_INVOICE.&lt;/P&gt;&lt;P&gt;3. RLB_INVOICE passes a table with the structure LBBIL_INVOICE to the smart form.&lt;/P&gt;&lt;P&gt;4. If you intend you make your own smart form for an invoice, make a copy of LBBIL_INVOICE (so that your own SF would have the same interface)&lt;/P&gt;&lt;P&gt;5. In your own smart form if you dont want the custom design at, just delete all nodes. &lt;/P&gt;&lt;P&gt;6. Go to the transaction V/40, choose the output type 'RD00 - Invoice' and double click on 'processing routines' in the box on the left side. You can replace the standard smart form with your own newly created one.&lt;/P&gt;&lt;P&gt;7. The important thing here is that if you want to utilize the standard data extraction program RLB_INVOICE you have to keep the interface in line with it.&lt;/P&gt;&lt;P&gt;8. Under normal circumstances you wouldnt need to make your own data extraction program because RLB_INVOICE provides an awful lot of data through the structure LB_BIL_INVOICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help of smart forms, refer to the following links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htmhttp://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htmhttp://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2006 05:21:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-06T05:21:35Z</dc:date>
    <item>
      <title>Customize SapScript Code for Invoice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260466#M147403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Can anyone give me customize sap script/smarform code for invoice rather then standard sap script progmram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 04:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260466#M147403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T04:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customize SapScript Code for Invoice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260467#M147404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishal, since you seem to work with forms, you yourself would know that smart forms doesnt have much code. So there little chance that this is going to help you. However undertaking the following things might help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The standard program for invoice is RLB_INVOICE.&lt;/P&gt;&lt;P&gt;2. Standard SmartForm is LB_BIL_INVOICE.&lt;/P&gt;&lt;P&gt;3. RLB_INVOICE passes a table with the structure LBBIL_INVOICE to the smart form.&lt;/P&gt;&lt;P&gt;4. If you intend you make your own smart form for an invoice, make a copy of LBBIL_INVOICE (so that your own SF would have the same interface)&lt;/P&gt;&lt;P&gt;5. In your own smart form if you dont want the custom design at, just delete all nodes. &lt;/P&gt;&lt;P&gt;6. Go to the transaction V/40, choose the output type 'RD00 - Invoice' and double click on 'processing routines' in the box on the left side. You can replace the standard smart form with your own newly created one.&lt;/P&gt;&lt;P&gt;7. The important thing here is that if you want to utilize the standard data extraction program RLB_INVOICE you have to keep the interface in line with it.&lt;/P&gt;&lt;P&gt;8. Under normal circumstances you wouldnt need to make your own data extraction program because RLB_INVOICE provides an awful lot of data through the structure LB_BIL_INVOICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help of smart forms, refer to the following links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htmhttp://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htmhttp://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 05:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260467#M147404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T05:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customize SapScript Code for Invoice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260468#M147405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI vishal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can customize the standard INvoice as per your requirement. for that you have copy the standard invoice program and the form to a Z program and FOrm and then modify  the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPSCRIPT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SAPSCRIPT: program RVADIN01&lt;/P&gt;&lt;P&gt;form RVINVOICE01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- SMARTFORM: program RLB_INVOICE&lt;/P&gt;&lt;P&gt;smart LB_BIL_INVOICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just copy these program and modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after doing this GOTO NACE txn. there change the print program and the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ksihore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 05:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260468#M147405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T05:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customize SapScript Code for Invoice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260469#M147406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go thru the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1057741"&gt;&lt;/A&gt;&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;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 05:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-sapscript-code-for-invoice/m-p/1260469#M147406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-06T05:26:58Z</dc:date>
    </item>
  </channel>
</rss>

