<?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: help with idoc selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805948#M345896</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;Can you check field STATUS instead of COUNTR?&lt;/P&gt;&lt;P&gt;Let's say 53 or 03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 19:50:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T19:50:27Z</dc:date>
    <item>
      <title>help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805945#M345893</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;&lt;/P&gt;&lt;P&gt;i want to read all the idocs created based on the date and user name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select  uname credat cretim docnum into  table&lt;/P&gt;&lt;P&gt;itab from edids&lt;/P&gt;&lt;P&gt;               where credat in s_rsdat and&lt;/P&gt;&lt;P&gt;                      uname in s_user and&lt;/P&gt;&lt;P&gt;                      countr = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In edids table for different countr field the user name differs for same idoc number what does that mean&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, 30 Nov 2006 19:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805945#M345893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T19:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805946#M345894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNTR is the EDI status counter. It states how many status records there are in the table EDIDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field COUNTR is filled in the function module EDI_DOCUMENT_STATUS_SET, using the internal number assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 19:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805946#M345894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805947#M345895</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;atleast the countr 0 indicates the date on which it is created for countr 1 the date may be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam guessing that that the countr would be created when the idoc is created right.&lt;/P&gt;&lt;P&gt;thats the reason i am using it in my selection criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can read from edid4 table but again there is no user name field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if iam wrong pls let me how to read the idoc created based on date and and person responsible for creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any idea about the second question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e for different counters the user name differs&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, 30 Nov 2006 19:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805947#M345895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805948#M345896</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;Can you check field STATUS instead of COUNTR?&lt;/P&gt;&lt;P&gt;Let's say 53 or 03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 19:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805948#M345896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805949#M345897</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;status 53 would give the date the idoc posted i mean the succesful date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say i created a idoc today and iam post the application may be tommorrow .&lt;/P&gt;&lt;P&gt;in that case the selection query would return with o hits with sttus 53 right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if iam wrong&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, 30 Nov 2006 20:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805949#M345897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805950#M345898</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;Status 53 mean IDoc has been succesfully posted to application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you created the IDoc today but has not posted to application then the IDoc status is 64. Once successfully posted tomorrow, the status changes to 53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to search IDoc which created today but has not posted yet then select STATUS = '64'  and CREDAT = SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to search IDoc which created today and has been successfully posted  then select STATUS = '53'  and CREDAT = SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 20:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805950#M345898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T20:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: help with idoc selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805951#M345899</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;I have selection screen for user name and creation date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it may be any date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case stutus doesn't work i guess right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even the t code we 02 and we05 doesn't give the option of created by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you find a way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 20:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-idoc-selection/m-p/1805951#M345899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T20:30:44Z</dc:date>
    </item>
  </channel>
</rss>

