<?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: Hello: Help  in creating a query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327259#M1031059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ushma..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPRJ_INPUT    &lt;/P&gt;&lt;P&gt;Converts External Project Number to Internal Project Number&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPRJ_OUTPUT   &lt;/P&gt;&lt;P&gt;Converts Internal Project Number to External Project Number &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_INPUT    &lt;/P&gt;&lt;P&gt;Format &amp;gt; Without Edition (Project Number / WBS Element umber)&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_OUTPUT   &lt;/P&gt;&lt;P&gt;Format &amp;gt; With Edition (Project Number / WBS Element Number)&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_INPUT    &lt;/P&gt;&lt;P&gt;Conversion External &amp;gt; Internal WBS Element Number&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_OUTPUT   &lt;/P&gt;&lt;P&gt;Conversion Internal &amp;gt; External WBS Element Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2008 07:24:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-22T07:24:35Z</dc:date>
    <item>
      <title>Hello: Help  in creating a query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327258#M1031058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;   I have to join two tables, LIPS AND VBAP on the fields&lt;/P&gt;&lt;P&gt;   lips-pspnr = vbap-ps_psp_pnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The problem i'm facing is: The table stores the value in converted form, the function is CONVERSION_EXIT_KONPD_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me.&lt;/P&gt;&lt;P&gt;For the reference i'm posting my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select single pspnr into ppspnr from lips where vbeln = wa_hd_gen-deliv_numb.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     INPUT         = ppspnr&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    OUTPUT        = ppspnro&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PSELT         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE ''''  PPSPNRO  '''' INTO PPSPNRO .&lt;/P&gt;&lt;P&gt;  CONCATENATE 'vbap~ps_psp_pnr = ' ppspnro   INTO clause SEPARATED BY SPACE.&lt;/P&gt;&lt;P&gt;  APPEND clause TO where_clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   select single vbap~vbeln into s_vbeln from vbap WHERE (where_clause).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  select single vbap&lt;SUB&gt;vbeln into s_vbeln from vbap WHERE vbap&lt;/SUB&gt;ps_psp_pnr = ppspnro.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 07:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327258#M1031058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hello: Help  in creating a query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327259#M1031059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ushma..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPRJ_INPUT    &lt;/P&gt;&lt;P&gt;Converts External Project Number to Internal Project Number&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPRJ_OUTPUT   &lt;/P&gt;&lt;P&gt;Converts Internal Project Number to External Project Number &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_INPUT    &lt;/P&gt;&lt;P&gt;Format &amp;gt; Without Edition (Project Number / WBS Element umber)&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSN_OUTPUT   &lt;/P&gt;&lt;P&gt;Format &amp;gt; With Edition (Project Number / WBS Element Number)&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_INPUT    &lt;/P&gt;&lt;P&gt;Conversion External &amp;gt; Internal WBS Element Number&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_OUTPUT   &lt;/P&gt;&lt;P&gt;Conversion Internal &amp;gt; External WBS Element Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 07:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327259#M1031059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T07:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hello: Help  in creating a query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327260#M1031060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deva,&lt;/P&gt;&lt;P&gt;  Thanks a lot fora prompt reply.&lt;/P&gt;&lt;P&gt;  Am i supposed to use all the functions or any of them.&lt;/P&gt;&lt;P&gt;  If i'm supposed to use all of them , then inthe same sequence as you have specified?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 08:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327260#M1031060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T08:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hello: Help  in creating a query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327261#M1031061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ushma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the problem may be the WBS internal &amp;amp; external no.&lt;/P&gt;&lt;P&gt;so check you program in debug mode where it get failed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those FM are used for&lt;/P&gt;&lt;P&gt;1. To get WBS External no by giving WBS internal no or vice versa&lt;/P&gt;&lt;P&gt;2. To get PROJECT External no by giving PROJECT  internal no or vice versa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 06:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327261#M1031061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T06:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hello: Help  in creating a query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327262#M1031062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deva,&lt;/P&gt;&lt;P&gt;  Thanks for your help, my query has worked.&lt;/P&gt;&lt;P&gt;  I have used the combination of the following FM:&lt;/P&gt;&lt;P&gt;  conversion_exit_konpd_output ,&lt;/P&gt;&lt;P&gt;  conversion_exit_abpsp_input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 09:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-help-in-creating-a-query/m-p/4327262#M1031062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T09:58:30Z</dc:date>
    </item>
  </channel>
</rss>

