<?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: Include text in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589312#M864197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prasanth,&lt;/P&gt;&lt;P&gt;Have you given the Object id and all other details in the include screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 12:10:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T12:10:57Z</dc:date>
    <item>
      <title>Include text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589309#M864194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating a smartform, im populating a certain cell of table with data using "Include Text".&lt;/P&gt;&lt;P&gt;the text name for this include text is '420000000500010' - which is a concatenation of ebeln and ebelp of ekpo table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my program code im doing the following coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: text(15) type c,(in the ekpo internal table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at ist_ekpo into wa_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  concatenate wa_ekpo-ebeln wa_ekpo-ebelp into wa_ekpo-text.&lt;/P&gt;&lt;P&gt;  loop at ist_ekpo1 into wa_ekpo1 where ebelp = wa_ekpo-ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;  modify ist_ekpo from wa_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally when im declaring the include text im proving the textname as &amp;amp;WA_EKPO-TEXT&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;despite all this im not able to get the include text in my table.&lt;/P&gt;&lt;P&gt;any suggestions ppl??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589309#M864194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Include text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589310#M864195</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;goto the general attribute tab of the text and select text type as include text...&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;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589310#M864195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589311#M864196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ive done all that...&lt;/P&gt;&lt;P&gt;including giving the text id and language and text object..&lt;/P&gt;&lt;P&gt;but still no go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589311#M864196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Include text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589312#M864197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prasanth,&lt;/P&gt;&lt;P&gt;Have you given the Object id and all other details in the include screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589312#M864197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589313#M864198</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;Dont use the loop at use the work area of the table in main window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME - EBELN+EBELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME - in T code VA01 or VA02 click on header details &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ID - in T code VA01 or VA02 click on header details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589313#M864198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589314#M864199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx all u guys....&lt;/P&gt;&lt;P&gt;actually the problem was from the Functional side.&lt;/P&gt;&lt;P&gt;apparently the document was not processed or something. so once that was done... it worked. everything ive done was right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways appreciate all u guy's efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 04:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/3589314#M864199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T04:54:34Z</dc:date>
    </item>
  </channel>
</rss>

