<?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 Regarding Idocs... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419035#M539970</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;   I am sending the HR pay roll master data in to the application server using idocs.I am doing this part .But now i want to restrict idoc not to send into application server if there is no data in the generated idoc.I am scheduling the program in back ground.&lt;/P&gt;&lt;P&gt;  For eg. If there is data in the idoc then only i would send it in to application server. other wise wont send there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points to be rewarded .&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>Wed, 20 Jun 2007 01:28:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T01:28:30Z</dc:date>
    <item>
      <title>Regarding Idocs...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419035#M539970</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;   I am sending the HR pay roll master data in to the application server using idocs.I am doing this part .But now i want to restrict idoc not to send into application server if there is no data in the generated idoc.I am scheduling the program in back ground.&lt;/P&gt;&lt;P&gt;  For eg. If there is data in the idoc then only i would send it in to application server. other wise wont send there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points to be rewarded .&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>Wed, 20 Jun 2007 01:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419035#M539970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T01:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Idocs...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419036#M539971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of transaction you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using output type then you can use requirement routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implement small logic check if there is any enrty. If no entry found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass sy-subrc eq 4. Then your output won't trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using ALE, then standard program will take care. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 01:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419036#M539971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T01:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Idocs...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419037#M539972</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;  Before sending to Application server  check the internal table whether the data is there or not.If not there stop that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means before OPEN DATASET...........CLOSE DATASET&lt;/P&gt;&lt;P&gt;put IF condition for internal table.(IF NOT ITAB[] IS INITIAL.......ENDIF.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 03:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419037#M539972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T03:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Idocs...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419038#M539973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Firstly, with out using OPEN DATASET statement i m sending the idocs to application server.I have standard program to create idocs for given or all pernrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Secondly, I collect all idocs created by that program and using WE14 I am placing the idocs into application server. I have taken care every thing in port and partner profiles for this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Now how to avoid my problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 04:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419038#M539973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T04:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Idocs...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419039#M539974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Given that you are collecting the Idocs .How(Through any program)?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of collect pass the idoc numbers to  EDIDD table and check the required data for thisidoc existed.If no don't pass those Idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 05:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idocs/m-p/2419039#M539974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T05:20:18Z</dc:date>
    </item>
  </channel>
</rss>

