<?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: problems with table PROJ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717413#M313498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reyes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  As per my understanding do you want to fetch pspnr of a shirt descrpition,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case pass that value to field PSPID of the table PROJ and get pspnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful.&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Kiran I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 11:43:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T11:43:21Z</dc:date>
    <item>
      <title>problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717410#M313495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with table PROJ, and I would like to get the OBJNR field. &lt;/P&gt;&lt;P&gt;The problem is that in transaction se11 I fill the field PSPNR with a short description of the project (eg. PA/0166), but when the system finds the entry in the table the field PSPNR has another value (00000303). So, in my program by using the short description I am not able to find the corresponding entry in the table.&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717410#M313495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717411#M313496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a conversion routine 'KONPD' for the domain PS_PSPNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This uses the two FM's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_KONPD_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_KONPD_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these to convert your values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717411#M313496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717412#M313497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reyes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field PSPNR has converion routine.&lt;/P&gt;&lt;P&gt;YOu need to use the following function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_KONPD_INPUT     : To get Internal Value (00000303)&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_KONPD_OUTPUT   : To Get external Value (PA/0166)&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;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717412#M313497</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-15T11:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717413#M313498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reyes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  As per my understanding do you want to fetch pspnr of a shirt descrpition,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case pass that value to field PSPID of the table PROJ and get pspnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful.&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Kiran I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717413#M313498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717414#M313499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want get the value from proj u need to pass the project number to the PSPID field. If u want to pass the PSPNR then use the conversion exit fm before the SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_KONPD_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_KONPD_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717414#M313499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717415#M313500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. It works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717415#M313500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717416#M313501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. It works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717416#M313501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: problems with table PROJ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717417#M313502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rayes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin posted the answer first. So  Martin should be awarded with full points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may award helpful/very helpful for me as per your wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 12:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-table-proj/m-p/1717417#M313502</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-15T12:00:25Z</dc:date>
    </item>
  </channel>
</rss>

