<?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: message in print program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023626#M81822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to debug your print program,  you have to turn on the "Update debugging".  First, put a break point in your print program.  Now go into VL02n, process the transaction up untill the point of saving,  turn on debugging and complete the transaction.  Once in the debugger,  click Settings, Update Debugging.  Now continue to debug till it stops at your breakpoint.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to award points for helpful answers. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2005 13:13:47 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-10-18T13:13:47Z</dc:date>
    <item>
      <title>message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023620#M81816</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;Please tell me is it possible to give an message in print program for transaction vl02n.&lt;/P&gt;&lt;P&gt;if possible please give me some hint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 12:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023620#M81816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023621#M81817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likly this print program is actually executed in an Update task.  Chances are you will never see the "message" anyway.  What is it that you need to accomplish?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 12:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023621#M81817</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023622#M81818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rich,&lt;/P&gt;&lt;P&gt;in vl02n for ex for outbound type 'YDPD' we are using the&lt;/P&gt;&lt;P&gt;custom print program. when i put a breakpoint in the program and process this transaction vl02n with outbound type 'YDPD' i need to jump direct to the breakpoint where i set without processing all other blocks,if it is possible then we will delete the program(we dont require)&lt;/P&gt;&lt;P&gt;and just put an warning message in the program (requirement).&lt;/P&gt;&lt;P&gt;i hope this clarifies, if u have any doubts just give me a reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 12:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023622#M81818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T12:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023623#M81819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to put a warning message in the custom print program?  May I ask for what purpose?  Anyway put a break point in the custom print program.  Execute the VL02n transaction normally and try to get it to execute your print program.  If the program stops at your breakpoint, then you know that the print program is being executed "online" or in the same task as the transaction.  Then you should be able to put your warning message in the print program.  If it doesn't stop at your breakpoint, then it is probably being passed off to the update task, which in this case, you are out of luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 12:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023623#M81819</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T12:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023624#M81820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right.When i put a breakpoint in the program and execute the trans vl02n then its not stopping at breakpoint where i set an its executing normally ,thats why we want to put an error message. so please tell me is there any other way to accomplish this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023624#M81820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023625#M81821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So we know that it's running in an update task.  Is the only reason for the message, so that you can attempt to stop the program?  I'm confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023625#M81821</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023626#M81822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to debug your print program,  you have to turn on the "Update debugging".  First, put a break point in your print program.  Now go into VL02n, process the transaction up untill the point of saving,  turn on debugging and complete the transaction.  Once in the debugger,  click Settings, Update Debugging.  Now continue to debug till it stops at your breakpoint.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to award points for helpful answers. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023626#M81822</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023627#M81823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rich,&lt;/P&gt;&lt;P&gt;The print program we are using is not required,just our requirement is to see a message when we press save button,&lt;/P&gt;&lt;P&gt;thats why we checked that print program is useful for that, but unfortunately it is in update task and also checked with 'update debugging on' but its not stopping at my break point.&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023627#M81823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023628#M81824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is a user exit which is fired when the user presses "save".  You could probably use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023628#M81824</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023629#M81825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please suggest one if you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023629#M81825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023630#M81826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put your message in subroutine  USEREXIT_SAVE_DOCUMENT_PREPARE of program MV50AFZ1. This will appear when you press SAVE.&lt;/P&gt;&lt;P&gt;( To change above program you will need an access key if this program is being changed for first time in your system ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 14:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023630#M81826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023631#M81827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to suggest the same as Sanjay.  Give it a try.&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 14:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023631#M81827</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T14:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023632#M81828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot for your valuable replies&lt;/P&gt;&lt;P&gt;and I awarded points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 15:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023632#M81828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: message in print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023633#M81829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any awarded points. Please make sure to award points for helpful answers and mark this post as solved if your question has been answered.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 17:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-print-program/m-p/1023633#M81829</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-18T17:03:37Z</dc:date>
    </item>
  </channel>
</rss>

