<?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: Printing Texts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056757#M90583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to debug customized print program while saving header texts in me22n tcode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several options but control from me22n tcode does not go to print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2005 09:01:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-17T09:01:19Z</dc:date>
    <item>
      <title>Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056748#M90574</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;&lt;/P&gt;&lt;P&gt;In transaction ME22N, under TEXT tab various header texts are displayed. Whenever any text is changed system takes a print of changed text. I want to block printing of these texts except for Header Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to implement this?&lt;/P&gt;&lt;P&gt;&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;Pratibha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 07:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056748#M90574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T07:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056749#M90575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remove all entries from table T166A &amp;amp; T166K where &lt;/P&gt;&lt;P&gt;DRUVO = '2' and BSTYP &amp;amp; BSART of the Po type which you want to block output of text changes . This is a config task .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 09:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056749#M90575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T09:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056750#M90576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay for quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to slightly modify my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make change in any text like header note or pricing types, system takes print of header text. I want to block this printing except for header text(F01 type) change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in table T166A. Text types from F03 to F14 are added for DRUVO = 2 and Purchasing document category = F(Purchasing Order)and Purchasing document type = NB(Standard PO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table T166A does not have F02, still if changes are made for header text note F02, system takes print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 10:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056750#M90576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T10:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056751#M90577</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;Any suggestions for this query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 04:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056751#M90577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-15T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056752#M90578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using your custom print program or standard one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "F02" is not maintained in T166K &amp;amp; T166A for DRUVO = 2 and document type "NB", then even if you change header note an output will be proposed but when you try to output it in ME9F it will give an information message " No print relevant change " and will not print . You can see the message in yellow status in ME22 -&amp;gt; Header -&amp;gt; Messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any change ( whether print relevant or not ) to PO  will propose an output but whether it will print or not will depend on if it is print relevant. Print relevant text ids are mintained in T166K &amp;amp; T166A &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what is wrong in your system . Which version you are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 04:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056752#M90578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-15T04:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056753#M90579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes there is print program and a layout set to take print of these messages.&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;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 06:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056753#M90579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-15T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056754#M90580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't get my message . My question was whether your print program is custom or standard .  I understand without print program you cannot print .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 06:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056754#M90580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-15T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056755#M90581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a custom print program, which takes a print like 'xxxxxxxxx text changed' when any of the header texts is changed. I want to eliminate this printing except for text F01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 08:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056755#M90581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-15T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056756#M90582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then you can mofdify your print program. There is an internal  table called XAEND to print all the changes .&lt;/P&gt;&lt;P&gt;For texts you can check XAEND ( or may be a slightly diff name as you have a custom program ) field TEXTART.&lt;/P&gt;&lt;P&gt;It will have the values "F01" / "F02" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If DRUVO = 2. "change order&lt;/P&gt;&lt;P&gt; loop at xaend where textart ne space.&lt;/P&gt;&lt;P&gt;   if xaend-textart ne 'F01'.&lt;/P&gt;&lt;P&gt;     delete xaend.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you will have to find the correct place to put this code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Dont forget to reward if answers were helpful )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 08:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056756#M90582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-15T08:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056757#M90583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to debug customized print program while saving header texts in me22n tcode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several options but control from me22n tcode does not go to print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 09:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056757#M90583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T09:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056758#M90584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the output condition record change the date/time to "1" ( Send with periodically scheduled job ). Create a new PO and save it. Put a break point in your print program. Goto tcode ME9F - &amp;gt; Print preview. Your program should stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ME22N the messages are processed in update task . You can even debug here . Before pressing the save button, give "/H" in command field. In Debugging -&amp;gt;Setting, check update debugging , - Save . Now press F8 , you will see another session in update task . Here BREAKPOINT -&amp;gt; AT SUBROUTINE ( give your print program and subroutine configured in output type ). Press F8 , your program should stop at the first executable statement in subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 11:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056758#M90584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T11:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056759#M90585</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 am sure these texts get updated as a part of a table. I can see the same tab page for me51n transactions also. But I do not find text fields as a part of EBAN.&lt;/P&gt;&lt;P&gt;Could you kindly give some information regarding this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 11:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056759#M90585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T11:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056760#M90586</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;I am facing a problem while printing a changed purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is taking the DRUVO = '1' instead of '2' which it should take for the changed purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After debugging i found initially it is taking as '2' and after passing through this function module it is coming back to calue '1'. Later i couldn t figure out why this is happening&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'ME_READ_PO_FOR_PRINTING'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;ix_nast        = iv_nast&lt;/P&gt;&lt;P&gt;ix_screen      = ent_screen&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ex_retco       = ent_retco&lt;/P&gt;&lt;P&gt; ex_nast        = l_nast&lt;/P&gt;&lt;P&gt;doc            = l_doc&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;cx_druvo       = iv_druvo&lt;/P&gt;&lt;P&gt;cx_from_memory = l_from_memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out what may be the case in this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-texts/m-p/1056760#M90586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T06:23:34Z</dc:date>
    </item>
  </channel>
</rss>

