<?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: FBL3N - ALV Function Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426961#M542217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Program uses 'rfposxext' - automatically generated structure for creating table it_pos. How could i include the fields material Desc. and Vendor Desc. to it. Kindly help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 21:00:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T21:00:59Z</dc:date>
    <item>
      <title>FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426958#M542214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add Material Desc. &amp;amp; Vendor Desc. in the standard report FBL3N. I am not able to find the where the ALV Function Module is called in the standard program for this report so that i can add the fields to the internal table passed to this ALV Function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 20:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426958#M542214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T20:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426959#M542215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This report is call LDB(Logical Data base ) - SDF ,look at SE36 Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at below FM ,this FM calls ALV Display&lt;/P&gt;&lt;P&gt;call function 'FI_ITEMS_DISPLAY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            caller_repid  = c_repid_gl&lt;/P&gt;&lt;P&gt;            acctype       = c_koart_gl&lt;/P&gt;&lt;P&gt;            x_opvw        = x_gl_opvw&lt;/P&gt;&lt;P&gt;            x_change      = x_change&lt;/P&gt;&lt;P&gt;            i_u_save      = gd_alvsave&lt;/P&gt;&lt;P&gt;            is_u_variant  = gs_variant&lt;/P&gt;&lt;P&gt;            it_u_fieldcat = gt_fieldcat[]&lt;/P&gt;&lt;P&gt;            it_kontab     = it_accts[]&lt;/P&gt;&lt;P&gt;            it_slbtab     = it_comps[]&lt;/P&gt;&lt;P&gt;            it_t001       = it_h_t001[]&lt;/P&gt;&lt;P&gt;            it_skat       = it_h_skat[]&lt;/P&gt;&lt;P&gt;            it_skb1       = it_h_skb1[]&lt;/P&gt;&lt;P&gt;            x_grid        = x_grid&lt;/P&gt;&lt;P&gt;            x_inet        = pa_inet&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            it_items      = it_pos.&lt;/P&gt;&lt;P&gt;&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;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 20:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426959#M542215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T20:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426960#M542216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding vendor description. &amp;amp; Material Description I need to change the table structure of it_pos to include the fields in the standard Zprogram 'RFITEMGL' and write a query before ALV call to populate values or is there any other method to do in SE36 - LDB since I am not familiar with LDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 20:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426960#M542216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426961#M542217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Program uses 'rfposxext' - automatically generated structure for creating table it_pos. How could i include the fields material Desc. and Vendor Desc. to it. Kindly help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 21:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426961#M542217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T21:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426962#M542218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing to worry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Copy the program into zprogram and while creating mention LDB Name in attributes. Here no need to look at LDB ( Just i saw the program ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program using Internal table -&lt;/P&gt;&lt;P&gt; it_pos         like rfposxext occurs 1 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include ur fields here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of it_pos occurs 0.&lt;/P&gt;&lt;P&gt;       include   rfposxext&lt;/P&gt;&lt;P&gt;and also add vendor and so on .&lt;/P&gt;&lt;P&gt;data : end of it_pos .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before FM ,get the data on this field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 21:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426962#M542218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T21:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426963#M542219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu,&lt;/P&gt;&lt;P&gt;I did what u said but i am getting error 'The row type of the table "IT_POS" is not compatible with the field symbol type "&amp;lt;LFS_POS&amp;gt;" in the program ZRFITEM_INC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 20:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426963#M542219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426964#M542220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it solved seshu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 20:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426964#M542220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T20:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426965#M542221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did everything but I am not able to add these fields to Field Catalog for the function Module &amp;#145;FI_ITEMS_DISPLAY&amp;#146;. Even after appending the fields to gt_fieldcat[] using the following code before FM I am not able to see these fields in the report layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_fieldcat-TABNAME = 'IT_POS1'.&lt;/P&gt;&lt;P&gt;gt_fieldcat-FIELDNAME = 'NAME1'.&lt;/P&gt;&lt;P&gt;gt_fieldcat-OUTPUTLEN = '20'.&lt;/P&gt;&lt;P&gt;gt_fieldcat-SELTEXT_L = 'Vendor Name'.&lt;/P&gt;&lt;P&gt;APPEND GT_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_fieldcat-TABNAME = 'IT_POS1'.&lt;/P&gt;&lt;P&gt;gt_fieldcat-FIELDNAME = 'MAKTX'.&lt;/P&gt;&lt;P&gt;gt_fieldcat-OUTPUTLEN = '20'.&lt;/P&gt;&lt;P&gt;gt_fieldcat-SELTEXT_L = 'Material Desc.'.&lt;/P&gt;&lt;P&gt;APPEND GT_FIELDCAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 21:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426965#M542221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T21:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N - ALV Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426966#M542222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Seshu garu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar requirement - to add spl fields to fbl3n and the field is matnr, which is now not available in the layout. Is there no other way but to copy the program into "Z"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your reply,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 06:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n-alv-function-call/m-p/2426966#M542222</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2007-09-07T06:05:09Z</dc:date>
    </item>
  </channel>
</rss>

