<?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: problem in compairing the fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569867#M1270551</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;You can convert the field mat_pspnr  using the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and compare the fields.&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;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 06:53:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T06:53:37Z</dc:date>
    <item>
      <title>problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569863#M1270547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi expert...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  selection criteria is only one &lt;/P&gt;&lt;P&gt;    table for selection criteria-PROJ&lt;/P&gt;&lt;P&gt;    field for selection criteria is -PSPID.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2.in mseg table we have to obtain the values of fields -ebeln and lifnr by the help of field mat_pspnr.&lt;/P&gt;&lt;P&gt; Feld mat_pspnr which is not  used in output ,but the main paart of output..mat_pspnr is numc type .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3.there is table prps .&lt;/P&gt;&lt;P&gt;and given proj-pspid = prps-psphi.&lt;/P&gt;&lt;P&gt;and psphi is numc type...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;4. in mat_pspnr the values is like abc/111.p&amp;amp;m  ...&lt;/P&gt;&lt;P&gt;and in fields pspid ,psphi   the values is like abc/111 only 7 digits&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;5.we have to compari the field mat_pspnr with the pspid or psphi ....so that if we got some common values ..&lt;/P&gt;&lt;P&gt;then for this common values we check the values of ebeln and lifner .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6  there  is another table ekpo in which a field ebeln which is equal to the field of mseg-ebeln...&lt;/P&gt;&lt;P&gt;and by the values of mseg-ebeln we have to get the values of corresponding fields ekpo......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishna007pant on May 12, 2009 8:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569863#M1270547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T06:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569864#M1270548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishna007pant on May 12, 2009 8:21 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569864#M1270548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T06:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569865#M1270549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hell kris,&lt;/P&gt;&lt;P&gt;it is due to the external definition and internal definition of project and wbs element&lt;/P&gt;&lt;P&gt;external will be 24 char and internal wil be 8 char &lt;/P&gt;&lt;P&gt;so u have to convert the external number into internal number for comparision&lt;/P&gt;&lt;P&gt;so what eever valeu ur giving in external use conervsion exits and then compare &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;these are  the exits which u cna use to convert into itnenal format and external format &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will resolve ur issue&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569865#M1270549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569866#M1270550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi afzal ..&lt;/P&gt;&lt;P&gt;thanks for your reply ..&lt;/P&gt;&lt;P&gt;but problem is not that they are 24 char or 8 char ..&lt;/P&gt;&lt;P&gt;there is a field psphi  in table prps which is equal to field pspid in table proj .&lt;/P&gt;&lt;P&gt;and psphi is 8 char...&lt;/P&gt;&lt;P&gt;so i can compair mat_pspnr  with psphi ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is little different &lt;/P&gt;&lt;P&gt;the format of mat_pspnr is like abc/111.p&amp;amp;m&lt;/P&gt;&lt;P&gt;and the format of psphi and pspid is abc/111 so how i compair this .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569866#M1270550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T06:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569867#M1270551</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;You can convert the field mat_pspnr  using the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ABPSP_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and compare the fields.&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;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569867#M1270551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T06:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569868#M1270552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kris,&lt;/P&gt;&lt;P&gt;format is different means may be the wbs element for that material is this abc/111.p&amp;amp;m&lt;/P&gt;&lt;P&gt;if u want to check how the wbs elemenets ro porject is formatted u can see the transaction&lt;/P&gt;&lt;P&gt;OPSJ transaction for codign mask here they are maitned , u cna chekc the masking for the letter a where u cn know how it can be maitained&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569868#M1270552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem in compairing the fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569869#M1270553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks afzal ..&lt;/P&gt;&lt;P&gt;i will try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishna007pant on May 12, 2009 9:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-compairing-the-fields/m-p/5569869#M1270553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:20:24Z</dc:date>
    </item>
  </channel>
</rss>

