<?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: Inbound IDOC data printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331692#M1228529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the function module you have assigned to the process code, you can do the 'printing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what's the use of printing an IDoc, If I may ask?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 07:07:29 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-03-09T07:07:29Z</dc:date>
    <item>
      <title>Inbound IDOC data printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331691#M1228528</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 have created one inbound zIDOC, which have structure containing  three headers and one text segement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to print the data of this inbound idoc as soon as it is trigrred , can any body have any idea of any FM that can be used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for your valuable input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 06:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331691#M1228528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC data printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331692#M1228529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the function module you have assigned to the process code, you can do the 'printing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what's the use of printing an IDoc, If I may ask?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 07:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331692#M1228529</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-03-09T07:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC data printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331693#M1228530</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;Thanks for your valuable prompt response.&lt;/P&gt;&lt;P&gt;As I want to print the data in specific format so that has to be defined in the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of the option you mentioned . As when I defined proccess code , I didn't get any option  of printing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you kindly explain the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 07:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331693#M1228530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T07:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC data printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331694#M1228531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process code you assigned to the inbound IDoc, has to be assigned to a function module which processes this IDoc, right? Now, if you use a function module of your own (CUSTOM FM!), you can do all the 'printing' you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is no option for printing by default (standard), but you will have to do it your self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option would be to use a User exit. It seems there is a standard User exit (SIDOC001), or even a  BAdI which you can use. I haven't used it myself, so can't help you there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Mar 9, 2009 8:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 07:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331694#M1228531</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-03-09T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC data printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331695#M1228532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I was thinking that there is some option available in standard, so asked you for same.&lt;/P&gt;&lt;P&gt;The option of FM is the one of which I am aware of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ways thanks for your valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-data-printing/m-p/5331695#M1228532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:22:12Z</dc:date>
    </item>
  </channel>
</rss>

