<?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 getting the company code popup in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-company-code-popup/m-p/2378656#M527706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when i work with FB60 transaction i get the popup for company code &lt;/P&gt;&lt;P&gt;if i to work with the same transaction again then the popup for company code doesnot come.&lt;/P&gt;&lt;P&gt;i am to get that popup when i enter the transaction so when i asked my colleague for help he gave a program which removes any company codes in the buffer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which the code is like this&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;  DELETE FROM TFBUF WHERE USNAM = SY-UNAME.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;WRITE: 'NO BUFFER AREA CLEARED'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even then i am not getting the popup .&lt;/P&gt;&lt;P&gt;if you have a better program than this please provide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sultan.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 05:06:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T05:06:28Z</dc:date>
    <item>
      <title>getting the company code popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-company-code-popup/m-p/2378656#M527706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when i work with FB60 transaction i get the popup for company code &lt;/P&gt;&lt;P&gt;if i to work with the same transaction again then the popup for company code doesnot come.&lt;/P&gt;&lt;P&gt;i am to get that popup when i enter the transaction so when i asked my colleague for help he gave a program which removes any company codes in the buffer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which the code is like this&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;  DELETE FROM TFBUF WHERE USNAM = SY-UNAME.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;WRITE: 'NO BUFFER AREA CLEARED'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even then i am not getting the popup .&lt;/P&gt;&lt;P&gt;if you have a better program than this please provide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sultan.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 05:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-company-code-popup/m-p/2378656#M527706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T05:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting the company code popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-company-code-popup/m-p/2378657#M527707</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;As far I know, it has nothing to do with user buffer, but it is required for setting the parameter ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use SET PARAMTER ID 'BUK' Value  Space. into your code. I think it will resolve issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 05:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-company-code-popup/m-p/2378657#M527707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T05:14:26Z</dc:date>
    </item>
  </channel>
</rss>

