<?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: Project Systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535171#M244181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;    Tables are,&lt;/P&gt;&lt;P&gt;      PROJ, PRPS, AFVV, MLTX, AFKO, AFVC, AUFK, AFAB, AFRU, MLST and also JEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Transactions,&lt;/P&gt;&lt;P&gt;     CJ20N, CN21, CN22, CN23, CN25, CN29 are some of the main transactions and ME2jn will also be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Hope this would have helped you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 10:38:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-29T10:38:34Z</dc:date>
    <item>
      <title>Project Systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535170#M244180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.....,&lt;/P&gt;&lt;P&gt;i need  help regarding project systems basics and transactions pertaining to basics.i need to work on 2 bapis BAPI_PROJECT_MAINTAIN AND BAPI_NETWORK_COMP_ADD.&lt;/P&gt;&lt;P&gt;THIS is for conversion programs.can u please give me help regarding tables and transactions and major part of &lt;/P&gt;&lt;P&gt;project systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.sista&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 10:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535170#M244180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T10:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Project Systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535171#M244181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;    Tables are,&lt;/P&gt;&lt;P&gt;      PROJ, PRPS, AFVV, MLTX, AFKO, AFVC, AUFK, AFAB, AFRU, MLST and also JEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Transactions,&lt;/P&gt;&lt;P&gt;     CJ20N, CN21, CN22, CN23, CN25, CN29 are some of the main transactions and ME2jn will also be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Hope this would have helped you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 10:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535171#M244181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Project Systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535172#M244182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please check this link for PS tables perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/tables_ps.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/tables_ps.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on how to use the 2 bapis BAPI_PROJECT_MAINTAIN AND BAPI_NETWORK_COMP_ADD.&lt;/P&gt;&lt;P&gt;kindly check the &amp;lt;b&amp;gt;Function Module Documentation&amp;lt;/b&amp;gt; in the SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the following BAPIs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help to convert external number to internal SAP number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: if the Project number is T/000120, you can give the input as T120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below FM will convert the external number to SAP recognised number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* convert external number to internal SAP number
  CALL FUNCTION 'CONVERSION_EXIT_PROJN_INPUT'
       EXPORTING
            input  = projectnumber
       IMPORTING
            output = projectnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below FM is used to get the full info about the project&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* get more info of project
  CALL FUNCTION 'BAPI_PROJECT_GETINFO'
       EXPORTING
            project_definition = projectnr
            with_activities    = 'X'
       IMPORTING
            return             = return
       TABLES
            e_wbs_element_table   = wbs_element_table.
            e_activity_table      = activity_table.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 10:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1535172#M244182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T10:59:02Z</dc:date>
    </item>
  </channel>
</rss>

