<?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: Using Sap Batch Program - RFBIBL00 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413854#M1048723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a brief guideline from memory, so you will have to modify it to fit your exact requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Initialise the work areas, can be done by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform init_strukturen_erzeugen(rfbibli0) using '/'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Fill your batch structure BGR00 and append to output file data itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Load your data from text file, and loop around it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Fill your header structure BBKPF per document, append to output file itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Fill your lines itab BBSEG per document line, append to output file itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Repeat 4 &amp;amp; 5 for each document in text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Create temporary output file on App server using contents of output file itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Submit rfbibl00 program using output file name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Delete the temporary file (good practice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps for starters &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2008 10:48:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-18T10:48:02Z</dc:date>
    <item>
      <title>Using Sap Batch Program - RFBIBL00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413853#M1048722</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 gone through the forum in trying to understand the standard sap batch program, but still unable to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to use standard sap batch program &lt;STRONG&gt;RFBIBL00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need to use T.code: F-22 for processing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a posting text file to upload. Please explain me how to use the standard sap batch program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there are 3 structures BGR00, BBKPF and BBSEG which needs to be populated before calling the program &lt;STRONG&gt;RFBIBL00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain me in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all the help from your end.&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 09:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413853#M1048722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Sap Batch Program - RFBIBL00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413854#M1048723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a brief guideline from memory, so you will have to modify it to fit your exact requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Initialise the work areas, can be done by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform init_strukturen_erzeugen(rfbibli0) using '/'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Fill your batch structure BGR00 and append to output file data itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Load your data from text file, and loop around it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Fill your header structure BBKPF per document, append to output file itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Fill your lines itab BBSEG per document line, append to output file itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Repeat 4 &amp;amp; 5 for each document in text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Create temporary output file on App server using contents of output file itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Submit rfbibl00 program using output file name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Delete the temporary file (good practice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps for starters &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 10:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413854#M1048723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Sap Batch Program - RFBIBL00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413855#M1048724</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;Thank you for your information, it helped me to go ahead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards'&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 07:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sap-batch-program-rfbibl00/m-p/4413855#M1048724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T07:18:49Z</dc:date>
    </item>
  </channel>
</rss>

