<?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 data pull in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143640#M1976262</link>
    <description>&lt;P&gt;Thanks for coming to SAP
Community for answers. Please post your question as a new question &lt;A href="https://answers.sap.com/questions/ask.html"&gt;here&lt;/A&gt;:&lt;/P&gt;

&lt;P&gt;Since you're
new in asking questions here, check out &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;our &lt;/A&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;tutorial
about asking and answering questions &lt;/A&gt;(if you haven't already), as it
provides tips for preparing questions more effectively, that draw responses
from our members. &lt;/P&gt;

&lt;P&gt;Please note,
that your post here won't be answered.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 07:11:52 GMT</pubDate>
    <dc:creator>former_member751591</dc:creator>
    <dc:date>2021-11-17T07:11:52Z</dc:date>
    <item>
      <title>Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143632#M1976254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;currently in my smartform The data for bank details is getting pulled from table bnka which holds good when we have to pull data for all company codes &lt;/P&gt;
  &lt;P&gt;But when we want to print the bank details from table t012k table based on specific company code &lt;/P&gt;
  &lt;P&gt;Like we want to print bank details for company code p004 only and not A series &lt;/P&gt;
  &lt;P&gt;what are we supposed to do&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 04:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143632#M1976254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-03T04:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143633#M1976255</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;nidhi1994&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;You have to make the modifications in your code Logic/Driver Program. From what i understand it is a simple business requirement, altering your Driver Program should get the Job done for you.&lt;/P&gt;&lt;P&gt;Validate the necessary conditions line company code and query the respective table accordingly. &lt;/P&gt;&lt;P&gt;Check in debugging of your code logic and make changes in relevant code lines that should help you achieve your requirement.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 05:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143633#M1976255</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-02-03T05:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143634#M1976256</link>
      <description>&lt;P&gt;But when I make changes in the smartform global definition section&lt;/P&gt;&lt;P&gt;the report data is getting problems &lt;/P&gt;&lt;P&gt;The search help which was working fine doesnt workn now&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 07:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143634#M1976256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-03T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143635#M1976257</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;nidhi1994&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Can you Please let us know the issue in detail? Like what change you did and what is not working after that?&lt;/P&gt;&lt;P&gt;Recommend you to raise a separate question for the same.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 07:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143635#M1976257</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-02-03T07:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143636#M1976258</link>
      <description>&lt;P&gt;Bank details is pulled from BNKA table BANKA field.&lt;/P&gt;&lt;P&gt;Changes required is, That if,&lt;/P&gt;&lt;P&gt;1) For  Z ( Company Code starts from A) the same configuration continues.&lt;/P&gt;&lt;P&gt;2) For Y ( Company Code starts from P) Bank details should be pulled from T012k table Bankn field. &lt;/P&gt;&lt;P&gt;this is for the smartform.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 08:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143636#M1976258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-03T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143637#M1976259</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;nidhi1994&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;As informed earlier, you need to control the Logic to fill your internal table (the one populates the main table) based on the company code.You need to do this change in Code Logic/Driver program where the logic is written to populate the table.In simple words your code should be as below:&lt;/P&gt;&lt;P&gt;IF Company code is Z&lt;/P&gt;&lt;P&gt;*** Fetch the data from BNKA table for BANKA field&lt;/P&gt;&lt;P&gt;ELSEIF Company code is Y
&lt;/P&gt;&lt;P&gt;*** Fetch the data from T012k table for BANKA field&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 09:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143637#M1976259</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-02-03T09:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143638#M1976260</link>
      <description>&lt;P&gt;thanks a lot for your help&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 05:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143638#M1976260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-04T05:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143639#M1976261</link>
      <description>&lt;P&gt;Hi i have joined as a sap abap consultant  i dont know how to edit the smart forms&lt;/P&gt;&lt;P&gt;and i dont know to understand the logic &lt;/P&gt;&lt;P&gt;kindly help me out how to edit and undersatnd logics query&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143639#M1976261</guid>
      <dc:creator>akjayaa</dc:creator>
      <dc:date>2021-11-17T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143640#M1976262</link>
      <description>&lt;P&gt;Thanks for coming to SAP
Community for answers. Please post your question as a new question &lt;A href="https://answers.sap.com/questions/ask.html"&gt;here&lt;/A&gt;:&lt;/P&gt;

&lt;P&gt;Since you're
new in asking questions here, check out &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;our &lt;/A&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;tutorial
about asking and answering questions &lt;/A&gt;(if you haven't already), as it
provides tips for preparing questions more effectively, that draw responses
from our members. &lt;/P&gt;

&lt;P&gt;Please note,
that your post here won't be answered.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143640#M1976262</guid>
      <dc:creator>former_member751591</dc:creator>
      <dc:date>2021-11-17T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform data pull</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143641#M1976263</link>
      <description>&lt;P&gt;and help me out for mpp&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-data-pull/m-p/12143641#M1976263</guid>
      <dc:creator>akjayaa</dc:creator>
      <dc:date>2021-11-17T07:12:00Z</dc:date>
    </item>
  </channel>
</rss>

