<?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: Smartform Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837517#M1131645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your Guess(t) is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 10:14:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-01T10:14:36Z</dc:date>
    <item>
      <title>Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837512#M1131640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear ones, I have an issue with the smartforms..&lt;/P&gt;&lt;P&gt;In T-Code VF02 for a particular doc no, say 80000001 I have 4 materials, the first item number has a net value as zero so for this no material description has to be fetched..ie the whole row has to be blank, but later for the 2nd line item there is net value it has to fetch material descp and the value, now for another doc no say 80000045 has a the first item number with net value of 6000 Rs, dis has to fetched along with material decp but later the 3rd line item has net value as zero for which material descp has to be fetched but the net value should not be fetched.. How do I go about this pls help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Ajai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 09:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837512#M1131640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837513#M1131641</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;Just put the conditions in your driver program,,,,,,, if net value is zero for a document then pass all vales as blank,,,,, and if net value is there then pass the subsequent values,,,,, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 09:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837513#M1131641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T09:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837514#M1131642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to make use of Form rountines tab in Global definitions node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define subroutine here and write your code in it, where in code as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later any where in the Smartform you call that Subroutine using Perform Statement, so that it fetches data as per your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 09:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837514#M1131642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837515#M1131643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;U will see pricing fields in KONV table u shd fetch the item data according to the pricing condtions given by your function consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKPO-EBELP = KONV-kposn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want in header level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKKO-KNUMV = KONV-knumv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 09:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837515#M1131643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T09:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837516#M1131644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya right but then wat wil happen is, theis condition will affect the line item 2 and 3 if there is no value in it no data will be fetched..which should not happen I want the material descp and quanity..&lt;/P&gt;&lt;P&gt;but thanks for the replies dear frens Saurab &amp;amp; siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 09:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837516#M1131644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T09:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837517#M1131645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your Guess(t) is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 10:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837517#M1131645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T10:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837518#M1131646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friend,&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    data : IT_VBRP type standard table of VBRP,&lt;/P&gt;&lt;P&gt;             WA_VBRP type VBRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from vbrp into table it_vbrp&lt;/P&gt;&lt;P&gt;where vbeln =        is_bil_invoice-hd_gen-bil_number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the Table in that give the it_vbap into wa_vbap. dont put the Condition where netwr ne 0 .&lt;/P&gt;&lt;P&gt;Check the whatever u used the Condition in loop.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 10:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837518#M1131646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T10:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837519#M1131647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why are you confusing every one with two user ids . Please send a mail to sdn@sap.com and ask one of your account to delete. Don't violate the rules of engagement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your reply to this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Dec 1, 2008 5:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 10:18:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4837519#M1131647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T10:18:19Z</dc:date>
    </item>
  </channel>
</rss>

