<?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: Increase the length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760223#M904667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of BSEG definition, try defining the field as LIKE PRPS-PSPNR, this should show it in the 24-character format in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work, just use your own field (TYPE C LENGTH 24) for WBS Element. You will need to add a line to the ALV field catalog table. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_fieldcat.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-fieldname = 'PSPNR'.  " &amp;lt;---- your field name here in CAPS !!!)&lt;/P&gt;&lt;P&gt;  wa_fieldcat-col_pos = ??.  " &amp;lt;----- next available number )&lt;/P&gt;&lt;P&gt;  wa_fieldcat-seltext_s = 'WBS'. " &amp;lt;------- column header here &lt;/P&gt;&lt;P&gt;  APPEND wa_fieldcat TO itab_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use function module CONVERSION_EXIT_ABPSP_OUTPUT to convert from "internal" (i.e. how it's stored in the database) 8-character format to an "external", 24-character one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hate those WBS elements. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 21:16:39 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2008-05-05T21:16:39Z</dc:date>
    <item>
      <title>Increase the length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760222#M904666</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;&lt;/P&gt;&lt;P&gt;i have a WBS Element field from bseg table in ALV Report. the length for this field is 8.&lt;/P&gt;&lt;P&gt;whereas when i execute it in background the output length for WBS Element should extend to 24.&lt;/P&gt;&lt;P&gt;i have given in field catalog the outputlen as 24.its  not getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help how can i increase the length.&lt;/P&gt;&lt;P&gt;is it possible with the conversion _ exit function module.&lt;/P&gt;&lt;P&gt;please help how to use this function module with code or is their any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760222#M904666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760223#M904667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of BSEG definition, try defining the field as LIKE PRPS-PSPNR, this should show it in the 24-character format in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work, just use your own field (TYPE C LENGTH 24) for WBS Element. You will need to add a line to the ALV field catalog table. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_fieldcat.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-fieldname = 'PSPNR'.  " &amp;lt;---- your field name here in CAPS !!!)&lt;/P&gt;&lt;P&gt;  wa_fieldcat-col_pos = ??.  " &amp;lt;----- next available number )&lt;/P&gt;&lt;P&gt;  wa_fieldcat-seltext_s = 'WBS'. " &amp;lt;------- column header here &lt;/P&gt;&lt;P&gt;  APPEND wa_fieldcat TO itab_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use function module CONVERSION_EXIT_ABPSP_OUTPUT to convert from "internal" (i.e. how it's stored in the database) 8-character format to an "external", 24-character one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hate those WBS elements. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 21:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760223#M904667</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-05-05T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760224#M904668</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 eight-byte length is for the internal value of the WBS element.  If you want to convert to the external value simply call conversion exit function module 'CONVERSION_EXIT_ABPSP_OUTPUT'.  You only need to pass the 8-byte internal value to the function module and it will give you back the 24-character external value that you are looking for.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the future, you can find a conversion exit function module name by looking at the domain definition in the Output Characteristics section (Convers. routine field).  For domain PS_POSNR the conversion routine is ABPSP.  Double-click the ABPSP conversion routine name to see a popup with the conversion routine function modules.  The "output" function module takes the internal value and converts to the external value, and the "input" function module takes the external value and converts it to the internal value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you should be able to simply refer to the data element/domain value for BSEG-PROJK in your ALV field catalog.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 21:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-the-length/m-p/3760224#M904668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T21:26:32Z</dc:date>
    </item>
  </channel>
</rss>

