<?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: Issue with custom field and batch input session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832450#M1590106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually executed SAPF120G and re-generated SAPF120, however I still have the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2011 14:28:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-13T14:28:09Z</dc:date>
    <item>
      <title>Issue with custom field and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832448#M1590104</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;&lt;/P&gt;&lt;P&gt;Background: we added a custom field to transaction FBD1 and FBD5, it works perfectly, I used BADI FI_HEADER_SUB_1300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F.14 is a standard transaction that creates batch sessions for FBD5. I have also added code to standard transaction F.14 and it creates the batch session perfectly (I activated an enhancement spot). Here comes the problem: the batch session work in foreground but in background it says that my custom field does not exist. I can even see the screens of the sessions and my field is there, even populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a recording manually from SM35, it works, no matter which options (background, foreground)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: carlosrv on May 13, 2011 1:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 23:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832448#M1590104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-12T23:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom field and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832449#M1590105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation for this program (SAPF120) talks about running SAPF120G and SAPF120R in case there was any screen modification done. Did you run those?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 23:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832449#M1590105</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2011-05-12T23:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom field and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832450#M1590106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually executed SAPF120G and re-generated SAPF120, however I still have the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832450#M1590106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-13T14:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom field and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832451#M1590107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an update, I realized that the error is "Field ZFI_TA4_CODES-ZTA4COD. does not exist in the screen SAPMF05A 0125" however that field is in a subscreen, seems that SAP does not detect that is a subscreen while running in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lines that I am adding to my BDC table are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_SUBSCR	SAPMF05A                                1300APPL_SUB_T&lt;/P&gt;&lt;P&gt;BDC_SUBSCR	SAPLZFI_BADI_1300                       1300APPL_SUB&lt;/P&gt;&lt;P&gt;ZFI_TA4_CODES-ZTA4COD	118&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it works perfectly in foreground&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 15:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-field-and-batch-input-session/m-p/7832451#M1590107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-13T15:46:27Z</dc:date>
    </item>
  </channel>
</rss>

