<?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 Batch Input for FB01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354934#M1541185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;im running a batchinput for FB01, &lt;/P&gt;&lt;P&gt;while debbugging if the Batch is in visible mode the document is register, not visible does not registeres the document.&lt;/P&gt;&lt;P&gt;the 2 last actions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM f_bdctab  USING:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    'X' 'SAPMF05A'                                  '300',&lt;/P&gt;&lt;P&gt;    ' ' 'BDC_OKCODE'                                '=BU',&lt;/P&gt;&lt;P&gt;    'X' 'SAPLKACB'                                  '002',&lt;/P&gt;&lt;P&gt;    ' ' 'BDC_OKCODE'                               '=ENTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in visible mode they are working properly, when i press the okcode = ENTE it goes to the next line of the loop and shows on the footer that the document is register and the fields are already fill in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me on this?&lt;/P&gt;&lt;P&gt;TY&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 11:00:43 GMT</pubDate>
    <dc:creator>former_member211575</dc:creator>
    <dc:date>2010-10-29T11:00:43Z</dc:date>
    <item>
      <title>Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354934#M1541185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;im running a batchinput for FB01, &lt;/P&gt;&lt;P&gt;while debbugging if the Batch is in visible mode the document is register, not visible does not registeres the document.&lt;/P&gt;&lt;P&gt;the 2 last actions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM f_bdctab  USING:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    'X' 'SAPMF05A'                                  '300',&lt;/P&gt;&lt;P&gt;    ' ' 'BDC_OKCODE'                                '=BU',&lt;/P&gt;&lt;P&gt;    'X' 'SAPLKACB'                                  '002',&lt;/P&gt;&lt;P&gt;    ' ' 'BDC_OKCODE'                               '=ENTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in visible mode they are working properly, when i press the okcode = ENTE it goes to the next line of the loop and shows on the footer that the document is register and the fields are already fill in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me on this?&lt;/P&gt;&lt;P&gt;TY&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354934#M1541185</guid>
      <dc:creator>former_member211575</dc:creator>
      <dc:date>2010-10-29T11:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354935#M1541186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self-made batch inputs for FB01 are often a pain (mainly because of conditional field status and that weird "next line" logic), you should rather use BAPIs or standard program RFBIBL00. Maybe it's not too late to switch.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354935#M1541186</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-29T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354936#M1541187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;ty for your suggestion.&lt;/P&gt;&lt;P&gt;this BI was working, i only added the COBL-AUFNR , FIPEX, FIPOS and BSEG-WRBTR MWSKZ fields to be uploaded.&lt;/P&gt;&lt;P&gt;can they interfer with the logic?&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354936#M1541187</guid>
      <dc:creator>former_member211575</dc:creator>
      <dc:date>2010-10-29T11:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354937#M1541188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the fields of the coding block COBL appear or don't appear based on field status as defined for the posting key or G/L account, and whether the G/L account is CO relevant or not, so it is quite difficult to "foresee" the correct sequence of coding block fields ahead of time when filling the session with a bespoke program. &lt;/P&gt;&lt;P&gt;Additional problems are caused by tax categories and foreign currency transactions. All this from my limited experience, there is probably more.&lt;/P&gt;&lt;P&gt;Thus my recommendation.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354937#M1541188</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-29T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354938#M1541189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To BAPI_ACC* FM/BAPI  and RFBIBL00 report i would had the FM of the POSTING_INTERFACE* family&lt;/P&gt;&lt;P&gt;- POSTING_INTERFACE_START for global parameter (group, etc) tat start...&lt;/P&gt;&lt;P&gt;- [POSTING_INTERFACE_DOCUMENT|http://www.sdn.sap.com/irj/scn/advancedsearch?query=posting_interface_document#sdn_content_category_value_wiki] for documents&lt;/P&gt;&lt;P&gt;- POSTING_INTERFACE_END to close &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Less pain than converting to BAPI&lt;/P&gt;&lt;P&gt;Parameter T_FTPOST of POSTING_INTERFACE_DOCUMENT is more than similar to BDCDATA, but you do not have to care with dynpro, ok_code and the like, so converting an existing report is not painful. (Just manage a counter per document, and a counter per line when filling this internal table)&lt;/P&gt;&lt;P&gt;- Less work than RFBIBL00&lt;/P&gt;&lt;P&gt;You also don't need to build a dataset file like for RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354938#M1541189</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-29T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354939#M1541190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ty for your help.&lt;/P&gt;&lt;P&gt;however, even if the tax can be the source off the problem, it should have been a problem too in the visible mode.&lt;/P&gt;&lt;P&gt;the beahior is differente from A to N mode. int the A mode - registers the document, N does not register the document.&lt;/P&gt;&lt;P&gt;maybe is my lack of experience , and i ask again, can one field cause a different beahvior despistes the choosen mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnks in advanced for your help.&lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354939#M1541190</guid>
      <dc:creator>former_member211575</dc:creator>
      <dc:date>2010-10-29T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354940#M1541191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you execute in "A" mode, if there are fields that are not editable (or even not active) on the dynpro, a status message apprears, and the process continue. When this happens in background, batch-input is interrrumpted with Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So did you get such messages (green - status message like "Field &amp;amp;1&amp;amp;2 is not an input field", "Field name &amp;amp;  not valid in the batch input data" or such messages)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 13:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354940#M1541191</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-29T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354941#M1541192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the time: "Field ANY-FIELD not available in screen ABC 123", can be "entered away" in mode A, will lead to error in mode N.&lt;/P&gt;&lt;P&gt;What actual error messages do you see in the session log when document has not been posted?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 13:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354941#M1541192</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-29T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354942#M1541193</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 dont have any error or warning messages, all of the fields im trying to sumbit exists on the screen.&lt;/P&gt;&lt;P&gt;after the batch input processing it was suposed to appear a messsage that the document was register in the X company.&lt;/P&gt;&lt;P&gt;( se16 &amp;gt; t-100 with sprasl = pt arbgb = f5 Msgnr = 12).&lt;/P&gt;&lt;P&gt;in the A mode this message appears in the N mode does not appear, the documents are only created but not registered .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ty &lt;/P&gt;&lt;P&gt;Sofia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 15:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354942#M1541193</guid>
      <dc:creator>former_member211575</dc:creator>
      <dc:date>2010-10-29T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354943#M1541194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the problem was solved, we uncheck the tax field , and the document was registered properly.&lt;/P&gt;&lt;P&gt;TY for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354943#M1541194</guid>
      <dc:creator>former_member211575</dc:creator>
      <dc:date>2010-11-05T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input for FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354944#M1541195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second using RFBIBL00... the BDC for FB01 is a REAL pain as the screens always change based on customer\account types.&lt;/P&gt;&lt;P&gt;if possible use a BAPI or RFBIBL00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-fb01/m-p/7354944#M1541195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-05T14:27:34Z</dc:date>
    </item>
  </channel>
</rss>

