<?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 smartform help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158811#M456429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;i am bala. now i am working in smartform. i need some help in smartform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my standard SAPSCRIPT : J_1BNOTA_FISCAL &lt;/P&gt;&lt;P&gt;Standard PRINT PROGRAM : J_1BNFPR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to change in smartform layout and i need to change some of table and fields. so i will copy that sapscript and i create custom smartform ie Z_J_1BNOTA_FISCAL. now i want to change few table and fields in that custom smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example TRANSPORT WINDOW, in that window standard smartform using "J_1BPRNFTR-NAME1" instead of that place i want to use following table and field name ie"LFA1-NAME1" .so anyone please tell me where i can write the code.then how can i print that value in particular place.my question is i want to write any extra code in PRINT PROGRAM?&lt;/P&gt;&lt;P&gt;anyone please suggest me to fix this problem.thanks for advance and i will give good points also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's possible anyone please provide me a step by step how to change that values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;B.Balamurali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2007 12:59:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-23T12:59:25Z</dc:date>
    <item>
      <title>smartform help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158811#M456429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;i am bala. now i am working in smartform. i need some help in smartform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my standard SAPSCRIPT : J_1BNOTA_FISCAL &lt;/P&gt;&lt;P&gt;Standard PRINT PROGRAM : J_1BNFPR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to change in smartform layout and i need to change some of table and fields. so i will copy that sapscript and i create custom smartform ie Z_J_1BNOTA_FISCAL. now i want to change few table and fields in that custom smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example TRANSPORT WINDOW, in that window standard smartform using "J_1BPRNFTR-NAME1" instead of that place i want to use following table and field name ie"LFA1-NAME1" .so anyone please tell me where i can write the code.then how can i print that value in particular place.my question is i want to write any extra code in PRINT PROGRAM?&lt;/P&gt;&lt;P&gt;anyone please suggest me to fix this problem.thanks for advance and i will give good points also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's possible anyone please provide me a step by step how to change that values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;B.Balamurali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 12:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158811#M456429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: smartform help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158812#M456430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In you need not write the code in Print Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SMART FORMS itself you can write the code. In the Window in which you want the values you can declare (CREATE --&amp;gt; FLOW LOGIC --&amp;gt; PROGRAM LINES).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can write any ABAP statements including DB SELECT's, internal table declarations... etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 13:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158812#M456430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T13:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartform help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158813#M456431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;In that Transport window u have to insert Program lines.&lt;/P&gt;&lt;P&gt;select the Transport window and right click on it, now click on code lines, there u have to write the code. and in that u have to define the input parameters and output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i am right, if not excuse me and if u can clearly explalin this issue i will help u. Bcoz recently i have wrked on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 13:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158813#M456431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: smartform help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158814#M456432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the smart form where this field is used for display purposes, at that point u need to replace ur old field with new field... similarly, u need to modify the driver program also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 13:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158814#M456432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T13:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: smartform help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158815#M456433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Thanks for your reply.can you please tell me step by step how to create new table and fields and where i can write the code in that smartform.then i need to change any code in print program.anyone please tell me step by step information.thanks for advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 14:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-help/m-p/2158815#M456433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T14:17:59Z</dc:date>
    </item>
  </channel>
</rss>

