<?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 problem for enhacing F-43 tcode screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683617#M1450007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying add a new field in 1st screen F-43 screen.&lt;/P&gt;&lt;P&gt;i found a badi FI_HEADER_SUB_1300 from which i am able to add the required field on to the std screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i am running the t-code for 1st time new field is invisible.&lt;/P&gt;&lt;P&gt;once i enter any data in f-43 n come back from 2nd time onwards new field is being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to find the cause for this unusual behaviour, &lt;/P&gt;&lt;P&gt;please suggest me any method/ screen exits/ ways to overcome this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;laxmikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Mar 2010 13:50:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-05T13:50:06Z</dc:date>
    <item>
      <title>problem for enhacing F-43 tcode screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683617#M1450007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying add a new field in 1st screen F-43 screen.&lt;/P&gt;&lt;P&gt;i found a badi FI_HEADER_SUB_1300 from which i am able to add the required field on to the std screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when i am running the t-code for 1st time new field is invisible.&lt;/P&gt;&lt;P&gt;once i enter any data in f-43 n come back from 2nd time onwards new field is being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to find the cause for this unusual behaviour, &lt;/P&gt;&lt;P&gt;please suggest me any method/ screen exits/ ways to overcome this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;laxmikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 13:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683617#M1450007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T13:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem for enhacing F-43 tcode screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683618#M1450008</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;Can you debug the PBO of the subscreen and see what are the screen properties for your field like screen-active = 0 or 1 when you enter the T-code for first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 13:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683618#M1450008</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-05T13:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem for enhacing F-43 tcode screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683619#M1450009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in debug and see what appends during  the loop at screen in your PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 14:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683619#M1450009</guid>
      <dc:creator>former_member770378</dc:creator>
      <dc:date>2010-03-05T14:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem for enhacing F-43 tcode screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683620#M1450010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vinod/Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for reply.&lt;/P&gt;&lt;P&gt;actually for the first time the subscreen is not being called ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 04:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683620#M1450010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T04:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem for enhacing F-43 tcode screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683621#M1450011</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;the problem is in program SAPMF05A in  FORM d0100_pre_appl_sub_pbo  where is a check on BKPF-BUKRS NE INITIAL&lt;/P&gt;&lt;P&gt;if the field is empty the badi FI_HEADER_SUB_1300 is not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first time you call the transaction FB01, F-43... this field is empty&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;try to add an ENHANCEMENT an populate the field in order to bypass the check&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;&lt;P&gt;if bkpf-bukrs is INITIAL.&lt;/P&gt;&lt;P&gt;    select single bukrs from t001&lt;/P&gt;&lt;P&gt;      into bkpf-bukrs.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it's useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Carlo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Carlo Massoni on May 21, 2010 4:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 14:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-for-enhacing-f-43-tcode-screen/m-p/6683621#M1450011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T14:39:04Z</dc:date>
    </item>
  </channel>
</rss>

