<?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: F.13 BATCH input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699214#M890741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The file is :&lt;/P&gt;&lt;P&gt;COmpany code | Invoice number | net price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program object : is to get all account numbers related to invoices number, after this I will check if the summ of all account prices = invoice-price.&lt;/P&gt;&lt;P&gt;then I will get a internal table with bukrs | Accouting year | account number. that I will submit to the F.13 .&lt;/P&gt;&lt;P&gt;for each line not well processed I will put in a specified data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my need, so how I will process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 18:07:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T18:07:57Z</dc:date>
    <item>
      <title>F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699208#M890735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I have to create a program for submitting data to F.13 transaction ( needs it to create session with SM35&lt;/P&gt;&lt;P&gt;I can't find which structure (like bbseg, bbkpf,...) and which field should I use for the 2 checkbox bellow: &lt;/P&gt;&lt;P&gt;F.13 transaction&lt;/P&gt;&lt;P&gt;- Select Customers in tab (General Customers ).&lt;/P&gt;&lt;P&gt;- date from most recent document in tab (Posting parameters ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleas need help on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 15:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699208#M890735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699209#M890736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why do you want to send it in btci. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the best way is to send it in background.&lt;/P&gt;&lt;P&gt;There's a customizing point to select how you will clear your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check custo with a consultant in FI forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699209#M890736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699210#M890737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to create a program wich load a file ( contains accouting document number + price ). &lt;/P&gt;&lt;P&gt;and check if the price is the same as the invoice (SD).&lt;/P&gt;&lt;P&gt;if the case, I have to batch all those line via F.13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it the appropiate way to make this work? do you know a FM? a bapi? or should I CALL transaction F.13 in mode background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohamed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for answer man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699210#M890737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T16:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699211#M890738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F.13 is NOT a module pool, so the easiest thing to do, would be to create a report which uploads the file.&lt;/P&gt;&lt;P&gt;Then in your report do a SUBMIT of the F.13 report SAPF124 using the data from the file to fill the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for SUBMIT in help (click on SUBMIT and press F1) to the correct syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you upload your file from application server you can schedule your main report (which does the SUBMIT) in background via SM36. If you upload your data from frontend (Desktop, workstation), then you have to do the SUBMIT in background by using JOB_OPEN and JOB_CLOSE function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699211#M890738</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-14T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699212#M890739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I upload file from my station,&lt;/P&gt;&lt;P&gt;so should I do for any line of file :&lt;/P&gt;&lt;P&gt; - open job&lt;/P&gt;&lt;P&gt;- submit SAPF124&lt;/P&gt;&lt;P&gt; - close the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this the only way to do it so properly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699212#M890739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699213#M890740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What data will you retrieve from the file? If this is the document number for example, than you can see that on the selection screen the document number is a SELECT-OPTIONS, meaning you can enter several (all) items (documents) at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So upload file, determine all documents, and submit them all at once.&lt;/P&gt;&lt;P&gt;Again, you can find several syntax options for this in the help, otherwise search on SDN how to use the SUMBIT statement to pass select-options (and parameters).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699213#M890740</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-14T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: F.13 BATCH input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699214#M890741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The file is :&lt;/P&gt;&lt;P&gt;COmpany code | Invoice number | net price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program object : is to get all account numbers related to invoices number, after this I will check if the summ of all account prices = invoice-price.&lt;/P&gt;&lt;P&gt;then I will get a internal table with bukrs | Accouting year | account number. that I will submit to the F.13 .&lt;/P&gt;&lt;P&gt;for each line not well processed I will put in a specified data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my need, so how I will process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 18:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-13-batch-input/m-p/3699214#M890741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T18:07:57Z</dc:date>
    </item>
  </channel>
</rss>

