<?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 file for IDOC processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920332#M58773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Aveek / Simmone.&lt;/P&gt;&lt;P&gt;Warm Regards.&lt;/P&gt;&lt;P&gt;Pras Durafe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2005 14:19:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-07T14:19:22Z</dc:date>
    <item>
      <title>Inbound file for IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920329#M58770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an IDOC by using &amp;lt;b&amp;gt;INBOUND FILE&amp;lt;/b&amp;gt; option in &amp;lt;b&amp;gt;WE19&amp;lt;/b&amp;gt;. Can anybody suggest, how the flat file will look like ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, my Idoc type is &amp;lt;b&amp;gt;BBP_PCSTAT01&amp;lt;/b&amp;gt; ( Procurement Card Statement). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Warm Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pras Durafe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 11:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920329#M58770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound file for IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920330#M58771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an example of idoc with flat-file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDI_DC40  100000000000413988546B   2   INVOIC01                                                    INVOIC                        MM    E97A   INVOICSNDPRN    LIRS86092747                                                                                SAPITZ    LS  CLNTITZ100                                                                                20040210105203                                                                                &lt;/P&gt;&lt;P&gt;E2EDK01005                    100000000000413988500000000000001    USD                                                                        INVO4139885&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first record indicate the header data; after this, for each segment type, the information about the segment.&lt;/P&gt;&lt;P&gt;If you send me your email address, I can send you a complete example file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gianluca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 13:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920330#M58771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound file for IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920331#M58772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to a server and find yourself an idoc that you want to use as a template.&lt;/P&gt;&lt;P&gt;Display the idoc using WE19.&lt;/P&gt;&lt;P&gt;Click Inbound file&lt;/P&gt;&lt;P&gt;Type in a file name - for example /tmp/test  (you need to use an AL11 directory).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the option 'Start inbound idoc processing of the file immediately' is unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose overwrite file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click the tick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will write you an idoc into the AL11 directory structure in the system you are operating in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the download and upload functions (CG3Z &amp;amp; CG3Y), get the file transferred to the production AL11 directories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use WE19 to process your downloaded idoc.&lt;/P&gt;&lt;P&gt;Use the option 'File as template' to pick up your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should now be able to process your idoc as you wish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 15:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920331#M58772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound file for IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920332#M58773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Aveek / Simmone.&lt;/P&gt;&lt;P&gt;Warm Regards.&lt;/P&gt;&lt;P&gt;Pras Durafe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 14:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920332#M58773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound file for IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920333#M58774</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 having a problem in uderstanding how the bank settlement file is received by EBP and then processed.&lt;/P&gt;&lt;P&gt;Do you have some time to answer?&lt;/P&gt;&lt;P&gt;1 - the idoc BBP_PCSTAT01 has something to do with the bapi BBP_PCSTAT? This bapi message is between SRM and R/3 or is the one that is in charge of entering the bank file in SRM?&lt;/P&gt;&lt;P&gt;question 2: if the procurement card statement is the one the bank sends, then is it an inbound idoc and in particular the BBP_PCSTAT01?&lt;/P&gt;&lt;P&gt;question 3: which format is the bank file and how do you convert it into an idoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain briefly which are the steps that take place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 20:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920333#M58774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T20:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound file for IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920334#M58775</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;could you meanwhile identifly the necessary steps in detail for Procurement card settlemtn processing with IDOC BBP_PCSTAT in SRM? Could you please share your experinces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Paparao Madasu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 13:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-file-for-idoc-processing/m-p/920334#M58775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-01T13:21:19Z</dc:date>
    </item>
  </channel>
</rss>

