<?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: company code pop up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357176#M520995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sultan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could not understand your problem clearly, but second time when you enter pop-up won't come automatically, you will have to click on company code icon on the screen ( press f7) to get the pop-up screen. Will this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 05:05:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T05:05:55Z</dc:date>
    <item>
      <title>company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357175#M520994</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 have a problem with the pop up that appears while we run FB60 transaction.&lt;/P&gt;&lt;P&gt;the pop up comes once when we enter for the first time, if i want to enter for the next time it doesnot give the company code popup.&lt;/P&gt;&lt;P&gt;for that i got a solution of using the delete option for the pooled table TFBUF&lt;/P&gt;&lt;P&gt;and using the set parameter id command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my doubt is whether i can use the logic of deleting the contents in the TFBUF table or it shouldn't be done.&lt;/P&gt;&lt;P&gt;the thing is only when i use the logic of deleting the contents in the table then my bdc program works for the popup if not it doesn't work.&lt;/P&gt;&lt;P&gt;please go through the code and give me the valid explanation if to use the same code or to not use it.the code is as follows, even you may try using the code for the FB60 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF T_TFBUF,&lt;/P&gt;&lt;P&gt;        USNAM TYPE TFBUF-USNAM,&lt;/P&gt;&lt;P&gt;        APPLK LIKE TFBUF-APPLK,&lt;/P&gt;&lt;P&gt;        LFDNR LIKE TFBUF-LFDNR,&lt;/P&gt;&lt;P&gt;       END OF T_TFBUF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_TFBUF TYPE T_TFBUF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE USNAM APPLK LFDNR INTO WA_TFBUF FROM TFBUF WHERE USNAM =&lt;/P&gt;&lt;P&gt;SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DELETE FROM TFBUF WHERE USNAM = SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*ELSE.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WRITE: 'NO BUFFER AREA CLEARED'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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;  SET PARAMETER ID 'BUK' FIELD SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me the substantial reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357175#M520994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T04:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357176#M520995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sultan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could not understand your problem clearly, but second time when you enter pop-up won't come automatically, you will have to click on company code icon on the screen ( press f7) to get the pop-up screen. Will this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357176#M520995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357177#M520996</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;you shouldn't be deleting the table contents..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is just a PARAMETER ID set for the first time..And the next time it will GET the PARAMETER ID ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug and check for the statement SET..And debug after the popup..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR in the popup..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bukrs field..PRESS F1..Press technical info..in there you will get the parameter ID..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set the parameter id before calling FB60..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;For example if the ID is BUK&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SET PARAMETER ID 'BUK' FIELD '0001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357177#M520996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357178#M520997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sultan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to do the following alternative. Once you do the following setting, the popup will always come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto FB60 and click on EDITING OPTIONS. &lt;/P&gt;&lt;P&gt;Tick the check box of NO COMPANY CODE PROPOSAL.&lt;/P&gt;&lt;P&gt;Click on SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now execute FB60. You will get the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357178#M520997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357179#M520998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prashant,&lt;/P&gt;&lt;P&gt;i am really thankful to you to give such a precious advice and now i have another problem here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given ten points to you for your kind suggestion. and i am ready to give you another ten points if you can do me a favour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my bdc program i am using this concept.but how can i be saying to the user to check out the field as you have mentioned to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please give me an exact solution for that.&lt;/P&gt;&lt;P&gt;and also if you can please give me another solution to catch up the resolution of the screen to enter the line items. because the resolution gets changed for every system.&lt;/P&gt;&lt;P&gt;thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 06:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357179#M520998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357180#M520999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dfgdfg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 06:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357180#M520999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T06:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: company code pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357181#M521000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sultan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue for FV50 transaction....where in your code did u write the custom code for clearing the buffer...is it allowed....please help me....if u could send me the code for how u did it..i will highly appreciate...its URGENT for me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 04:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code-pop-up/m-p/2357181#M521000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T04:46:29Z</dc:date>
    </item>
  </channel>
</rss>

