<?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 Conversion Routines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147582#M116654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;When i name a particular FM in ABPSP is it possible to say the functionality of that FM without looking at the Source Co&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO. Either documentation or source code,&lt;/P&gt;&lt;P&gt;    we have to look at either one of them,&lt;/P&gt;&lt;P&gt;    to know what that FM is doing.&lt;/P&gt;&lt;P&gt;    Only the FM Name &lt;/P&gt;&lt;P&gt;    cannot be the decisive factor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_*********OUTPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_*********INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such naming convention is&lt;/P&gt;&lt;P&gt;specifically for conversion exits.&lt;/P&gt;&lt;P&gt;(as specified in sap documentation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;Are ABPSP, ABPSN and CUNIT are standard function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes they are standard Function modules.&lt;/P&gt;&lt;P&gt;But since i have not used it,&lt;/P&gt;&lt;P&gt;not come across them,&lt;/P&gt;&lt;P&gt;nor there is any documentation,&lt;/P&gt;&lt;P&gt;nor the word ABPSP, ABPSN and CUNIT are familiar&lt;/P&gt;&lt;P&gt;(If the word was BUKRS,PERNR etc, then we could have &lt;/P&gt;&lt;P&gt;   deduced something)&lt;/P&gt;&lt;P&gt;It is difficult to say what the FMS do.&lt;/P&gt;&lt;P&gt;Moreover, their source code is also&lt;/P&gt;&lt;P&gt;not simple. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Dec 2005 11:07:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-31T11:07:15Z</dc:date>
    <item>
      <title>WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147575#M116647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have few doubts in these routines.&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_OUTPUT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_INPUT "Conversion exit for commercial (3-char) measurement unit INPUT  &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_OUTPUT "Conversion exit for commercial (3-char) measurement unit OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont understand the functionality of these rules, in the sense i just understood that these rules are used for conversion from one Input form to Output form and viceversa.&lt;/P&gt;&lt;P&gt;Can anyone explain if there is any other underlying functionality involved in these Function Modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 07:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147575#M116647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T07:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147576#M116648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Why conversion exits are used !&lt;/P&gt;&lt;P&gt;   The main purpose is as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SCREEN VALUE  &amp;lt;------&amp;gt; UNDERLYING ACTUAL VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 EG.&lt;/P&gt;&lt;P&gt;   Personnel Number PERNR is a field&lt;/P&gt;&lt;P&gt;   NUMC 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. So personnel number 1, 2 ,3 are &lt;/P&gt;&lt;P&gt;   ACTUALLY STORED as &lt;/P&gt;&lt;P&gt;   00000001&lt;/P&gt;&lt;P&gt;   00000002   &lt;/P&gt;&lt;P&gt;   00000003  &lt;/P&gt;&lt;P&gt;  in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. HOWEVER,&lt;/P&gt;&lt;P&gt;   When showing on screen,&lt;/P&gt;&lt;P&gt;   it shows as 1, 2, 3 (and not with ZERO padded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (Here comes into pictre the conversion exit OUTPUT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. On selection screen if we enter 2&lt;/P&gt;&lt;P&gt;   for pernr,&lt;/P&gt;&lt;P&gt;   then when data is fetched from SQL,&lt;/P&gt;&lt;P&gt;   it is not fetched as 2 only.&lt;/P&gt;&lt;P&gt;   (Bcos it won't be found)&lt;/P&gt;&lt;P&gt;   Rather it is fetched as 00000002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (Here comes into pictre the conversion exit INPUT)&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;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 08:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147576#M116648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T08:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147577#M116649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Thats fine, but my point here is if we have a particular Cuurency value say USD, there can be scenarios when the currency might change say Euros. Under such a case can we using these exits to do the conversion to the base currency (USD) and store it in the Table. Again when we are fetching it would it execute the output query and change it to Euros and show it??&lt;/P&gt;&lt;P&gt;Pls clarify!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 09:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147577#M116649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T09:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147578#M116650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these conversion functions are specific to their domains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to convert currency from one format to another the factors will be from currency to currency and the current exchange rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY_CONVERT_TO_EURO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to convert to euro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 09:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147578#M116650</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-31T09:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147579#M116651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;I understood tht aspect. But what i am asking is when we are using these Function modules like ABPSP, ABPSN and CUNIT can we make modifications in those Source codes, in the sense, can we do those From Currency To currency manipulations by oursleves in the code?&lt;/P&gt;&lt;P&gt;If that is not possible then there could be only one possible rule. Hope you understood what i am asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 10:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147579#M116651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147580#M116652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean chaning the code in the standard FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that will be modification which you can do with the modification assistant but that will affect there processing whereever these conversion exits are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 10:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147580#M116652</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-31T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147581#M116653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No raja, What am trying to drive is that, When i name a particular FM in ABPSP is it possible to say the functionality of that FM without looking at the Source Code.&lt;/P&gt;&lt;P&gt;Basically am really confused abt that. I have come across the ALPHA rules. So that is what i am trying to understand. Are ABPSP, ABPSN and CUNIT are standard function Modules?&lt;/P&gt;&lt;P&gt;In that case can u tell me its functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 10:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147581#M116653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T10:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147582#M116654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;When i name a particular FM in ABPSP is it possible to say the functionality of that FM without looking at the Source Co&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO. Either documentation or source code,&lt;/P&gt;&lt;P&gt;    we have to look at either one of them,&lt;/P&gt;&lt;P&gt;    to know what that FM is doing.&lt;/P&gt;&lt;P&gt;    Only the FM Name &lt;/P&gt;&lt;P&gt;    cannot be the decisive factor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_*********OUTPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_*********INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such naming convention is&lt;/P&gt;&lt;P&gt;specifically for conversion exits.&lt;/P&gt;&lt;P&gt;(as specified in sap documentation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;Are ABPSP, ABPSN and CUNIT are standard function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes they are standard Function modules.&lt;/P&gt;&lt;P&gt;But since i have not used it,&lt;/P&gt;&lt;P&gt;not come across them,&lt;/P&gt;&lt;P&gt;nor there is any documentation,&lt;/P&gt;&lt;P&gt;nor the word ABPSP, ABPSN and CUNIT are familiar&lt;/P&gt;&lt;P&gt;(If the word was BUKRS,PERNR etc, then we could have &lt;/P&gt;&lt;P&gt;   deduced something)&lt;/P&gt;&lt;P&gt;It is difficult to say what the FMS do.&lt;/P&gt;&lt;P&gt;Moreover, their source code is also&lt;/P&gt;&lt;P&gt;not simple. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 11:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147582#M116654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T11:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147583#M116655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As others have already stated, these are standard function modules and you cannot change the source code without an Object Key. It is also not advisable to change the code as you might not know where these are used. If you are trying to know how these are used, here is an example.&lt;/P&gt;&lt;P&gt;You give the POSID - (Work Breakdown Structure Element (WBS Element) as input to the function module 'CONVERSION_EXIT_ABPSP_INPUT' and get the PSPNR  ie the WBS Element as the output.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  data: w_posid like prps-posid 
                value '8-1-2001-003-000002-1001'.
  data: w_pspnr like prps-pspnr.
   call function 'CONVERSION_EXIT_ABPSP_INPUT'
    EXPORTING
      input     = w_posid
    IMPORTING
      output    = w_pspnr
    EXCEPTIONS
      not_found = 1
      others    = 2.
&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 11:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147583#M116655</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-12-31T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147584#M116656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;I think when we look in se37 giving names like these,&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_OUTPUT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to view the source code, If these are going to be standard SAP FM's then by looking at these Source Codes could you let me know the functionality?&lt;/P&gt;&lt;P&gt;May be if my client had done any customizations i wouldnt be able to use the functionality that you are giving, but looks like thats a rarity.&lt;/P&gt;&lt;P&gt;Pls throw some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 11:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147584#M116656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T11:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147585#M116657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an exmple for 'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/P&gt;&lt;P&gt;This function module Converts PS_POSNR (8 digits, internal) to PS_POSID (24 digits, external).&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'
    EXPORTING
      input  = ps_posnr
    IMPORTING
      output = ps_posid.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of going through the osurce code, you will be better off using it to understand what it does.&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 11:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147585#M116657</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-12-31T11:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: WBS Conversion Routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147586#M116658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;P&gt;  This FM&lt;/P&gt;&lt;P&gt;  is used in context with PS Module.&lt;/P&gt;&lt;P&gt;  It has got to do with WBS Element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For more help see the documentaion &lt;/P&gt;&lt;P&gt;   on datalement of table&lt;/P&gt;&lt;P&gt;   ISEG  Field PS_PSP_PNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In se37, open the above FM&lt;/P&gt;&lt;P&gt;   Execute&lt;/P&gt;&lt;P&gt;   Type 1 in Input Prameter&lt;/P&gt;&lt;P&gt;  Again execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In oUTPUT u WILL GET something like    &lt;/P&gt;&lt;P&gt;   DWT.04.SAN.001 &lt;/P&gt;&lt;P&gt;  (This might be some coding of WBS element &lt;/P&gt;&lt;P&gt;   in the PS module)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Now to test the reverse.&lt;/P&gt;&lt;P&gt;   Open the revere FM&lt;/P&gt;&lt;P&gt;  CONVERSION_EXIT_ABPSP_INPUT   &amp;lt;---INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Here, in Input type, what u got above.&lt;/P&gt;&lt;P&gt;   DWT.04.SAN.001 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  And in output u will get 000001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i could search till now.&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;From documentaion :&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;Definition:&lt;/P&gt;&lt;P&gt;WBS Element                                                                                &lt;/P&gt;&lt;P&gt;Project System (PS)                                                                                &lt;/P&gt;&lt;P&gt;A structural element in a work breakdown structure representing the                                    &lt;/P&gt;&lt;P&gt;    hierarchical organization of a project.                                                                                &lt;/P&gt;&lt;P&gt;A WBS element describes a task or a partial task that can be divided.                                                                                &lt;/P&gt;&lt;P&gt;Project System (PS)                                                                                &lt;/P&gt;&lt;P&gt;WBS elements are the individual structure elements in the work breakdown                               &lt;/P&gt;&lt;P&gt;    structure (WBS).                                                                                &lt;/P&gt;&lt;P&gt;The term describes a concrete task, or a partial task, which can be                                    &lt;/P&gt;&lt;P&gt;    further subdivided.                                                                                &lt;/P&gt;&lt;P&gt;Material Requirements Planning (PP-MRP)                                                                                &lt;/P&gt;&lt;P&gt;Individual structural element in a work breakdown structure (WBS)                                      &lt;/P&gt;&lt;P&gt;    representing the hierarchical organization of an R/3 project. Describes                                &lt;/P&gt;&lt;P&gt;    either a concrete task or a partial one that can be further subdivided.                                &lt;/P&gt;&lt;P&gt;Return -&amp;gt;                                                                                &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 11:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wbs-conversion-routines/m-p/1147586#M116658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-31T11:45:49Z</dc:date>
    </item>
  </channel>
</rss>

