<?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: WBS Element  in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549082#M1074303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai Latha,&lt;/P&gt;&lt;P&gt;We had asimilar problem, but not with selection screen.&lt;/P&gt;&lt;P&gt;In the selection screen of fields for selection for bseg table - the field used is PROJK in selection screen.&lt;/P&gt;&lt;P&gt;By pressing F4, displays the value as user knows.but internally it will be treated as the other one.&lt;/P&gt;&lt;P&gt;you can have the select stmnt as in selection options of projk.&lt;/P&gt;&lt;P&gt;if fails, in At selection-screen call the FM CONVERSION_EXIT_PROJ_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_PROJ_OUTPUT(check which is working for u r requirement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more suggestion you can also debug the standard selection screen of Bseg table contents and see how data is converted and selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Salini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 08:04:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T08:04:39Z</dc:date>
    <item>
      <title>WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549077#M1074298</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;WBS Element in selection screen of the report need to be added from BSEG table of field PROJK.&lt;/P&gt;&lt;P&gt;requirement is&lt;/P&gt;&lt;P&gt;for eg- if you take a WBS Element suppose 11020017 and you put in BSEG table give the values as&lt;/P&gt;&lt;P&gt;BUKRS= 0010&lt;/P&gt;&lt;P&gt;GJAHR =2008&lt;/P&gt;&lt;P&gt;PROJK =11020017 it gives a message WBS Element 11020017 does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as this WBS element if you insert in Function module  CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;P&gt; input as 11020017 , you will get output as 1000050-01.&lt;/P&gt;&lt;P&gt;and again goto BSEG table and give the values as&lt;/P&gt;&lt;P&gt;BUKRS= 0010&lt;/P&gt;&lt;P&gt;GJAHR =2008&lt;/P&gt;&lt;P&gt;PROJK =1000050-01, now u will get the value of  WBS Element as 11020017 .&lt;/P&gt;&lt;P&gt;in the report the bussiness requires WBS Element in selection screen , the user gives the value of WBS Element in selection screen 11020017,it gives a message WBS Element 11020017 does not exist, the user should give this value1000050-01, but user doesnot know this value,user knows only 11020017 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if the user gives in selection screen 11020017 it should work i mean it must convert  to 1000050-01.&lt;/P&gt;&lt;P&gt;how to use function module in selection screen.help with code&lt;/P&gt;&lt;P&gt; thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549077#M1074298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549078#M1074299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE fm  CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549078#M1074299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549079#M1074300</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;In the selection screen,you take the value.. then pass it to the Fm..conversion, then pass that value to the select statement from which u want to retreive the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: v1(10).


conversion_exit_

input = v1

output = v2.


select......................... where projk = v2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549079#M1074300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549080#M1074301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai latha,&lt;/P&gt;&lt;P&gt;  My observations regarding WBS element in BSEG table are as follows.&lt;/P&gt;&lt;P&gt;the domain for PROJK (WBS ELEMENT) is PS_POSNR, which is having Data type NUMC 8 and output length of the same is 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So while you are preparing the selection screen dont use &lt;/P&gt;&lt;P&gt;tables: bseg.&lt;/P&gt;&lt;P&gt;select-options : s_projk for bseg-projk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead you can use&lt;/P&gt;&lt;P&gt;tables: bseg.&lt;/P&gt;&lt;P&gt;select-options: s_projk for bseg-belnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think with this your problem will be get solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Kishore M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549080#M1074301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549081#M1074302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the selection screen if we enter WBS ELEMENT as 11020017 and execute , its giving a message as &lt;/P&gt;&lt;P&gt;WBS Element 11020017 does not exist even though i kept the code as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON s_projk.                                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if s_projk-low is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      INPUT         = s_projk&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     OUTPUT         = s1_projk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549081#M1074302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549082#M1074303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai Latha,&lt;/P&gt;&lt;P&gt;We had asimilar problem, but not with selection screen.&lt;/P&gt;&lt;P&gt;In the selection screen of fields for selection for bseg table - the field used is PROJK in selection screen.&lt;/P&gt;&lt;P&gt;By pressing F4, displays the value as user knows.but internally it will be treated as the other one.&lt;/P&gt;&lt;P&gt;you can have the select stmnt as in selection options of projk.&lt;/P&gt;&lt;P&gt;if fails, in At selection-screen call the FM CONVERSION_EXIT_PROJ_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_PROJ_OUTPUT(check which is working for u r requirement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more suggestion you can also debug the standard selection screen of Bseg table contents and see how data is converted and selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Salini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549082#M1074303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549083#M1074304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Use in following way, declare a parameter P_PROJK as character type, if you declare it as TYPE BSEG-PROJK system will defaultly check in dadabase table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_projk(10) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      input  = p_projk&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      output = p_projk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549083#M1074304</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-10-08T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Element  in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549084#M1074305</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;If u give select-options it will give an error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you give type as database table field..it will check in there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead give...type c for the parameters.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-element-in-selection-screen/m-p/4549084#M1074305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T09:16:01Z</dc:date>
    </item>
  </channel>
</rss>

