<?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: check question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091855#M100956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Text id and the Text object are going to remain the same. For whichever customer you want to print this, send that customer number as the Text name. Guess you checked with customer number 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward the posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2005 12:11:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-12T12:11:38Z</dc:date>
    <item>
      <title>check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091851#M100952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I go to XD02 Transaction (Change Customer: Inicial Screen) and i go to menu Extras/Texts. I write a head office text like "Please payme!". Now i want that check: ZOPTRAT610_GGB print me this head office text. How can i do this?. Which table save office text for the customer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of thanks in advance.  &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;jlragel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 11:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091851#M100952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T11:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091852#M100953</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;  The text details are stored in table STXH ( This is found in SO10 transaction as well ), you can make use of the function module READ_TEXT to retrieve the text maintained, to do that you should know the object details, to know that go to Extras&lt;DEL&gt;&amp;gt;Texts&lt;/DEL&gt;&amp;gt;doubleclick on any of the textts&lt;DEL&gt;&amp;gt;in the text editor use the following menu path Go to&lt;/DEL&gt;&amp;gt;Header, a small Popup window with the 'Text name', language, Text id &amp;amp; Text object will be displayed, you can pass these details to retrieve the text from READ_TEXT function module, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 11:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091852#M100953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091853#M100954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Welcome to SDN.&lt;/P&gt;&lt;P&gt;You can do sql trace on the corresponding transaction to get the table name.&lt;/P&gt;&lt;P&gt;Well u have to use READ_TEXT function module to obtain that text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 11:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091853#M100954</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-12T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091854#M100955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. i understand u.&lt;/P&gt;&lt;P&gt;small Popup window said me:&lt;/P&gt;&lt;P&gt;Text Name: 0000000004&lt;/P&gt;&lt;P&gt;Language: ES&lt;/P&gt;&lt;P&gt;TEXT ID: 0002&lt;/P&gt;&lt;P&gt;Text object: KNA1&lt;/P&gt;&lt;P&gt;But every customer will have diferent information, no?&lt;/P&gt;&lt;P&gt;Can you show me an code example for window form painter for my ZOPTRAT610_GGB check for every customer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of thanks in advance.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 12:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091854#M100955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091855#M100956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Text id and the Text object are going to remain the same. For whichever customer you want to print this, send that customer number as the Text name. Guess you checked with customer number 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward the posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 12:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091855#M100956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091856#M100957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code. I am assuming you have a list of customer in a internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at customer table.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                        = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    id                            = '0002'&lt;/P&gt;&lt;P&gt;    language                      = 'EN'&lt;/P&gt;&lt;P&gt;    name                          = Customer Number&lt;/P&gt;&lt;P&gt;    object                        = 'KNA1'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_HANDLE                = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LOCAL_CAT                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  HEADER                        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    lines                         =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ID                            = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE                      = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NAME                          = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOT_FOUND                     = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECT                        = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REFERENCE_CHECK               = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WRONG_ACCESS_TO_ARCHIVE       = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 12:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091856#M100957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T12:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091857#M100958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Ravi, i understand you.&lt;/P&gt;&lt;P&gt;But, Can you show me an code example for window form painter for my ZOPTRAT610_GGB check for every customer?&lt;/P&gt;&lt;P&gt;Sorry im beginner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 13:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091857#M100958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091858#M100959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a lot of thanks for your time ravi i go to test your code in my form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 14:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091858#M100959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091859#M100960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ravi, can i put your code on window ADRESS in my form and give customer number from REGUH-KUNNR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 14:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091859#M100960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091860#M100961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using SMART Forms or SAP Scripts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code that I have given to get the long text of the Sales document, once you get the text, you can print that where you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to print that text in the Address window you can do that. I am guessing that you are calling this form once for every customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you are using SMART Forms, you don't need to retrieve the text. Take a look at this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="89653"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward the posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 16:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091860#M100961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T16:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091861#M100962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using SAP Scripts.&lt;/P&gt;&lt;P&gt;Yes, i want to print that text in the Address window. But i must paste your code on Address window OR on a print program for my form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of thanks in advance.&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, 12 Dec 2005 16:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091861#M100962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: check question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091862#M100963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not very comfortable with SAP Scripts. However, the answer to you question depends on how your Print program and SAP Script are designed. You can do it both ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put my code in the driver program and pass the text table as input, or you can take it inside the window and use it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 16:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-question/m-p/1091862#M100963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T16:41:06Z</dc:date>
    </item>
  </channel>
</rss>

