<?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: Custom code to copy FBL3N. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724311#M1771482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your reply. But, the Customer wants to create a new report based on this one. Even I had tried to convince the same, but guess Customers the King &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; .. So the challenge is to inculcate the same in a Z program and execute it similarly to the one as in FBL3N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 04:42:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-27T04:42:29Z</dc:date>
    <item>
      <title>Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724308#M1771479</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would need your help in this scenario. The requirement is to copy FBL3N in a new custom code and add few fields to it, which is not desirable on the standard RFITEMGL. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I had copied RFITEMGL and its Includes in a Custom program. For the extra field, I added it as an Append structure to RFPOSXEXT. As well, included my bit of code in the copied code. But, when I am trying to execute it, the report is returning 0 records, whereas, the standard RFITEMGL is returning a good number. Not able to understand, where is the fault. Am I missing any parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The whole copy is intact and none of the modules has been touched. I have inserted a subroutine just for 'FI_ITEMS_DISPLAY' which updates the new field as mentioned above to the final table IT_POS used in the FM. What am I missing? Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724308#M1771479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T13:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724309#M1771480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite to the contrary, it is not desirable to copy standard transactions, this has been discussed frequently here. You already mentioned structure RFPOSXEXT, in combination with the right user exit (please search for information), you should be able to add and fill additional columns in FBL3N, without copying the underlying code to Z-space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724309#M1771480</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-08-26T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724310#M1771481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i) As Thomas mentioned you can add fields in FBL3N itself so no need to have Z version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) have you checked data being passed to ALV FMs before and after your changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 15:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724310#M1771481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T15:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724311#M1771482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your reply. But, the Customer wants to create a new report based on this one. Even I had tried to convince the same, but guess Customers the King &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; .. So the challenge is to inculcate the same in a Z program and execute it similarly to the one as in FBL3N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 04:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724311#M1771482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T04:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724312#M1771483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amrita,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; what are fields you can added the custom report Program? rfposxext structure what filled your added how to pass the value into it_pos table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 10:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724312#M1771483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T10:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724313#M1771484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you suggest your Customer to let you use an Authority-check in the exit/badi (*) that complement the FI detail items, so, if not allowed, customer fields would be displayed with initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) BTE 00001650 or BAdI FI_ITEMS_CH_DATA (better performance than the BTE which is called item by item.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 12:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724313#M1771484</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-08-27T12:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724314#M1771485</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for all your suggestions and replies. I really appreciate your time. However, would like to state a few steps here. I have been able to add the field and get its contents, but the only prob remaining is now a Layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Copy the standard prog to a Custom Prog. Make sure all Includes are Z*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. Once done, check wherever the REPID is used, change it to your Custom REPID. Else it will keep on referring to the standard prog and you wont get your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Keep everything same. For those which exist for standard prog, make the same for your Custom prog as well by copying the parameters used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4. Check if any BTEs are not overwriting any values. In my case, its not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 5. Here is where I faced the prb. Now solved. Do not add the field explicitly in the FIELDCAT table. It gets overwritten and you wont see your data. So just make sure you are populating it and the FI_ITEMS_DISPLAY will take care of the rest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I need help in the last part. If this gets solved, I would have successfully copied a standard program.&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;Amrita &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724314#M1771485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T12:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom code to copy FBL3N.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724315#M1771486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just one more thing I forgot. &lt;/P&gt;&lt;P&gt;You need to add the Custom field as an Append structure to RFPOS and RFPOSX. Then use program: RFPOSXEXTEND to auto populate the RFPOSXEXT structure. To clear any ALV buffer, BALVBUFDEL program needs to be run to clear any ALV buffer. Your changes will work just fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-code-to-copy-fbl3n/m-p/9724315#M1771486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T12:18:23Z</dc:date>
    </item>
  </channel>
</rss>

